diff options
author | Ulrich Schaefer <us@ulischaefer.net> | 2015-06-16 20:47:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-16 20:47:01 +0700 |
commit | 7ca90704ba4f3e3aec2c4aaeab0d2bbf288f2d36 (patch) | |
tree | 37f5c4def1a01cbfd052ad998e4b39b34cbe1010 /system/mhddfs/slack-desc | |
parent | a090365163ebb84d829e46fd3dfcf58f1d6e6d9e (diff) | |
download | slackbuilds-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/slack-desc')
-rw-r--r-- | system/mhddfs/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/mhddfs/slack-desc b/system/mhddfs/slack-desc new file mode 100644 index 0000000000..f226e028e6 --- /dev/null +++ b/system/mhddfs/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +mhddfs: mhddfs (Multi HDD [FUSE] File System) +mhddfs: +mhddfs: A fuse-based file system for unifying several mount points into one. +mhddfs: +mhddfs: This FUSE-based file system allows mount points (or directories) to +mhddfs: be combined, simulating a single big volume which can merge several +mhddfs: hard drives or remote file systems. It is like unionfs, but can +mhddfs: choose the drive with the most free space to create new files on, +mhddfs: and can move data transparently between drives. +mhddfs: +mhddfs: See http://mhddfs.uvw.ru |