Hi there, When I try to mount an NFS share from a Debian Linux server to a Sun Netra T1 running Solaris 9, I get the following error:
bash-2.05# mount -F nfs adelaide:/export/backup/server/oracle /mnt/backup nfs mount: adelaide:/export/backup/server/oracle: Permission denied The server's syslog contains: Jul 13 08:01:27 adelaide rpc.mountd: refused mount request from oracle.wimbledon for /export/backup/server/oracle (/): no export entry The exports file looks like: adelaide:/var/log# cat /etc/exports # /etc/exports: the access control list for filesystems which may be exported # to NFS clients. See exports(5,async). /export/backup/common 192.168.0.0/24(ro,no_root_squash,sync) /export/backup/server/adelaide adelaide.wimbledon(rw,no_root_squash,async) /export/backup/server/alderney alderney.wimbledon(rw,no_root_squash,async) /export/backup/server/bungo bungo.wimbledon(rw,no_root_squash,async) /export/backup/server/cholet cholet.wimbledon(rw,no_root_squash,async) /export/backup/server/oracle oracle.wimbledon(rw,no_root_squash,async) /export/backup/server/orinoco orinoco.wimbledon(rw,no_root_squash,async) /export/backup/server/pvr-1 pvr-1.wimbledon(rw,no_root_squash,async) /export/backup/server/tobermory tobermory.wimbledon(rw,no_root_squash,async) Other machines can mount no problem, it's just the Solaris box that has trouble... Any ideas? Cheers, Pete. _______________________________________________ Solaris-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/solaris-users
