[OpenAFS] ACL
Derrick J Brashear
shadow@dementia.org
Mon, 26 Jul 2004 01:34:15 -0400 (EDT)
On Sun, 25 Jul 2004 mm450exc@netscape.net wrote:
> when I set the ACL on /afs I get "you don't have required accessright
> on '/afs'". what am I missing here?
One of:
-tokens with enough power relative to the ACL
-the readwrite copy of the volume
-that your client is running with dynroot and thus you can't do that
(though actually I think this one gives an error claiming /afs isn't in
AFS)
For the second, you can create a readwrite mount point for root.afs in
your home directory with e.g. fs mkmount root.afs root.afs -rw
and then fs rmmount root.afs
when done.