[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount remote file system



Le Mar 19 août 2008 16:28, Jos Collin a écrit :
> I tried the following command in the remote machine
> exportfs -v -i  192.168.0.100:/root/dvddir/ -o no_root_squash
> mount -t nfs 192.168.0.101:/root/dvddir/ laptopdvd/

You might try :

mount -t nfs,ro 192.168.0.101:/root/dvddir/ laptopdvd/
and/or
exportfs -v -i  192.168.0.100:/root/dvddir/ -o no_root_squash,ro

François Cerbelle


Reply to: