On Tue, 2016-08-16 at 18:01 +0100, Chris Green 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.
alias hmount='mount | grep ^/'
Not sure of this works for NFS - haven't got any