FileSystems |
This is a page of filesystems I find interesting, most of which involve mounting files on remote machines.
mounting filesystems locally with only an ssh logon to the remote server.
SFS is a secure, global network file system with completely decentralized control. SFS lets you access your files from anywhere and share them with anyone, anywhere. Anyone can set up an SFS server, and any user can access any server from any client. SFS lets you share files across administrative realms without involving administrators or certification authorities.
DRBD is a block device which is designed to build high availability clusters. This is done by mirroring a whole block device via (a dedicated) network. You could see it as a network raid-1.
Create a 100 megabyte filesystem in /mnt. This filesystem will remain until you unmount it by typing the umount /mnt command, or until you reboot.
mount_mfs -s 200000 /mnt
sudo mount_nullfs /actual/path /some/other/path