![]() |
Quote:
This might be more elegant and easier, if the author Heike can get it working. Rich |
Quote:
|
Sorry I've mislead you, its not working yet for IT2006, it did for 2005 OS. I meant that the package is being worked on to make it work with IT2006 and hopefully will be available soon.
|
Richie: No problem. I'll wait until that method is perfected for the 2006 OS. In the meantime I may have a try at the system described in http://maemo.org/pipermail/maemo-de...ust/005040.html transferring the whole root system to, and accessing from, the memory card. I'll keep my eye on this forum as things develop. Thanks for the assistance. Jim
|
Shouldn't access to the MMC-Card be much slower than to the internal RAM?
|
Good point. I guess I'll just sit back and watch the forum and wait for the "union" system to be perfected. Thanks again. Jim
|
IT2006 - How to mount an ext2 filesystem during boot?
I've upgraded to IT2006 and I'm now looking for a way to mount an ext2 filesystem duing boot (and umount it during shutdown).
Things have changed a lot in IT2006 and I'm lost. This works for me: insmod /mnt/initfs/lib/modules/current/ext2.ko mount /dev/mmcblk0p2 /media/mmc2 But which startup file should I modify to automate this during the boot sequence? Reinhard |
Quote:
At least, that makes sense to me, and seems to be working well. And a question in return: does anyone know if it's safe to mount an ext3 fs as ext2, or why the corresponding insmod for ext3.ko (same as above but with 3 instead of 2) fails? I realize that ext3 is not recommended, but I mistakenly chose ext3 for my MMC partition some time ago and have quite a lot of stuff on it now. - Neil |
I put the insmod near the top of /etc/init.d/minircS just after the PATH= line,
I put the mount near the bottom of that file just before the exit 0. I unmount (umount) the filesystem in /etc/init.d/minireboot and minishutdown on the same line that mmc1 is unmounted: Code:
echo "Unmounting filesystems... "Code:
/dev/mmcblk0p2 /media/mmc2 ext2 rw,noauto 0 0 |
Quote:
|
| All times are GMT. The time now is 07:47. |
vBulletin® Version 3.8.8