View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#273
Originally Posted by ghoonk View Post
Sorry if this has already been addressed, but I've been at this for the last 4 hours (it's 6.45 am now and I need to get ready for work).

Thus far, I have learned that before starting on step 7 of post #1 of this thread, one should partition the card first.

sudo gainroot
umount /media/mmc2
sfdisk /dev/mmcblk0 -uM
1,14000,0C
,,,
reboot
I'm probably wrong (my knowledge of Linux is average) but -uM isn't needed.

Also the 1st partition that is created is VFAT which has the code of "6", not "0C".
For the second partition, try the line:
14001,,

(Starts from 1 cylinder after the VFAT partition, fills rest of space & I think sfdisk assumes ext2fs is nothing is entered after the second comma)

Last edited by qwerty12; 2008-01-27 at 08:44.