NFS

Hi All,

I am trying to do NFS. I am able to mount.

root@srv6 # mount srv5:/cdrom /cdrom

root@srv6 # cd cdrom

root@srv6 # ls

cdrom0ebs_72_vol_1

root@srv6 # cd ebs*

root@srv6 # ls

I dont see the sub folders.

cat /etc/dfs/dfstab

share -F nfs -o ro,anon=0 /cdrom/

Thanks in advance

Joe

[360 byte] By [bravored] at [2007-11-26 10:13:46]
# 1

NFS doesn't share mounted subdirectories (or, to put it in another way, doesn't follow mounts).

In this case, /cdrom/ebs_72_vol_1 is a mount point by itself, hence it has to be shared by itself, run:

share -F nfs -o ro,anon=0 /cdrom/ebs_72_vol_1

and then

mount srv5:/cdrom/ebs_72_vol_1 /cdrom

mAbrante at 2007-7-7 2:03:50 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
Thanks
bravored at 2007-7-7 2:03:50 > top of Java-index,Solaris Operating System,Solaris 10 Features...