wok-next
annotate linux-coda/description.txt @ rev 19583
Up: cookutils, tazpkg, aufs, kmod, lguest, linux, linux64.
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Mon Jan 02 07:42:47 2017 +0200 (2017-01-02) |
parents |
|
children |
|
rev |
line source |
al@19583
|
1 Coda file system support (advanced network fs)
|
al@19583
|
2
|
al@19583
|
3 Coda is an advanced network file system, similar to NFS in that it enables you
|
al@19583
|
4 to mount file systems of a remote server and access them with regular Unix
|
al@19583
|
5 commands as if they were sitting on your hard disk. Coda has several advantages
|
al@19583
|
6 over NFS: support for disconnected operation (e.g. for laptops), read/write
|
al@19583
|
7 server replication, security model for authentication and encryption,
|
al@19583
|
8 persistent client caches and write back caching.
|
al@19583
|
9
|
al@19583
|
10 If you use this module, your Linux box will be able to act as a Coda *client*.
|
al@19583
|
11 You will need user level code as well, both for the client and server. Servers
|
al@19583
|
12 are currently user level, i.e. they need no kernel support. Please read Linux
|
al@19583
|
13 Kernel Documentation filesystems/coda.txt and check out the Coda home page
|
al@19583
|
14 <http://www.coda.cs.cmu.edu/>.
|