Jump to letter: [
49ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
unionfs: A Stackable Unification File System
- Summary
- This project builds a stackable unification file system, which
can appear to merge the contents of several directories (branches),
while keeping their physical content separate. Unionfs is useful
for unified source tree management, merged contents of split
CD-ROM, merged separate software package directories, data grids,
and more. Unionfs allows any mix of read-only and read-write
branches, as well as insertion and deletion of branches anywhere
in the fan-out. To maintain unix semantics, Unionfs handles
elimination of duplicates, partial-error conditions, and more.
Unionfs is part of the larger FiST project.
Kernel modules for unionfs are in kernel-module-unionfs rpms.
Arch: x86_64
Download: | unionfs-1.1.5-3.x86_64.rpm |
Build Date: | Fri Jun 26 10:39:09 2009 |
Packager: | Urs Beyerle <urs.beyerle@env.ethz.ch> |
Size: | 695 KiB |
Changelog
- * Fri Jun 26 19:00:00 2009 Urs Beyerle <urs{*}beyerle{%}env{*}ethz{*}ch> 1.1.5-3
- build requires e2fsprogs-devel
- * Mon Oct 16 19:00:00 2006 Urs Beyerle <urs{*}beyerle{%}psi{*}ch> 1.1.5-2.sl4
- add unionctl.static (statically linked unionctl), needed for LiveCD
- * Thu Aug 31 19:00:00 2006 Urs Beyerle <urs{*}beyerle{%}psi{*}ch> 1.1.5-1.sl4
- inital build.