The Following 3 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-04-14
, 16:46
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
![]() |
2008-04-14
, 17:55
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#3
|
![]() |
2008-04-14
, 18:00
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#4
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2008-04-17
, 23:52
|
|
Posts: 693 |
Thanked: 502 times |
Joined on Jul 2007
|
#5
|
![]() |
2008-04-18
, 00:15
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#6
|
![]() |
2008-10-14
, 15:31
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#7
|
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
I'm working on a fix. But do not touch the boot options for your own safety.
Hi, I've compiled union-fs for os2008.
What is it?
From http://www.hczim.de/software/mmc-unionfs.html
1. You need a kernel with case_copy symbol enabled.
To build your own:
Grab the unionfs patch from here: http://download.filesystems.org/unio...6.21.7.diff.gz
Grab fanoush's patch to enable menu makeconfig and enable unionfs as a module.
Open arch/arm/kernel/armksyms.c and insert EXPORT_SYMBOL(copy_page); after EXPORT_SYMBOL(__strncpy_from_user);
Or grab one of these already compiled kernels:
Standard kernel with case_copy:
http://www.mediafire.com/?byzz1y9ojmf
This is my experimental kernel. It may have problems in it but it's the one I'm running. Contains the features of Fanoush's kernel (fixed rotation, 48Hz Faster MMC, extended brightness & crypto api) , plus the USB DMA & Powercheck disabled, LUKS, IPv6 and the case copy symbol. Be careful when using this one.
http://www.mediafire.com/?jx1s1qsyyin
You can flash a kernel with the Linux/Mac flasher-3.0 or on the device with Fanoush's kernel_flasher.
2. Learn how to prepare your memory card for this here:
http://www.hczim.de/software/mmc-unionfs.html
Install this deb:
http://www.mediafire.com/?dcewxtsnmyy
(It says 2.6.12.3 but it's for 2.6.21 - the kernel in OS2008)
I modified the old one and fixed it up so it would work on OS2008.
sudo gainroot
dpkg -i mmc-unionfs-2.6.12.3-omap1-2.3.deb
cd to /var/lib/install/usr/share/mmc-unionfs
./setup.
Enable mmc-unionfs and enjoy
*I tried enabling bootup option and I get on startup
Problems and todo.
mmc-unionfs: 0.3.1
mmc-unionfs: searching for mmc-union on MMC partitions
mmc-unionfs: trying: mmcblk0p1 ... mmc-unionfs: trying to mount /dev/mmcblk0p1 on /media/mmmmc-unionfs: Didn't find any valid partition.
mmc-unionfs: Partitions searched: mmcblk0p1
mmc-unionfs: No mmc-union found. Please setup one firstmmc-unionfs: Errors, aborting.
The init script runs at S00, at which point do mmc cards get mounted and how do I manually mount a card in that script?
Extending /home/user segfaults.
Fix unionfs enabling on boot.
Add an option to modify the mmc's scripts so it will unmount your unionfs partition and remount when taken out.
Fix boot-disable option. **** just went and deleted RC2 folder.
Last edited by qwerty12; 2008-04-14 at 18:08.