Posts filed under 'tru64'

how to start nfs service

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

Add comment January 5, 2008


Calendar

November 2009
M T W T F S S
« Jan    
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Posts by Month

Posts by Category