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? |