You can build it from source:
- yum install fuse fuse-libs fuse-devel
- download from
http://mhddfs.uvw.ru/downloads
- unpack
- make
[root@gambit mhddfs-0.1.37]# make
gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -
DFUSE_USE_VERSION=26 -MMD -c src/main.c -o obj/main.o
src/main.c:37:24: warning: attr/xattr.h: No such file or directory
src/main.c: In function ‘mhdd_setxattr’:
src/main.c:916: warning: implicit declaration of function ‘setxattr’
src/main.c: In function ‘mhdd_getxattr’:
src/main.c:934: warning: implicit declaration of function ‘getxattr’
src/main.c: In function ‘mhdd_listxattr’:
src/main.c:953: warning: implicit declaration of function ‘listxattr’
src/main.c: In function ‘mhdd_removexattr’:
src/main.c:971: warning: implicit declaration of function
‘removexattr’
gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -
DFUSE_USE_VERSION=26 -MMD -c src/parse_options.c -o obj/
parse_options.o
src/parse_options.c: In function ‘parse_options’:
src/parse_options.c:253: warning: integer overflow in expression
src/parse_options.c:295: warning: integer overflow in expression
gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -
DFUSE_USE_VERSION=26 -MMD -c src/tools.c -o obj/tools.o
src/tools.c:35:24: warning: attr/xattr.h: No such file or directory
src/tools.c: In function ‘copy_xattrs’:
src/tools.c:326: warning: implicit declaration of function ‘listxattr’
src/tools.c:348: warning: implicit declaration of function ‘getxattr’
src/tools.c:368: warning: implicit declaration of function ‘setxattr’
gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -
DFUSE_USE_VERSION=26 -MMD -c src/usage.c -o obj/usage.o
gcc -Wall -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -
DFUSE_USE_VERSION=26 -MMD obj/debug.o obj/flist.o obj/main.o obj/
parse_options.o obj/tools.o obj/usage.o -o mhddfs -pthread -L/lib -
lfuse -lrt -ldl
[root@gambit mhddfs-0.1.37]# ll
total 136
-rw-rw-r-- 1 1000 1000 1864 2010-07-14 03:37 ChangeLog
-rw-rw-r-- 1 1000 1000 710 2010-07-14 03:37 COPYING
drwxrwxr-x 3 1000 1000 4096 2010-07-14 03:37 debian
-rw-rw-r-- 1 1000 1000 35147 2010-07-14 03:37 LICENSE
-rw-rw-r-- 1 1000 1000 4971 2010-07-14 03:37 Makefile
-rwxr-xr-x 1 root root 38459 2011-01-05 18:48 mhddfs
-rw-rw-r-- 1 1000 1000 2635 2010-07-14 03:37 mhddfs.1
-rw-rw-r-- 1 1000 1000 3773 2010-07-14 03:37 mhddfs.spec
drwxrwxr-x 2 1000 1000 4096 2010-07-14 03:37 mnt
drwxr-xr-x 2 root root 4096 2011-01-05 18:48 obj
-rw-rw-r-- 1 1000 1000 4329 2010-07-14 03:37 README
-rw-rw-r-- 1 1000 1000 6712 2010-07-14 03:37 README.ru.UTF-8
drwxrwxr-x 3 1000 1000 4096 2010-07-14 03:37 src
drwxrwxr-x 2 1000 1000 4096 2010-07-14 03:37 tests
[root@gambit mhddfs-0.1.37]# cp mhddfs /usr/local/bin
[root@gambit mhddfs-0.1.37]# /usr/local/bin/mhddfs
Multi-hdd FUSE filesystem
Copyright (C) 2008, Dmitry E. Oboukhov <
di...@avanto.org>
Usage:
mhddfs dir1,dir2.. mountpoint [ -o OPTIONS ]
OPTIONS:
mlimit=xxx - limit of the disk free space (if the disk
has the free space more than specified - it is
considered as the empty one). Default is 4Gb,
but 100Mb at least.
logfile=/path/to/file - path to a file where the logs
will be stored.
loglevel=x - level for log-messages:
0 - debug
1 - info
2 - default messages
see fusermount(1) for information about other options
you need a few other devel packages as well, see how you go.
On Dec 15 2010, 8:45 am, Richard Kershenbaum <
rkershenb...@gmail.com>
wrote:
> > >> To unsubscribe from this group, send email to>>
mythboxee+...@googlegroups.com<mythboxee%2Bunsubscribe@googlegr oups .com>
> > > To unsubscribe from this group, send email to>
mythboxee+...@googlegroups.com<mythboxee%2Bunsubscribe@googlegro ups .com>