NFS - Problem in Sharing of Parent Directory

Hi All,

We have a NFS share "/exprot/home/test1" accessed by users.

But, we also want to share the parent directory "/export/home" but it gives an error "sub-directory alreadty shared".

As we require both the shares seperately, is there anyway to share both.

Thanks in advance.

Regards,

Vijay

[336 byte] By [su_nila] at [2007-11-26 21:32:27]
# 1
why not share the top directory and control the permissions?
dombala at 2007-7-10 3:13:20 > top of Java-index,General,Talk to the Sysop...
# 2
Thanks for the reply,I understand your solution but could you pls elaborate the procedure to do that.TIAVijay
su_nila at 2007-7-10 3:13:20 > top of Java-index,General,Talk to the Sysop...
# 3
unshare /export/home/test and share /export/home, you can only share both if they resides on separate filesystems.The easiest way to change your share is to edit /etc/dfs/dfstab and run shareall .7/M.
mAbrantea at 2007-7-10 3:13:21 > top of Java-index,General,Talk to the Sysop...