View Single Post

   
  #1 (permalink)  
Old 01-16-2008, 07:37 AM
yls177
 
Posts: n/a
Default mounting directory to another server

WRONG--
mount mysource_server:/mysource /mytarget
nfs mount: myserver: : RPC: Program not registered
nfs mount: retrying: /mytarget


but when i do the below
mount -F nfs -o ro,nosuid mysource_server:/mysource /mytarget

it is fine.

any explanation?
Reply With Quote