Date: Fri, 10 Jun 2005 17:06:57 -0700 From: Brandon Fosdick <bfoz@bfoz.net> To: stable@freebsd.org Subject: ACL not supported on 5.4? Message-ID: <42AA2B21.8040708@bfoz.net>
next in thread | raw e-mail | index | archive | help
I have a 5.4 install that I'm trying to use to experiment with ACL (and extended attributes). Handbook section 14.12.1 (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/fs-acl.html) has a few sample commands that I tried running. But I get operation not supported, like so: 17:02 bfoz@poseidon~>touch test 17:03 bfoz@poseidon~>ll test -rw-r--r-- 1 bfoz user 0 Jun 10 17:03 test 17:03 bfoz@poseidon~>getfacl test #file:test #owner:1001 #group:1001 user::rw- group::r-- other::r-- 17:03 bfoz@poseidon~>setfacl -k test setfacl: acl_get_file() failed: Operation not supported 17:03 bfoz@poseidon~>setfacl -b test setfacl: acl_get_file() failed: Operation not supported I tried doing the above as root, but the result was the same. I'm pretty sure this was a fresh install of 5.4 (its been awhile since I made this box) so it should have UFS2 by default and the kernel does in fact have UFS_ACL compiled in. What else do I need to do? How do I check to see if I really do have UFS2? Thanks
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42AA2B21.8040708>