AFS on FreeBSD
On FreeBSD you can accessing AFS using OpenAFS.
- Download and OpenAFS for FreeBSD from:
http://web.mit.edu/freebsd/openafs/ - Unpack.
-
Run pkgadd on the unpacked OpenAFS.
- Create your /afs mount point.
- Create disk cache in the default location (probably /usr/vice/cache).
- Add:
AFSD_ENABLE="YES"
in /etc/rc.conf - Finally, start AFS on your computer:
/usr/local/etc/rc.d/afsd start


