2
votes
1answer
105 views

Equivalent of nfsstat -m on older kernel

On my SLES 10, SLES 11, and CentOS 6 servers, I'm able to list information about each NFS mount via nfsstat -m, e.g.: /usr/local from nfssrv1:/vol/foo Flags: ...
2
votes
1answer
763 views

I can't start nfs in SLES 11

I'm trying to start nfs service in my SLES. I have my /etc/exports like this: /var/share/testbed *(ro) When I run service nfs start, it says: Not starting NFS client services - no NFS found in ...