nfs export problem configuration not correct
MR ZenWiz
mrzenwiz at gmail.com
Wed Jan 5 07:39:11 UTC 2011
On Tue, Jan 4, 2011 at 10:18 PM, Tapas Mishra <mightydreams at gmail.com> wrote:
:
> Ok.I checked this part.
> sudo mount -t nfs /media/vol2/ /mnt/nfs/
This command will mount your local /media/vol2 onto your local /mnt/nfs
When you do the mount command, you have to specify the remote host
before the remote drive, i.e.:
sudo mount -t nfs <hostname>:/media/vol2/ /mnt/nfs/
More information about the ubuntu-users
mailing list