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

Entry Filed under: Unix, tru64. .

Leave a Comment

Required

Required, hidden

Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Trackback this post  |  Subscribe to the comments via RSS Feed


Calendar

January 2008
M T W T F S S
     
 123456
78910111213
14151617181920
21222324252627
28293031  

Most Recent Posts