Go to the first, previous, next, last section, table of contents.


Distributed Filesystems

Distributed filesystems are designed to share files between separate machines via a network connection of some sort. Their design is significantly different than stored filesystems (see section Stored Filesystems): they need to deal with the problems of network delays and failures, and may require complex authentication and replication protocols involving multiple file servers.

File Transfer Protocol

FIXME: finish

ftpcp, ftpdir

ftpfs

FTP Connection Library

FIXME: finish

Network File System

FIXME: finish

nfsd

nfs


Go to the first, previous, next, last section, table of contents.