wok-next diff linux/description.linux-coda.txt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents 119e586fb823
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/linux/description.linux-coda.txt	Fri Jul 14 16:02:21 2017 +0300
     1.3 @@ -0,0 +1,14 @@
     1.4 +Coda file system support (advanced network fs)
     1.5 +
     1.6 +Coda is an advanced network file system, similar to NFS in that it enables you
     1.7 +to mount file systems of a remote server and access them with regular Unix
     1.8 +commands as if they were sitting on your hard disk. Coda has several advantages
     1.9 +over NFS: support for disconnected operation (e.g. for laptops), read/write
    1.10 +server replication, security model for authentication and encryption,
    1.11 +persistent client caches and write back caching.
    1.12 +
    1.13 +If you use this module, your Linux box will be able to act as a Coda *client*.
    1.14 +You will need user level code as well, both for the client and server. Servers
    1.15 +are currently user level, i.e. they need no kernel support. Please read Linux
    1.16 +Kernel Documentation filesystems/coda.txt and check out the Coda home page
    1.17 +<http://www.coda.cs.cmu.edu/>.