Quote:
Originally Posted by chickenjoy
can you add the type switch/option:
Code:
mount -t nfs x.x.x.x:/source /destination
and if it doesn't work; can you post the line of the shared directory in your exports file.
|
i've already tried with :
mount -t nfs RHEL4:/nfs_dev /nfs_dev
error message => mount: server_name:/nfs_dev failed, reason given by server: Permission denied
and with
mount -t nfs4 RHEL4:/nfs_dev /nfs_dev
error message => mount.nfs4: Operation not permitted
when i ask RHEL4 shares from RHEL5 with "showmount -e REHL4", all shares are sent to RHEL5.
here find RHEL4 exports file :
/data1 *(rw,sync,no_root_squash)
/home *(rw,sync,no_root_squash)
/nfs_dev *(rw,sync,no_root_squash)
In var/log/messages client, nothing about mount operation.
thanks.