mount nfs permission denied error(From 5.8 Server to Solaris 9)

Issues related to configuring your network
Post Reply
leeseongsoo

mount nfs permission denied error(From 5.8 Server to Solaris

Post by leeseongsoo » 2013/10/30 01:47:32

I have shared folders on a CentOS 5.8 machine.

mount nfs permission denied error Solaris 9 Client.

But, CentOs 4.9 machine's shared folders no Problem.

[CentOS 5.8] /etc/export
/home/common *(rw,sync)
/home/common1 *(rw,sync)
/home/common2 *(rw,sync)

[CentOS 5.8] rpcinfo -p
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 870 status
100024 1 tcp 873 status
391991 100 tcp 7325
100011 1 udp 889 rquotad
100011 2 udp 889 rquotad
100011 1 tcp 892 rquotad
100011 2 tcp 892 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 47163 nlockmgr
100021 3 udp 47163 nlockmgr
100021 4 udp 47163 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 tcp 54265 nlockmgr
100021 3 tcp 54265 nlockmgr
100021 4 tcp 54265 nlockmgr
100005 1 udp 904 mountd
100005 1 tcp 907 mountd
100005 2 udp 904 mountd
100005 2 tcp 907 mountd
100005 3 udp 904 mountd
100005 3 tcp 907 mountd

[Solaris 9] mount -f nfs CentOS 5.8:/home/common /user/common
nfs mount: CentOS 5.8:/home/common/Project: permission denied

[Solaris 9] rpcinfo -p CentOS 5.8
program vers proto port service
100000 2 tcp 111 rpcbind
100000 2 udp 111 rpcbind
100024 1 udp 870 status
100024 1 tcp 873 status
391991 100 tcp 7325
100011 1 udp 889 rquotad
100011 2 udp 889 rquotad
100011 1 tcp 892 rquotad
100011 2 tcp 892 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 47163 nlockmgr
100021 3 udp 47163 nlockmgr
100021 4 udp 47163 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 tcp 54265 nlockmgr
100021 3 tcp 54265 nlockmgr
100021 4 tcp 54265 nlockmgr
100005 1 udp 904 mountd
100005 1 tcp 907 mountd
100005 2 udp 904 mountd
100005 2 tcp 907 mountd
100005 3 udp 904 mountd
100005 3 tcp 907 mountd

[Solaris 9] showmount -e CentOS 5.8
Nothing...

[Solaris 9] showmount -e CentOS 4.9
/tools *
/library *
/home/common *
/home/mobile/common2 *
/common/mobile/common2/design *


CentOS 4.9 setting = CentOS 5.8 setting.
iptables
export

PlZ help me.

Post Reply