Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Nfs-access-denied-by-server-while-mounting

I'm trying to mount my server NFS share on my laptop. Both are running Debian. The server IP address is 192.168.0.69 and the laptop IP address is something like 192.168.0.100 (assigned by DHCP). When coded :

sudo mount -t nfs 192.168.0.69:/media/nfs/ /home/laptop/nfs/
I found this error:
Code:
mount.nfs: access denied by server while mounting 192.168.0.69:/media/nfs/

my /etc/exports file on the server:
Code:
/media/nfs/ 192.168.0.* (ro,sync,hard,intr)

Where is the error?
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.