0
votes
0answers
18 views

Correctly partition microSDHC card

I temporarily used my microSDHC card for flashing a BeagleBone Black embedded device. This process involved overwriting the entire card with a binary image that contained two partitions. Now I would ...
0
votes
1answer
44 views

Utilize unused hard drive space

I have a MK802 Mini PC with a nice 16gb SD card running Rikomagic Linux; however, I can't even tap into more than 3.7gb of it. The system image (.IMG) I installed on the SD card was ~7.8gb. "fdisk ...
1
vote
1answer
234 views

How to migrate SD Card with Linux?

My scenario is simple: my android phone has internal microSD card with size of 2Gb and I run out of space. Now I bought a new 16Gb microSD card where I want to migrate. Steps: 1. Insert old sd card, ...
1
vote
0answers
185 views

Error resizing or splitting partition on SD card

Whenever I use Minitools Wizard to resize the partition on my phone's SD card it gives this error: I've tried reformatting but still the same problem.
0
votes
2answers
4k views

How do I repartition an SDHC card in Windows?

How do I repartition an SDHC card (4 GB or more)? Do I need third-part tools or Linux (a live CD solution would be OK)? In Windows' Disk Management the option Delete Partition is dimmed out: ...
3
votes
1answer
318 views

Enlarge partition on SD card

I have followed Cloning an SD card onto a larger SD card to clone a 2G SD card to a 32G SD card, and the file system is ext4. However, on the 32G SD card I only can see 2G space available. Is there a ...
2
votes
1answer
179 views

How can I change the size of my SD card partition on os x 10.6.8 using gparted or disk utility?

I"m running OS X 10.6.8 and I would like to use gparted to resize a partition on my SD card by following instructions on this page: ...
3
votes
2answers
1k views

How do I shrink an SD Card image?

I imaged a 16 GB SD card using the dd command. The card however, does not have more than 4 GB of data on it across 2 partitions (FAT32 & ext3). I would like to transfer this image on to a 8GB SD ...
1
vote
1answer
370 views

16GB SD-memory card became corrupt, now stuck at 512kb

I've got two 16GB SD-memory cards that suddenly stopped working correctly. Windows reports that it wants to format them in order to make them functional again. However, I'm not able to make the new ...
1
vote
0answers
590 views

How to repair SD card without reformatting? [duplicate]

Possible Duplicate: Recover data from SD card Is it possible to get back data from a Micro SD which is unresponsive? Something happened with my SDHC card in my phone - after restart it ...
1
vote
2answers
397 views

Fix SD card that's reporting too large a size?

I have a 4GB MiniSD card that is reporting it has 6GB of space as opposed to the 4GB it's supposed to have. Is there any way to flash the card so it will report the proper size? I've tried diskutil ...
1
vote
0answers
246 views

Partition SD Card?

I want to partition the SD card so that I can use Apps2SD application (on my Android phone, a Samsung GT-i5503). I just would like to know if I can partition my SD card using "Computer Management" in ...
4
votes
2answers
1k views

Mounting a multi-partition disk image in Linux

I downloaded an raw SD card image that has two partitions. It caused some file system errors when I tried to dd it directly into an SD card. I am not sure if the card is defective or the image. Is ...