nfs mounting
I have nfs installed on two computers and on one computer it can mount copy, paste and everything but on the other this happens
[root@localhost root]# mount -t nfs 192.168.1.100:/home /mnt/bane/
[root@localhost root]# cd /mnt/bane/
[root@localhost bane]# ls
bane
[root@localhost bane]# cd bane/
bash: cd: bane/: Permission denied
on both computers rpcinfo -p shows this
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 32768 status
100024 1 tcp 32768 status
391002 2 tcp 32769 sgi_fam
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100021 1 udp 32770 nlockmgr
100021 3 udp 32770 nlockmgr
100021 4 udp 32770 nlockmgr
100011 1 udp 701 rquotad
100011 2 udp 701 rquotad
100011 1 tcp 704 rquotad
100011 2 tcp 704 rquotad
100005 1 udp 32776 mountd
100005 1 tcp 39847 mountd
100005 2 udp 32776 mountd
100005 2 tcp 39847 mountd
100005 3 udp 32776 mountd
100005 3 tcp 39847 mountd
can someone help?
|