1826417 Members
3725 Online
109692 Solutions
New Discussion

NFS

 
SOLVED
Go to solution
j773303
Super Advisor

NFS

Is it possible share the directory to all user in one domain? in /etc/exports, it can set the whose direcotry share to whose hostname, my mean is set the domain name replace hostname !

for ex:
/etc/exports
/home -access=hostA:Taiwan.BBB.com
Hero
1 REPLY 1
Rajeev  Shukla
Honored Contributor
Solution

Re: NFS

Yes it is possible to give access to NFS mount the directory for the whole domain.
just have a "." in front of the DNS suffix.
Say your domain is BBB.com and you want to export /home, use this syntex to let all users in BBB.com moun this directory.

exportfs -i -o access=.BBB.com /home

Take a note of "." after -access


Cheers
Rajeev