From 7ca90704ba4f3e3aec2c4aaeab0d2bbf288f2d36 Mon Sep 17 00:00:00 2001 From: Ulrich Schaefer Date: Tue, 16 Jun 2015 20:47:01 +0700 Subject: system/mhddfs: Added (Multi HDD [FUSE] File System). Signed-off-by: Willy Sudiarto Raharjo --- system/mhddfs/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 system/mhddfs/README (limited to 'system/mhddfs/README') diff --git a/system/mhddfs/README b/system/mhddfs/README new file mode 100644 index 000000000000..c31ab5e745a5 --- /dev/null +++ b/system/mhddfs/README @@ -0,0 +1,9 @@ +mhddfs (Multi HDD [FUSE] File System) + +A fuse-based file system for unifying several mount points into one. + +This FUSE-based file system allows mount points (or directories) to be +combined, simulating a single big volume which can merge several hard +drives or remote file systems. It is like unionfs, but can choose the +drive with the most free space to create new files on, and can move +data transparently between drives. -- cgit v1.2.3