how to start nfs service
January 5, 2008
nfs server side
eg. /nfs-server
#/sbin/rc2.d/K35nfs start <– start service
#mountd
#nfsd -t 8 -u 8 <– start nfs port
#rpcinfo -p <– show the shared port
#showmount -e <– show export list
client side
#mount -t nfs <server-ip>:/nfs-server /mnt/nfs-server
PS. portmap is required to start
Trackback this post | Subscribe to the comments via RSS Feed