<div class="gmail_quote">On Mon, Dec 6, 2010 at 1:08 PM, MR ZenWiz <span dir="ltr"><<a href="mailto:mrzenwiz@gmail.com">mrzenwiz@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div class="im">On Sun, Dec 5, 2010 at 11:21 PM, Mark Widdicombe<br><<a href="mailto:mwiddicombe@shoprite.co.za">mwiddicombe@shoprite.co.za</a>> wrote:<br>> Hi<br>><br>> is acl supported on ext4 filesystem ?<br>
><br>> /dev/sda1 on / type ext4 (rw,errors=remount-ro,acl)<br>><br>> when i do sudo setfacl -R -d -m g:group:rwx /usr/local/test, I get Operation<br>> not supported.<br>><br>> Thanks and Regards<br>><br>
</div>I think that means the operation is not supported.<br><br>In other word, No.</blockquote>
<div> </div>
<div>I've been happily using acls on my ext4 filesystems for some time. thus:</div>
<div>It ain't necessarily so (as Sporting Life would sing):</div>
<div> </div>
<div>Perhaps you don't have permissions to /usr/local or /usr/local/test</div>
<div>Perhaps /usr/local/test is not a directory (-d -R would seem to require this) </div>
<div>Perhaps /usr/local is not ext4, or not mounted with acl enabled.</div>
<div> </div>
<div>Suggestion: try something simpler first, like this</div>
<div><font face="courier new,monospace">cd <some directory on an ext4 filesystem. Your home directory, if possible.></font></div>
<div><font face="Courier New">df .</font></div>
<div><font face="courier new,monospace">rm -f foo</font></div>
<div><font face="courier new,monospace">touch foo</font></div>
<div><font face="courier new,monospace">setfacl -m u:bin:rx foo</font></div>
<div><font face="courier new,monospace">getfacl foo</font></div>
<div> </div>
<div>Make sure that the output from df reflects an ext4 partition with acl enabled.</div>
<div>If that works, try more complicated things one at a time. Setfacl can be a bit of a bear to get right.</div>
<div><br clear="all"><br>-- <br>Kevin O'Gorman, PhD<br><br></div></div>