Network file systems

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 16:17, 30 April 2010 (edit)
Glenn (Talk | contribs)
(catspec)
← Previous diff
Current revision (14:36, 12 September 2010) (edit) (undo)
Leangjia (Talk | contribs)

 
Line 1: Line 1:
 +{{languages|Network_file_systems}}
A '''network file system''' is any computer file system that supports sharing of files, printers and other resources as persistent storage over a computer network. Commonly used with DD-WRT is: A '''network file system''' is any computer file system that supports sharing of files, printers and other resources as persistent storage over a computer network. Commonly used with DD-WRT is:
* [[Samba]] is the Microsoft Windows default network file system. * [[Samba]] is the Microsoft Windows default network file system.

Current revision

A network file system is any computer file system that supports sharing of files, printers and other resources as persistent storage over a computer network. Commonly used with DD-WRT is:

  • Samba is the Microsoft Windows default network file system.
  • NFS is the most commonly used Unix/Linux network file system.
  • Sshfs is a simple network file system, useable in all OSes, using SSH.
  • Running an FTP server, such as ProFTPd can also be the basis of a primitive network file system, as the FTP server can be mounted locally, e.g. using curlftpfs in Linux.