Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

getfacl - setfacl error with ZFS , POSIX-Style

1,059 views
Skip to first unread message

Hosam

unread,
Dec 7, 2010, 4:47:49 AM12/7/10
to
I used getfacl and setfacl on ORACLE Solaris u9 10 OS and there is
error message with File system don't support this ACL on it link
"# getfacl filea
File system doesn't support aclent_t style ACL's.
See acl(5) for more information on Solaris ACL support."
and on opensolaris ZFS doc explain this error
http://dlc.sun.com/osol/docs/content/ZFSADMIN/gbacb.html About set
POSIX-Style So there is any resolve for it

thanks to advanced

Ian Collins

unread,
Dec 7, 2010, 5:10:54 AM12/7/10
to

Use ls and chmod rather than getfacl and setfacl

--
Ian Collins

Hosam

unread,
Dec 8, 2010, 1:24:06 AM12/8/10
to
On Dec 7, 12:10 pm, Ian Collins <ian-n...@hotmail.com> wrote:
> On 12/ 7/10 10:47 PM, Hosam wrote:
>
> > I used getfacl and setfacl on ORACLE Solaris u9 10 OS and there is
> > error message with File system don't support this ACL on it link
> > "# getfacl filea
> > File system doesn't support aclent_t style ACL's.
> > See acl(5) for more information on Solaris ACL support."
> > and on opensolaris ZFS doc explain this error
> >http://dlc.sun.com/osol/docs/content/ZFSADMIN/gbacb.htmlAbout set

> > POSIX-Style So there is any resolve for it
>
> Use ls and chmod rather than getfacl and setfacl
>
> --
> Ian Collins

thanks but man use chmod to take 777 on file and then use getfacl ,
setfacl

I will try

best,

Andy Neirman

unread,
Dec 9, 2010, 10:39:49 AM12/9/10
to

Andrew Gabriel

unread,
Dec 9, 2010, 10:54:57 AM12/9/10
to
In article <895b8095-4abf-4aaf...@30g2000yql.googlegroups.com>,

Hosam <a.h...@gmail.com> writes:
> On Dec 7, 12:10 pm, Ian Collins <ian-n...@hotmail.com> wrote:
>> On 12/ 7/10 10:47 PM, Hosam wrote:
>>
>> > I used getfacl and setfacl on ORACLE Solaris u9 10 OS and there is
>> > error message with File system don't support this ACL on it link
>> > "# getfacl filea
>> > File system doesn't support aclent_t style ACL's.
>> > See acl(5) for more information on Solaris ACL support."
>> > and on opensolaris ZFS doc explain this error
>> >http://dlc.sun.com/osol/docs/content/ZFSADMIN/gbacb.htmlAbout set
>> > POSIX-Style So there is any resolve for it
>>
>> Use ls and chmod rather than getfacl and setfacl
>
> thanks but man use chmod to take 777 on file and then use getfacl ,
> setfacl
> I will try
> best,

POSIX ACLs (getfacl, setfacl) are effectively dead now, which is why
ZFS doesn't support them. ZFS supports NFSv4 ACLs and Windows ACLs
(which are the same thing except for the format of the username).
Use chmod(1) and ls(1) to access them (not getfacl, setfacl).

--
Andrew Gabriel
[email address is not usable -- followup in the newsgroup]

0 new messages