PDA

View Full Version : A small mmc problem!


daxguy
2011-05-25, 20:57
well i just a few days back tried installing android on my n900 for which i had to partition my 8GB memory card.. i partitioned my card android installation didnt work properly and now my cards available memory is 5.90GB i tried formatting the card from my laptop through the card reader but cudnt access the partitioned space.. how can i get the card in normal state with my complete 8GB memory? any suggestions?

kingoddball
2011-05-25, 21:21
Got Linux?
Use Gparted
OSX? Use disk utility

The SD is partitioned and if you are on windows, it can not see the ext partitions.

Just use gparted or disk utility and repartition it to one.. No worries with it. :D

Bad_Habit
2011-05-25, 21:29
well i just a few days back tried installing android on my n900 for which i had to partition my 8GB memory card.. i partitioned my card android installation didnt work properly and now my cards available memory is 5.90GB i tried formatting the card from my laptop through the card reader but cudnt access the partitioned space.. how can i get the card in normal state with my complete 8GB memory? any suggestions?

on your phone, as root:


parted -s /dev/mmcblk1 -- mklabel msdos mkpart primary fat32 0 -1


substitute fat32 with your favorite filesystem