Thread
:
How to upgrade the internal memory by extending the root filesystem to a memory card
View Single Post
msaunby
2006-01-29 , 10:34
Posts: 78 | Thanked: 9 times | Joined on Dec 2005 @ Devon, UK
#
12
I'm still unsure as to whether it's really necessary to partition the card at all. Mount an ext2 partition using "mount -o loop" - requires the scratchbox mount command rather than the built in one. Use mkfs on a linux box to create the partition files (dd if=/dev/zero ... to make the empty files) then gzip and copy to mmc, unzip and mount.
It may be slightly less efficient, but makes changing the size of the (pseudo) partition much easier, or just add extra partition files as needed.
Quote & Reply
|
msaunby
View Public Profile
Send a private message to msaunby
Visit msaunby's homepage!
Find all posts by msaunby