Is there a command, or maybe ls
has a flag that also display the filesystem the contents of a directory is mounted on?
Asked
Active
Viewed 78 times
0

Kusalananda
- 333,661

Finlay Weber
- 121
- 1
- 4
1 Answers
0
You can use lsblk
:
$ lsblk -o MOUNTPOINT,FSTYPE
/some/mounted/dir ext4

schrodingerscatcuriosity
- 12,396
findmnt -no fstype -T directory
– Mar 09 '21 at 12:41