D4damage
Member
- Joined
- Dec 3, 2008
- Messages
- 189
What's the easiest way to format sd cards on the pandora ?
I've tried using gparted but it just ends up corrupting the cards.
I've followed the below post to set up a ext3 partition which worked fine, but I've lost compatibility with Windows systems:
When I first inserted the card it did nothing, didn't appear on the desktop. Opened up terminal and typed: sudo fdisk /dev/mmcblk0 (use mmcblk1 for the second slot)
't' then '83' to change the partition type to linux, then 'w' to save.
sudo mkfs.ext3 -m 0 /dev/mmcblk0p1
Then wait about 10 minutes while it formats.
Is there a similar command to the above I could run to set my cards as fat32 or ntfs ?
I've tried using gparted but it just ends up corrupting the cards.
I've followed the below post to set up a ext3 partition which worked fine, but I've lost compatibility with Windows systems:
When I first inserted the card it did nothing, didn't appear on the desktop. Opened up terminal and typed: sudo fdisk /dev/mmcblk0 (use mmcblk1 for the second slot)
't' then '83' to change the partition type to linux, then 'w' to save.
sudo mkfs.ext3 -m 0 /dev/mmcblk0p1
Then wait about 10 minutes while it formats.
Is there a similar command to the above I could run to set my cards as fat32 or ntfs ?
Last edited by a moderator: