| GoliathBox 2004-11-18, 5:45 pm |
| Hi all,
Just a question about NFS and mount. I'm trying to acces a folder
exported from NFS from a client box, within this folder there are
several folders mounted from diferent /dev/hdx, i mean
/export/folder1 (same hd)
/export/data (mounted drive)
.... and so
The problem is that i'm not able to see contents within the /export/data
folder from the client NFS box. I can see the contents in the NFS server
side.
I'm using NFS client from FC3 and RHEL3.0 update 2 from Server Side
NFS server /etc/exports file is like this
/export 192.168.0.2(rw,sync,no_wdelay,no_root_squash)
NFS client (iow, 192.168.0.2) /etc/fstab is like this
192.168.0.2:/export /mnt/nfs/ nfs rsize=8192,wsize=8192,timeo=14,intr,tcp
and the /export/data folder comes from:
LABEL=/data /export/data ext3 defaults 1 2
TIA
Sm0keTsT
|