Storage & File systems
Gentoo ebuild for eCryptfs
As eCryptfs now has been included into 2.6.19-rc2 I simply had to try it out.
I emerged the necessary (masked) kernel sources sys-kernel/mm-sources-2.6.19_rc2-r2. The eCryptfs kernel configuration depends on Security options - [*] Enable access key retention support. After enabling this, you can enable the ecryptfs module under File systems - Miscellaneous filesystems - <M> eCrypt filesystem layer support (EXPERIMENTAL).
Gentoo Ebuild for Levanta MapFS
Access ext2 filesystems from Windows
Ext2 IFS is an installable filesystem that provides Windows with full access to Linux ext2 volumes (read and write access). This may be useful if you have installed both Windows and Linux as a dual boot environment on your computer or if you prefer to format your USB disks with ext2/3 and need to access them from Windows hosts as well.
Related links
- www.fs-driver.org
LVM volume groups not found at boot when using multipath-tools
When doing a standard install of LVM over multipath-tools on SLES9 SP3, the LVM volume groups are not detected reliably by vgscan at boot. This is due to a delay introduced by subfs when new devices are discovered through multipath and vgscan kicking-in too early.
The solution is to either increase the delay of one second (to something like 10 seconds) after loading dm-multipath or to disable subfs altogether.
See multipath-tools-configuration for more details.