Geoff wrote:
> I've noticed that my access to the share from Ubuntu is spotty
> to say the least....
> Error: DBus error org.freedesktop.DBus.Error.NoReply: ...
> I'm not sure if this is a problem with the server or my client.
> Accessing the share from Windows clients is much more reliable.

I suspect a Gnome problem on the Ubuntu system - perhaps
a question for Ubuntu support.

> I can't seem to dig up any info on "chmod A" do you have any
> resources on this?

A google search for ZFS ACL should return lots of hits.
Mark's blog is a good place to start:

http://blogs.sun.com/marks/entry/zfs_acls

I've written about this in previous discussion threads.
For example:

http://opensolaris.org/jive/thread.jspa?threadID=132936&tstart=0

Instead of chmod 755:

    /bin/chmod A=owner@:full_set:fd:allow <path>
    /bin/chmod A+everyone@:read_set/execute:fd:allow <path>

Instead of chmod 644:

    /bin/chmod A=owner@:modify_set:fd:allow <path>
    /bin/chmod A+everyone@:read_set:fd:allow <path>

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

Reply via email to