Linux-Noob Forums
NFS mounts - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html)
+--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html)
+---- Forum: Samba and NFS (https://www.linux-noob.com/forums/forum-23.html)
+---- Thread: NFS mounts (/thread-2733.html)



NFS mounts - Shock Wave - 2005-04-21

I'm trying to incorporate a status check on any/all NFS mounts on my system into a script. Is there a simple command that does this? I tried Google-ing up an answer but found nothing helpful. I suck. Anyone have any ideas?



NFS mounts - znx - 2005-04-22


Quote:I'm trying to incorporate a status check on any/all NFS mounts on my system into a script. Is there a simple command that does this? I tried Google-ing up an answer but found nothing helpful. I suck. Anyone have any ideas?
 

at work... (sol systems).. i simply do a quick check on these services

 



Code:
pgrep portmap
pgrep rpc.statd
pgrep nfsd
pgrep rpc.mounted
pgrep rpc.rquotad
pgrep lockd
rpcinfo




 

if they aint running somethings wrong... although i aint sure what linux uses.. never bothered with nfs mounts in my home net..