![]() |
micro sd card partition problems - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Hardware - Support (https://www.linuxliteos.com/forums/forumdisplay.php?fid=6) +--- Forum: Other (https://www.linuxliteos.com/forums/forumdisplay.php?fid=28) +--- Thread: micro sd card partition problems (/showthread.php?tid=1671) Pages:
1
2
|
micro sd card partition problems - TMG1961 - 03-24-2015 Maybe someone can help me with a small problem. I have an 8gb micro sd card with a linux swap, ext4 and fat 32 partition on it. But it only shows the fat32 partition. Now i want to remove the linux swap and ext4 partition but they dont show up in gparted. How can i remove them so i can use the complete card? Re: micro sd card partition problems - rokytnji - 03-24-2015 Quote:How can i remove them so i can use the complete card? http://askubuntu.com/questions/511467/how-can-i-completely-erase-all-data-on-a-micro-sd-card Then in gparted. Create new msdos drive. Then after that format new fat partition to your liking. You can find the id of sd card in gparted or with Code: sudo fdisk -l Re: micro sd card partition problems - TMG1961 - 03-25-2015 The problem is that the card isnt showing as a 8gb card but only 5gb. When i open gparted i only see the fat32 partition, the other 2 arent visible. Re: micro sd card partition problems - Valtam - 03-25-2015 rokytnji's link already contains the solution you need. Look at the second answer on the link. First do: Code: sudo fdisk -l to see what the card is listed as. Be very careful with dd, don't wipe the wrong drive! Re: micro sd card partition problems - TMG1961 - 03-25-2015 (03-25-2015, 10:12 AM)Jerry link Wrote: rokytnji's link already contains the solution you need. Look at the second answer on the link. First do: I did follow the instructions. But the drive still only shows as 5gb, the 2 other partitions are completely invisible. Now i have a 5gb card instead of an 8gb. No idea why the other 2 partitions are invisible. Re: micro sd card partition problems - TMG1961 - 03-25-2015 I did follow the instructions. But the drive still only shows as 5gb, the 2 other partitions are completely invisible. Now i have a 5gb card instead of an 8gb. No idea why the other 2 partitions are invisible. Re: micro sd card partition problems - rokytnji - 03-25-2015 Quote:I did follow the instructions. But the drive still only shows as 5gb, If fdisk -l and parted -l did not list the card as 8 gig. Which you could have provided readouts to show in this thread. Then we do not know what to tell you other than that you own a counterfeit 8 gig micro sd card. http://www.humanlogic.com/sdinsight/ Re: micro sd card partition problems - TMG1961 - 03-25-2015 Code: theo@theo-laptop:~$ sudo parted -l Code: theo@theo-laptop:~$ fdisk -l The card was a 8gb and always showed as 8gb. But i was trying to install a custom rom on phone and i think i did something i shouldnt have done. I created 3 partitions..1 ext4, 1 linux swap and 1 fat32 partition. Now only the fat32 partition shows..the other 2 arent visible even after using dd Re: micro sd card partition problems - rokytnji - 03-25-2015 Not really sure what to tell you myself. If this is the soldered in 8 gig Android Phone hard drive. Though you mention micro sd which makes makes me think it goes into a slot. Maybe someone else has a idea on where to go from here. Because I do not know how you may have broke it with the general/generic info that is given. Re: micro sd card partition problems - anon222 - 03-25-2015 TMG1961, Is your microSD card in your phone and your phone is conected to your PC with the cable? If that is the case, Android, for some reason, hasn't mounted all the partitions on microSD card to your PC. If you have a microSD card reader, use that to connect microSD card to your computer and then use Gparted. I'm sure that there is a way to repartition it from an Android phone. Maybe there is some application, but I think it will work only if you rooted your phone. Perhaps if you can boot your phone into recovery mode and format your drive from there. Look up on the internet |