View Single Post
Posts: 175 | Thanked: 70 times | Joined on Dec 2009
#2
So i tried to follow the instructions in the wiki and nothing seems to happen while partitioning.

i type in the sudo gainroot then umount /dev/mmcblk1p1 and i get unmount: not found

if I try any of the other lines I press enter and nothing seems to happen. The courser just hops to the next line blinking.

and I tried out making a 3rd partition after that by adding to what was in the wiki:

sfdisk -uM /dev/mmcblk1 << EOF
,<YOUR NUMBER IN MB>,C
,<YOUR NUMBER IN MB>,D
,,L
,,
EOF

umount /dev/mmcblk1p1

mkdosfs /dev/mmcblk1p1
mke2fs -D Meego -j -m0 /dev/mmcblk1p2
mke2fs -L NITDroid -j -m0 /dev/mmcblk1p3

But like everything else, it didnt seem to do anything.

Any ideas?

Thanks.
 

The Following User Says Thank You to wakkamis For This Useful Post: