Thanks James.
So does exports list has any priority for loading config. e.g. I have general rule as 10.0.0.0/16 for read-only and then 10.0.0.20 as read-write. Then 10.0.0.20 overrides (default) 10.0.0.0/16 options?
-- CS.
On Tue, Jun 22, 2010 at 11:29 AM, James Pearson james-p@moving-picture.com wrote:
Carlos S wrote:
Hi,
I need to export NFS shares to all clients in a subnetwork, except that one client will have different NFS options. I am not sure how to write subnest mask for this in exports file. For all clients it was easy as all I had to do was 10.0.0.0/16 or 10.0.0.0/255.255.0.0. How do I modify exports file to have special rule/entry for this particular IP? Any pointers on how to do this?
Something like:
/some/disk 10.0.0.0/16(ro) 10.0.0.2(rw)
This will export /some/disk read-write to 10.0.0.2 and read-only to the rest of the hosts on the 10.0.0.0/16 network
James Pearson _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos