blob: d79a442742c13cbed0c72eb82f1928f3fbb58394 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
AFS is a distributed filesystem product, pioneered at Carnegie Mellon
University and supported and developed as a product by Transarc
Corporation (now IBM Pittsburgh Labs). It offers a client-server
architecture for file sharing, providing location independence,
scalability and transparent migration capabilities for data. IBM
branched the source of the AFS product, and made a copy of the source
available for community development and maintenance. They called the
release OpenAFS.
To build the kernel module
$ cd src/libafs
$ cp MakefileProto.NBSD Makefile
$ make obj && make && make install
The OpenAFS Quick-Start Guide for UNIX can be found at:
http://docs.openafs.org/QuickStartUnix/index.html
|