FileSystems

WebHome | UnixGeekTools | Geekfarm | About This Site

Overview

This is a page of filesystems I find interesting, most of which involve mounting files on remote machines.

ssh

mounting filesystems locally with only an ssh logon to the remote server.

NFS

SFS

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.

Samba

FreeBSD

Andrew Filesystem

Coda Filesystem

Global File System

DRBD

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.

Non-network filesystems

memory filesystem

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

nullfs

    sudo mount_nullfs /actual/path /some/other/path

ufs and ufs2

ReiserFS





Updated Sun Jan 21, 2007 3:20 AM