On Tue, Aug 16, 2016 at 07:32:02PM +0100, Huge wrote:
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
Actually a good idea, I could reverse it so that all the junk I don't want to see is thrown away (using grep -v).