Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37753282
en ru br
ALT Linux repos
S:0.1.39-alt1
5.0: 0.1.13-alt1
4.1: 0.1.12-alt0.M41.1
4.0: 0.1.12-alt0.M40.1

Group :: File tools
RPM: mhddfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: mhddfs
Version: 0.1.39
Release: alt1

Summary: file system for unifying several mount points into one
License: GPLv3
Group: File tools

Url: http://mhddfs.uvw.ru
Packager: Evgenii Terechkov <evg at altlinux.org>

Source: %name-%version.tar

BuildRequires: libfuse-devel libattr-devel libuthash-devel

%description
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.

%prep
%setup

%build
%make_build

%install
install -pDm755 %name %buildroot%_bindir/%name
install -pDm644 %name.1 %buildroot%_man1dir/%name.1

%files
%_bindir/*
%_man1dir/%name.*
%doc ChangeLog README*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin