[H-GEN] NFS exporting
Josh Marshall
josh at worldhosting.org
Tue Apr 13 22:36:57 EDT 2004
On Wed, 14 Apr 2004 11:03, Harry Phillips wrote:
> All the other exports I have all have the network stated like my
> original, they all work fine. If the user is not root then they can do
> anything that permissions allow.
Hi Harry,
I've got what you're wanting to do working here...
on the nfs server the exports file looks like this:
/storage/vpopmail 192.168.3.0/24(rw,no_root_squash)
on the nfs client the fstab entry looks like this:
192.168.3.8:/storage/vpopmail /var/lib/vpopmail nfs
hard,intr,rsize=8192,wsize=8192 0 0
It's probably very similar to what you've got there, but at least you'll have
something you know works elsewhere.
Josh.
More information about the General
mailing list