LQ Newbie
Registered: Oct 2004
Posts: 1
Rep:
|
nfs mount
Greetings,
How do I nfs mount a filesystems exported from FC2. This worked fine in RH 9. Now I get permission denied. It fails whether is solaris or FC2 trying to mount filesystem.
root@workhourse# mount 192.168.1.65:/work /mnt
nfs mount: 192.168.1.65:/work: Permission denied
I have the following filesystem exported:
[root@claycourt-65 root]# exportfs
exportfs: No host name given with /work (ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping= identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping =identity,anonuid=-2,anongid=-2) to avoid warning
exportfs: No host name given with /usr (ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping= identity,anonuid=-2,anongid=-2), suggest *(ro,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping =identity,anonuid=-2,anongid=-2) to avoid warning
/work <world>
/usr <world>
|