|
|
01-27-2008
, 01:45 AM
|
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#2
|
|
|
01-27-2008
, 02:22 AM
|
|
Posts: 678 |
Thanked: 196 times |
Joined on Jul 2007
@ San Jose CA
|
#3
|
| The Following User Says Thank You to nhanquy For This Useful Post: | ||
|
|
01-27-2008
, 02:37 AM
|
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#4
|
|
|
01-27-2008
, 02:49 AM
|
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#5
|
|
|
01-27-2008
, 04:03 AM
|
|
|
Posts: 643 |
Thanked: 628 times |
Joined on Mar 2007
@ Seattle (or thereabouts)
|
#6
|
|
|
01-27-2008
, 04:42 AM
|
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#7
|
|
|
01-27-2008
, 05:18 AM
|
|
|
Posts: 4,274 |
Thanked: 5,317 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#8
|
| The Following User Says Thank You to qwerty12 For This Useful Post: | ||
|
|
01-27-2008
, 05:31 AM
|
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#9
|
|
|
01-27-2008
, 05:41 AM
|
|
Posts: 479 |
Thanked: 58 times |
Joined on Dec 2007
@ Dubai, UAE
|
#10
|
![]() |
| Thread Tools | Search this Thread |
|
However, I'm now stuck with a 16GB SDHC that Windows only recognizes as 14GB since there's a LINUX partition in there.
How do I repartition the SD back to a full FAT system?
I tried
sudo gainroot
umount /media/mmc2
sfdisk /dev/mmcblk0 -uM
1,,0C
<enter>
<enter>
<enter>
Then I get a message saying
Warning: No primary partition is marked bootable (active). This does not matter for LILO, but the DOS MBR will not boot this disk.
At which point I chickened out.
Rather than risk corrupting my SD beyond repair, what is the correct command to use to get this SD back to a full FAT system?