View Single Post
Posts: 42 | Thanked: 19 times | Joined on Dec 2007
#8
Try this for a 16 GB card:

Code:
sfdisk /dev/mmcblk1 << EOF
1,39000,c
390001,60000,83
450001,,82
EOF

dd if=/dev/zero of=/dev/mmcblk1p1 bs=512 count=1
Like I mentioned, I don't exactly know how these numbers work, I'm only calculating them off ratios from that post on the Nokia Europe boards, so if someone has a clue what they're doing here, feel free to chime in.

But that should give you approximately 13 GB for the FAT32 partition, 2 GB for the ext3 and 1 GB for the swap.