On Tue, Aug 16, 2016 at 06:10:30PM +0100, John Cohen wrote:
On 16 August 2016 at 18:01, Chris Green cl@isbd.net wrote:
What's an easy way of seeing what actual, data containing, useful filesystems are mounted? I.e. the physical disks and the NFS ones.
I tend to use df -l which would be the same as "mount" in this case I guess... How about "parted -l" ?
Actually 'df -l' is significantly better than 'mount'. What has really made mount useless is the proliferation of 'cgroup' file systems and these don't show up with df.
However neither df nor parted show nfs filesystems.