I am stumped by this. I have automounter in play and it mounts NFS mounts as when required. (such when accessed, when cd'ed to that dir) I am preparing a script to check to report space usage for these mount points.
I get usage for mounted NFS mounts. I tried using following
bdf -t nfs
bdf /nfs/[a-zA-Z]*
bdf /nfs/"some_host_names"/[a-zA-Z]*
automounts are served by nis map and looks like follows.
/nfs -hosts -rw,soft,nosuid
With above approach I do not get bdf for all available NFS mounts. How do I address this??
Thank you in Advance.
There is no substitute to HARDWORK