[OpenAFS] create mountpoint for user in afs

Matthias Teege openafs-info@openafs.org
Mon, 7 Jan 2008 16:39:08 +0000


> Assuming you followed the 
>      /afs/<cell>    readonly mtpt
>      /afs/.<cell>   readwrite mtpt
> "standard".

I read about this "standard" but I don't get it completly. Does it mean,
that I have to write to /afs/.<cell>/user/file but read all the files
from /afs/<cell>/user/file? Is there some kind of "automatic" in there
or do I have to call "vos release" periodicaly?

I've created a RO site of my root.afs so I can access it with
/afs/.<cell>/. At the moment both site are on the same server and
partition.

$ vos examine -id root.afs -localauth
root.afs                          536870912 RW          4 K  On-line
...
    RWrite: 536870912     ROnly: 536870913 
    number of sites -> 2
       server ac.mteege.de partition /vicepa RW Site 
       server ac.mteege.de partition /vicepa RO Site

Matthias