
Originally Posted by
Ven
What are the linux filesystems supported by E6 generic firmware? I wanted to format my memory card with a linux filesystem like ext2. Also is it possible to have multiple partitions in the memory card? i have a 2GB memory card. Can i have 2 partitions one with FAT and another with ext2 or whichever is supported by the firmware? Mine is a generic 10p firmware without any mods
>Two options... sfdisk (hard) or cfdisk (easy)<
cfdisk doesn't look to well in the default terminal... but if you have decent eyesight you can go into the properties on the terminal and shrink the font size to 10-12 and it works great.
Assuming /dev/mmcblk0 is the device:
Code:
Code:
cfdisk /dev/mmcblk0
Once you made your two partitions:
Code:
Code:
mke2fs /dev/mmcblk0p1
mkfs.vfat /dev/mmcblk0p2
You can get cfdisk from here:
http://www.sfr-fresh.com/linux/misc/cfdisk-0.8k.tar.gz
Source:
Question: How to partition memory card (Ext2/Fat)? - Internet Tablet Talk Forums
mmâ„¢