Adam Megacz <[EMAIL PROTECTED]> writes: > It's always made me a bit nervous that AFS keeps the data on the > server's disk in a nonstandard format, but there must be a good reason > for this. Why doesn't the afs server just serve files out of a "plain > old directory structure" like nfsd, smbd, and the rest?
One of the primary reasons why many of us run AFS is for its volume management and location independent properties. How do you handle volumes, including transparent volume moves, replicated volumes, and volume quota, when serving data out of a regular Unix file system? I suppose that it's theoretically doable, but it smells like a ton of work to me. And AFS without transparent volume management is not AFS; you may as well just run NFS with ACLs. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
