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 [EMAIL PROTECTED]>touch test
17:03 [EMAIL PROTECTED]>ll test
-rw-r--r--  1 bfoz  user  0 Jun 10 17:03 test
17:03 [EMAIL PROTECTED]>getfacl test
#file:test
#owner:1001
#group:1001
user::rw-
group::r--
other::r--
17:03 [EMAIL PROTECTED]>setfacl -k test
setfacl: acl_get_file() failed: Operation not supported
17:03 [EMAIL PROTECTED]>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
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to