Index of /colinux/testing/unionfs-1.4
Name Last modified Size Description
Parent Directory 08-Aug-2011 04:05 -
modules-2.6.22.18-co-0.7.6-20100313.tgz 14-Mar-2010 04:44 2.5M Kernel modules
unionfs-1.4_for_2.6.22.src.tar.gz 11-Mar-2010 08:57 68k
unionfs14-2.6.22.18-co-0.7.6-20100310.ko.gz 11-Mar-2010 09:01 38k
unionfs14-coLinux-2.6.22.18.diff 11-Mar-2010 09:24 3k
vmlinux-2.6.22.18-co-0.7.6-20100310.zip 11-Mar-2010 09:00 1.6M Linux kernel
Unionfs version 1.4 rebuild for colinux 2.6.22.18-co-0.7.6
Based on Ubuntu kernel patch from kernel 2.6.28-11
Install
-------
- Download unionfs14-2.6.22.18-co-0.7.6-20100310.ko.gz
- Unpack this file to your kernel modules:
gunzip < unionfs14-2.6.22.18-co-0.7.6*.ko.gz > /lib/modules/2.6.22.18-co-0.7.6/kernel/fs/unionfs/unionfs14.ko
- Run "depmod"
- Remove Unionfs 2.x from memory:
rmmod unionfs
- Load Unionfs 1.4
modprobe unionfs14
Remember:
You can not load Unionfs 2.x and 1.4 at same time.
To load the old module automatically at startup, you should rename the default
module "unionfs.ko" to "unionfs22.ko", and rename "unionfs14.ko" to "unionfs.ko".
Than run "depmod" again and reboot.
Files
-----
unionfs14-2.6.22.18-co-0.7.6-20100310.ko.gz : Module, compiled for coLinux 2.6.22.18-co-0.7.6
unionfs14-coLinux-2.6.22.18.diff : Changes for coLinux (backport from 2.6.28-11 to 2.6.22.18)
unionfs-1.4_for_2.6.22.src.tar.gz : Complete source (changes included)
vmlinux-2.6.22.18-co-0.7.6-20100310.zip : Kernel rebuild (without changes, unless time stamps)
modules-2.6.22.18-co-0.7.6-20100313.tgz : All modules with Unionfs 2.2.3 (default) and unionfs14 1.4
External sources:
https://launchpad.net/ubuntu/+source/unionfs/1.4+debian-6
- unionfs_1.4+debian.orig.tar.gz : Old default sources
- unionfs_1.4+debian-6.diff.gz : Patch for Ubuntu kernel 2.6.28-11