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.
Created attachment 151981 [details] mhddfs is a file system for unifying several mount points into one.
Created attachment 151987 [details] mhddfs is a file system for unifying several mount points into one.
*** Bug 220447 has been marked as a duplicate of this bug. ***
Created attachment 158037 [details] fresh ebuild
Created attachment 160253 [details] changelog, heh...
Created attachment 160255 [details] fresh ebuild again
Created attachment 172405 [details] ...and again
Created attachment 172406 [details] sometimes it's come back
Created attachment 177081 [details] bla-bla-bla.....
Created attachment 177083 [details] ho-ho-ho? Happy new year!!!
fuse 2.6.0 does not have .utimens in struct fuse_operations (src/main.c:786) possible DEPEND=">=sys-fs/fuse-2.7.0" required
Comment on attachment 177081 [details] bla-bla-bla..... ><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/mhddfs-0.1.16.ebuild,v 1.0 2008/11/19 23:35:38 mrakobes Exp $ > >inherit eutils > >MY_P=${PN}_${PV} > >DESCRIPTION="Multi hardsdrive filesystem" >HOMEPAGE="http://mhddfs.uvw.ru/" >SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz" > >RESTRICT="mirror" > >LICENSE="GPL-3 or later" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="suid" > >DEPEND=">=sys-fs/fuse-2.7.0" > >src_install(){ > dobin ${PN} > doman ${PN}.1 > dodoc ChangeLog README README.ru.UTF-8 > use suid && fperms u+s /usr/bin/${PN} >} > >pkg_postinst() { > if use suid; then > ewarn > ewarn "You have chosen to install ${PN} with the binary setuid root. This" > ewarn "means that if there any undetected vulnerabilities in the binary," > ewarn "then local users may be able to gain root access on your machine." > ewarn > fi >}</PRE></BODY></HTML>
Created attachment 178723 [details] fixed for DEPEND=">=sys-fs/fuse-2.7.0"
Created attachment 185199 [details] update :) update :)
Comment on attachment 185199 [details] update :) ><HTML><HEAD/><BODY><PRE># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/mhddfs-0.1.19.ebuild,v 1.0 2008/11/19 23:35:38 mrakobes Exp $ > >inherit eutils > >MY_P=${PN}_${PV} > >DESCRIPTION="Multi hardsdrive filesystem" >HOMEPAGE="http://mhddfs.uvw.ru/" >SRC_URI="http://mhddfs.uvw.ru/downloads/${MY_P}.tar.gz" > >RESTRICT="mirror" > >LICENSE="GPL-3 or later" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="suid" > >DEPEND=">=sys-fs/fuse-2.7.0" > >src_install(){ > dobin ${PN} > doman ${PN}.1 > dodoc ChangeLog README README.ru.UTF-8 > use suid && fperms u+s /usr/bin/${PN} >} > >pkg_postinst() { > if use suid; then > ewarn > ewarn "You have chosen to install ${PN} with the binary setuid root. This" > ewarn "means that if there any undetected vulnerabilities in the binary," > ewarn "then local users may be able to gain root access on your machine." > ewarn > fi >}</PRE></BODY></HTML>
Created attachment 212682 [details] mhddfs-0.1.26.ebuild
Added v1.3.0 to CVS. Thanks for the ebuild. :) And patience...