ACL and ls: operation not supported

2008-07-17 Thread Svein Halvor Halvorsen
Hi,

I have acl support on some filesystems, and wanted to turn it on on
/home, too. So I ran:

# mount -u -o acls /home

Now, just mount listed /home as supporting acls.
But now, whenever I ls -l on any folder on that filesystem, I get
operation not supported. It seems other file system access works
as normal, though.


Svein Halvor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACL and ls: operation not supported

2008-07-17 Thread Svein Halvor Halvorsen
Svein Halvor Halvorsen wrote:
 I have acl support on some filesystems, and wanted to turn it on on
 /home, too. So I ran:
 
 # mount -u -o acls /home

Ok, I'm just being an ignorant noob, who's not able to read the
documentation. I'm sorry for the noise, but for the record:

ACLs cannot be turned on/off without a full umount/mount cycle!


Svein Halvor
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ACL and ls: operation not supported

2008-07-17 Thread Svein Halvor Halvorsen
Svein Halvor Halvorsen wrote:
 Svein Halvor Halvorsen wrote:
 I have acl support on some filesystems, and wanted to turn it on on
 /home, too. So I ran:

 # mount -u -o acls /home
 
 Ok, I'm just being an ignorant noob, who's not able to read the
 documentation. I'm sorry for the noise, but for the record:
 
 ACLs cannot be turned on/off without a full umount/mount cycle!

Now, I'm not sure of anything. I umounted /home, ran tunefs -a
enable /dev/ad2s1a (the device for /home), and then mounted /home
again. mount now lists alcs among the options for this filesystem,
but I'm back with the operation not supported messages.

Any ideas?

sv.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]