|
|
| NFS |
|
|
|
| Written by Bart Dorlandt |
| Thursday, 16 November 2006 12:45 |
|
Here you'll find some tips for NFS. The most important command is rpcinfo -p, this command can be used to probe the portmapper on the localhost. The should should look like this: $ rpcinfo -p You would only see the nlockmgr if you have started the proces with rpc.lockd. If nfs or mountd isn't in the list there probably is something wrong. You are able to start these processes as root with the command: mountd and nfs -tun4. -tun4 stands for TCP, UDP and 6 services to start. (man nfsd) Also here are some commands you can use to see if the server is sharing any folders or who is connected to the server. # showmount <ip> # showmount -e <ip>
|
| Last Updated on Friday, 13 February 2009 15:34 |
| Related items: |
|---|
|


