16 Aug
2016
16 Aug
'16
8:43 p.m.
On 16 August 2016 at 18:01, Chris Green <cl@isbd.net> wrote:
Once upon a time you could use the command 'mount' to see what filesystems were mounted but it has now got so cluttered with 'virtual' filesystems that it's pretty useless.
What's an easy way of seeing what actual, data containing, useful filesystems are mounted? I.e. the physical disks and the NFS ones.
Don't know about NFS but I found a stackexchange post about this http://unix.stackexchange.com/questions/49786/finding-all-storage-devices-at... A suggestion from there is to use lsblk, and then maybe only use the ones that have something valid in the MOUNTPOINT column? Regards, Srdjan