On 11/02/16 21:25, Jan Gregor wrote:
Hello,

   I used /etc/mtab to list mounted filesystems with their mount
options. Unfortunatelly /etc/mtab no longer exists in debian jessie, it
is just symlink to /proc/mounts that lists 31 filesystems and I want to
see just 2 :-)  classic filesystems like ext4, fat, btrfs only.

Thanks,
Jan

If you have a well-known set of physical filesystem types you use in your systems, something like:

mount -t ext4,fat,btrfs

(no spaces in the list, and no paths or anything) works nicely.

Reply via email to