Welcome, Guest! Log In | Create Account

UnionFileSystems

From fuse

Jump to: navigation, search

Making multiple file systems appear to be one file system.


FunionFS: An UnionFS over FUSE

Author: Stephane APIOU (stephane dot apiou at free dot fr)

Homepage: http://funionfs.apiou.org

Description:

FunionFS is the aggregation of two filesystems: a read-only and a read-write one. The read-only filesystem could be a CDROM or a flash disk for an embedded system. The read-write filesystem could be a Ramdisk or a partition on an USB key ... All datas are read from the read-only filesystem if they are not present on the read write one. Data are written to the read-write filesystem. it's the same principle as the unionfs driver used in the well known Knoppix CDROM.

unionfs-fuse

Author: Radek Podgorny (radek@podgorny.cz)

Homepage: http://podgorny.cz/unionfs-fuse/

Description:

This is a FUSE based implementation of the well-known unionfs. The userland version (this one) is a bit slower but way more flexible. Supporting (almost) unlimited number of roots, stats, caching... See homepage for more info...

mhddfs

Author: Dmitry E. Oboukhov (dimka at uvw dot ru)

Homepage: http://svn.uvw.ru/mhddfs/trunk/README

Description:

Combines several mount points into single one on high level (file-level) and distributes written files between all mount points based on free space.