Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77231 - unionfs-1.0.5 [new ebuild]
Summary: unionfs-1.0.5 [new ebuild]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-01-09 07:04 UTC by Radek Podgorny
Modified: 2005-01-10 14:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
unionfs-1.0.5.ebuild (unionfs-1.0.5.ebuild,714 bytes, text/plain)
2005-01-09 07:05 UTC, Radek Podgorny
Details
Makefile26.patch (Makefile26.patch,464 bytes, patch)
2005-01-09 07:06 UTC, Radek Podgorny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radek Podgorny 2005-01-09 07:04:37 UTC
Unionfs is a linux kernel module which allows filesystems to be mounted on top of each other...

Submitting almost-done ebuild (don't have time). Resolving the sandbox violation when installing the module should be the last thing necessary...

Hope it helps, looking forward to seeing it in portage, soon...

Thanks...
Radek
Comment 1 Radek Podgorny 2005-01-09 07:05:28 UTC
Created attachment 48017 [details]
unionfs-1.0.5.ebuild
Comment 2 Radek Podgorny 2005-01-09 07:06:01 UTC
Created attachment 48018 [details, diff]
Makefile26.patch
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2005-01-09 07:19:32 UTC
Just out of curiosity, for what do you use it?
Maybe we could direct it to the right people then and find a maintainer for it.
Comment 4 Radek Podgorny 2005-01-09 08:16:18 UTC
This is a cool thing indeed. You can mount both /mnt/partition1/movies and /mnt/partition2/movies to /mnt/movies and you can see something like a logical-or of the two dirs. This can of course be achieved with LVM or RAID but when one drive fails, you lose everything... :-( Using unionfs you lose just the affected part...

...you can also do stuff like mounting a writeable fs over a CD so the it feels like you can write onto the CD.

Unionfs has been in BSD for a while so you can try to find more documentation there...
Comment 5 Tim Yamin (RETIRED) gentoo-dev 2005-01-09 08:47:28 UTC
Looking at that Makefile patch, "`uname -r`" isn't ideal - it should install to whatever version /usr/src/linux is pointing to; not what the running kernel is.
Comment 6 Daniel Drake (RETIRED) gentoo-dev 2005-01-09 08:51:15 UTC
The ebuild also should not use the kernel-mod eclass
Comment 7 Radek Podgorny 2005-01-09 11:31:13 UTC
I'm sorry guys, I'm not an ebuild guru. Just robbed the kernel-mod stuff from hostap-driver... :-(
Comment 8 Stefan Schweizer (RETIRED) gentoo-dev 2005-01-10 11:22:12 UTC
Thank you, in the tree now (with the correct linux-mod of course)

I did not add it as version 1.0.6, because that version did not compile for me.
Kernel: 2.6.10-ac8
Comment 9 Radek Podgorny 2005-01-10 14:55:36 UTC
Thank you... 1.0.6 didn't work for me aswell so I'm gonna stick with 1.0.5 for a while... :-)