This is a mirror of discontinued 'WikiDevi'. Enjoy!
DeviWiki:DD-WRT/Network File System
< DeviWiki:DD-WRT(Redirected from DeviWiki:DD-WRT/Network File Systems)
Jump to navigation
Jump to search
Source
Error: No text given for quotation (or equals sign used in the actual argument to an unnamed parameter)
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.