I'm exporting an nfs filesystem by way of:
zfs set sharenfs=on.

On the client side (a linux host) I'm mounting that filesystm with
options noauto,users,exec,dev

Both the server side directory and clientside mount point are
owner:group by the same numeric uid and gid.

The server side directory is set-gid as well.

However on the client side, if I attempt to copy something and set the
-p option to preserve permissions... I get an error warning like this:
`preserving permissions for `file2': Operation not supported'

The copy works though, so is the `preserving' thing just something that
is not allowed on nfs filesystems or is there some option I could be
using when I `set sharenfs=on'?  or when I mount it on client side?

_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to