![]() |
2006-08-12
, 15:40
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#152
|
Last I heard mmc-unionfs is being worked on, though the last update was back in July, http://www.heike-zimmerer.de/software/mmc-unionfs.html
This might be more elegant and easier, if the author Heike can get it working.
Rich
![]() |
2006-08-12
, 17:42
|
Posts: 286 |
Thanked: 259 times |
Joined on Jan 2006
@ Cambridge, England
|
#153
|
![]() |
2006-08-13
, 06:04
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#154
|
![]() |
2006-08-16
, 14:12
|
Posts: 97 |
Thanked: 5 times |
Joined on Aug 2006
|
#155
|
![]() |
2006-08-16
, 14:39
|
Posts: 450 |
Thanked: 16 times |
Joined on Mar 2006
|
#156
|
![]() |
2006-08-17
, 08:36
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2006
|
#157
|
![]() |
2006-08-17
, 09:32
|
Posts: 106 |
Thanked: 3 times |
Joined on Dec 2005
|
#158
|
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
![]() |
2006-08-17
, 12:38
|
Posts: 264 |
Thanked: 28 times |
Joined on May 2006
|
#159
|
echo "Unmounting filesystems... " umount -r /media/mmc1 /media/mmc2 /mnt/initfs / swapoff -a echo "done."
/dev/mmcblk0p2 /media/mmc2 ext2 rw,noauto 0 0
![]() |
2006-08-17
, 13:02
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#160
|
Shouldn't access to the MMC-Card be much slower than to the internal RAM?
This might be more elegant and easier, if the author Heike can get it working.
Rich