LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Profile Registered User Status: Online Posts: 16 NFS Mount problem (https://www.linuxquestions.org/questions/fedora-35/profile-registered-user-status-online-posts-16-nfs-mount-problem-508215/)

michaelsr 12-07-2006 10:01 AM

NFS Mount Problem
 
I have created 2 NFS shares on a server. I can connect to one but not to the other:

exports
/home/document *.mydomain.com(rw,sync,no_root_squash)
/home/backup *.mydomain.com(rw,sync,no_root_squash)


The first one works at startup and from then on, the second fails:
mount /home/backup.skylark/
with the message:
mount: skylark:/home/backup failed, reason given by server: Permission denied

extract from fstab in case it helps:
skylark:/home/document /home/document nfs rsize=8192,wsize=8192,timeo=14,intr 0 0
skylark:/home/backup /home/backup.skylark nfs rsize=8192,wsize=8192,timeo=14,intr 0 0

Am I missing something?

Thanks,

Michael.


All times are GMT -5. The time now is 08:24 AM.