summaryrefslogtreecommitdiffstats
path: root/system/mhddfs/README
diff options
context:
space:
mode:
author Ulrich Schaefer2015-06-16 15:47:01 +0200
committer Willy Sudiarto Raharjo2015-06-16 15:47:01 +0200
commit7ca90704ba4f3e3aec2c4aaeab0d2bbf288f2d36 (patch)
tree37f5c4def1a01cbfd052ad998e4b39b34cbe1010 /system/mhddfs/README
parenta090365163ebb84d829e46fd3dfcf58f1d6e6d9e (diff)
downloadslackbuilds-7ca90704ba4f3e3aec2c4aaeab0d2bbf288f2d36.tar.gz
system/mhddfs: Added (Multi HDD [FUSE] File System).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/mhddfs/README')
-rw-r--r--system/mhddfs/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/system/mhddfs/README b/system/mhddfs/README
new file mode 100644
index 0000000000..c31ab5e745
--- /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.