LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   nfs mount error (https://www.linuxquestions.org/questions/linux-networking-3/nfs-mount-error-880490/)

divya s 05-13-2011 05:07 AM

nfs mount error
 
hi,
I have installed nfs on my system fedora10 and if i type the following command

mount -t nfs serverip:/home /mount/

it gives me the error
mount.nfs access denied by server while mounting (null)

any help would be great. please help.
thank you...

kbp 05-13-2011 05:29 AM

Try 'showmount -e <server_ip>'

Reuti 05-16-2011 12:00 PM

is there anything in the logfile of the server? Maybe the client isn’t listed for a specific exported file system.

atavus1 05-24-2011 02:36 PM

Hi

You need export directories that you want to do mount. If you want mount /home you need edit /etc/exports file and add the next line:

/home *(rw,all_squash,anonuid=150,anongid=100)

If you want know more exportfs options: "man exports". After that you need execute "exportfs -r" to activate changes.

Now try again.

AtAvUs


All times are GMT -5. The time now is 09:55 PM.