Ulli Horlacher
2024-06-20 07:25:46 UTC
Gibts ein Standardkommando das ausgibt in welchem filesystem (mit
mountpoint) ein file liegt?
Mit df oder stat gehts schon mal nicht:
***@fex:~# ll /test/phoon.png
-rw-r--r-- framstag users 43,903 2022-08-08 07:55:34 /test/phoon.png
***@fex:~# df /test/phoon.png
Filesystem 1K-blocks Used Available Use% Mounted on
- 67107840 16707620 47763884 26% /test
***@fex:~# grep /test /proc/mounts || echo nix
nix
***@fex:~# stat -f /test/phoon.png
File: "/test/phoon.png"
ID: b98ea609888de75d Namelen: 255 Type: btrfs
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 16776960 Free: 12599936 Available: 11940884
Inodes: Total: 0 Free: 0
Muss man da sich schon wieder selber was programmieren?
mountpoint) ein file liegt?
Mit df oder stat gehts schon mal nicht:
***@fex:~# ll /test/phoon.png
-rw-r--r-- framstag users 43,903 2022-08-08 07:55:34 /test/phoon.png
***@fex:~# df /test/phoon.png
Filesystem 1K-blocks Used Available Use% Mounted on
- 67107840 16707620 47763884 26% /test
***@fex:~# grep /test /proc/mounts || echo nix
nix
***@fex:~# stat -f /test/phoon.png
File: "/test/phoon.png"
ID: b98ea609888de75d Namelen: 255 Type: btrfs
Block size: 4096 Fundamental block size: 4096
Blocks: Total: 16776960 Free: 12599936 Available: 11940884
Inodes: Total: 0 Free: 0
Muss man da sich schon wieder selber was programmieren?
--
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: ***@tik.uni-stuttgart.de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/
Ullrich Horlacher Server und Virtualisierung
Rechenzentrum TIK
Universitaet Stuttgart E-Mail: ***@tik.uni-stuttgart.de
Allmandring 30a Tel: ++49-711-68565868
70569 Stuttgart (Germany) WWW: https://www.tik.uni-stuttgart.de/