> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss-
> boun...@opensolaris.org] On Behalf Of Geoff Nordli
> 
> I am trying to configure a system where I have two different NFS shares
> which point to the same directory.  The idea is if you come in via one
path,
> you will have read-only access and can't delete any files, if you come in
> the 2nd path, then you will have read/write access.

I think you can do this client-side.

mkdir /foo1
mkdir /foo2
mount nfsserver:/exports/bar /foo1
mount -o ro nfsserver:/exports/bar /foo2

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to