Format a Micro SD Card used as Android adopted storage (android_meta and android_extended) - General Topics

I have this SanDisk 32GB MicroSD card that's ended up with two partitions -
android_meta and android_extended as result of a failed attempt to use the card as Adopted Storage in a Lenovo Phone.
Neither Windows or Android now detect the card, and I've tried quite a few methods to get the card to work. These include using diskpart, chkdsk, testdisk.exe, mounting it using a pc running linux and using a few other disk repair softwares. But, none seem to be able to format the disk.
Is there a way I can get this card back to normal. It's a blank card so data recovery does not matter.

Go to the menu that says "Settings."
Select the MicroSD card listed under Storage and USB.
Near the top right, tap the three vertical dots.
Select "format as portable" from the drop-down menu.

I've tried that before. This is that happens (see screenshots).
Trying to format it using a Windows or Linux Machine also does not work.

normanscr said:
I've tried that before. This is that happens (see screenshots).
Trying to format it using a Windows or Linux Machine also does not work.
Click to expand...
Click to collapse
In Linux, if your distro includes gPartEd (or if it's available in your distro's repository), you can use that to delete the 2 partitions, then create a new partition and format it.

Telyx said:
In Linux, if your distro includes gPartEd (or if it's available in your distro's repository), you can use that to delete the 2 partitions, then create a new partition and format it.
Click to expand...
Click to collapse
I couldn't use a Linux Machine, so I tried the Gparted Live USB route on a Windows 10 Machine.
Problem is, Gparted detects the partitions. But when I select delete or any other action, the operation completes without errors, and after a few seconds it'll again show up as 'unknown'. The partitions are 16MB and 29.5 GB.

Related

How to back up the ext2 partion on sd card?

Hi,
I have sucessfully moved my apps and caches to my 1.6gb ext2 partiton on my 8gb sd card.
I would like to back up the ext2 partition in case my sdcard fails.
How do I do this in windows xp?
Thanks
I'd love to find out how to do something similar. I just got an 8 GB card that I'd like to replace my 2 GB card with, basically, I'd like to clone the whole thing over.
Anyone have any ideas? I can do XP or Linux, just curious what software would be able to do the best job of replicating the card from one to the other.
Attach the card to your computer with an adapter (not the phone as it will be mounted by android). Download and install ext2ifs from here. You will now be able to see the files on the ext2 partition and can copy/paste them to where ever you would like.
Thanks, but I've had no luck with ext2ifs and memory cards. They even address it in their troubleshooting section:
I have a device with a removable media, for example a USB memory stick, a Compact Flash Card, a magneto-optical drive etc., which has a partitioned format and has more than one partition. When I insert that media, a drive letter appears for the first partition, but not for all the remaining partitions of the media. When I open "IFS Drives" of the control panel, the considered device appears as a hard disk drive, but there is no partitioning scheme shown for it. How can I create drive letters for the remaining partitions of that removable media? (USB hard disk drives are not affected.)
There is an unsatisfactory answer only: it is not possible.
Windows creates (and deletes) all the drive letters for pure removable devices or removable medias itself. Because the Ext2 IFS software need not to create them, it intentionally does not show any partition scheme for that drive.
Windows creates a drive letter for the first partition of the considered media, but not for the remaining ones. (Windows NT4, 2000 and even XP behave the same way in that regard).
You will run into the same problem if you have a removable media partitioned with two partitions of the FAT type on a computer, which has not installed the Ext2 IFS software! So there is one straight advice only: do not use removable media with more than one partition with Windows.
I'm guessing (someone else could correct if wrong) that if I were to just do the basic copy from one card to another - that would suffice?
If I just took the card, created two partitions (FAT32 and EXT2FS) on the larger card, then copied over all the files in both - that would work just fine?
Strange, I've never experienced any issues with ext2ifs, but yes a simple copy paste of both partitions has been all i needed. Just make sure to copy any hidden files as well.
Can we back it up using Ubuntu Live CD and just upload them to a new sd cards ext2 partition?
yes, but you would need multiple card readers.
andonnguyen said:
yes, but you would need multiple card readers.
Click to expand...
Click to collapse
Why can't you save it to the hard drive, replace the sd card, access the ext2 partition and upload the files that you backed up?
Although I'm not very familiar with Ubuntu, when I tried it last time it didn't even allow me to have access to the app and app-private folders within the partition.
What do I need to do to be able to back it up to the hard drive so I can try to upload it to another SD?
Hi,
Thanks for the suggestion.
But when I installed the driver, I can still see just the fat32 partition not the ext2 partition.
I am using a sdhc usb card reader so it is not connected to the g1.
It is like the ext2 partition does not exist through windows xp.
But when I put the card back in the g1 the files are taking up space through ternminal emulator. So the ext2 partiton does exist but still not accessable through windows.
Any other ideas?
jsunkist146 said:
Attach the card to your computer with an adapter (not the phone as it will be mounted by android). Download and install ext2ifs from here. You will now be able to see the files on the ext2 partition and can copy/paste them to where ever you would like.
Click to expand...
Click to collapse
bestwebs said:
Hi,
Thanks for the suggestion.
But when I installed the driver, I can still see just the fat32 partition not the ext2 partition.
I am using a sdhc usb card reader so it is not connected to the g1.
It is like the ext2 partition does not exist through windows xp.
But when I put the card back in the g1 the files are taking up space through ternminal emulator. So the ext2 partiton does exist but still not accessable through windows.
Any other ideas?
Click to expand...
Click to collapse
what comes up when you use
"busybox df -h" in the terminal emulator?
make sure you see something like "/dev/mmcblk0p2 (partition size) (used) (available) (used %) "/system/sd"
If not then that's the problem.
Hi,
In my phone , I do have that ext2 line /dev/mmcblk0p2
size 1.4gb - used 49 meg - free 1.3 gb
sdcard line /dev/mmcblk0p1
size 6.2 gb - used 5.2gb - free 981 meg
Thanks for the reply.
Binary100100 said:
what comes up when you use
"busybox df -h" in the terminal emulator?
make sure you see something like "/dev/mmcblk0p2 (partition size) (used) (available) (used %) "/system/sd"
If not then that's the problem.
Click to expand...
Click to collapse
If you're on Linux it is trivial to get the files off, if you'd like to make an exact image you can use the dd command. I suggest grabbing a live CD, as it will be a much easier process than making windows see ext partitions.
crater said:
If you're on Linux it is trivial to get the files off, if you'd like to make an exact image you can use the dd command. I suggest grabbing a live CD, as it will be a much easier process than making windows see ext partitions.
Click to expand...
Click to collapse
I have the Live CD, but can you elaborate on the "dd command" exactly. I'm a Linux noob and wouldn't mind backing up the partition. Last time I tried, I couldn't even get permissions to open the files no less copy them.
Thanks.
Insert the two SD cards into USB SDHC card readers. Launch the free MiniTool Partition Wizard program. Copy the ext2 partition you want to transfer on the first SD card to an unallocated area on the second SD card. MiniTool Partition Wizard under Windows does "see" multiple partitions on a USB drive even though Windows doesn't assign letters to those drives and they are invisible in Windows Explorer.
To increase the size of the ext2 partition on either SD card, use the Linux program GParted. Boot up with the GParted Live CD/USB iso file. Run GParted to resize the ext2 partition. (MiniTool Partition Wizard can move but not resize an ext2 partition.)

[Q] how to fix sd card ?

i have an 8 Gb sd card that was functioning very well,
untill i partitioned it using cwm and the phone turned off in the middle ( battery was out )
now i have an unallocated space with 1 Gb, i cant format it, and minitool partition wizard says bad disk
please dont say buy a new one it was class 6 and sd cards are very expensive where i live
synos_x said:
i have an 8 Gb sd card that was functioning very well,
untill i partitioned it using cwm and the phone turned off in the middle ( battery was out )
now i have an unallocated space with 1 Gb, i cant format it, and minitool partition wizard says bad disk
please dont say buy a new one it was class 6 and sd cards are very expensive where i live
Click to expand...
Click to collapse
Try again in cwm...
or else insert sd few more times in pc using memory card reader(adapter) til it stops saying bad disk and then try to format in minitool
tried both and still not working
thanks anyway
synos_x said:
tried both and still not working
thanks anyway
Click to expand...
Click to collapse
wats the problem with cwm? Wat error it shows?
Insert it in PC card reader. Find some partition manager, other than mini partition tool, for PC and try to repartition it.
If you use Windows 7 go to Control Panel->System and Security->Administrative tools -> Computer Management -> Storage -> Disk Management
and check if your card (and it's partitions) is shown. If it is try to remove existing partitions and create new FAT 32 partition spaning over entire disc.
i've used easeus partition master, and
easeus partition recovery + partition table doctor +hdd regenerator + sd formatter + minitool partition + [email protected] partition recovery+ flobo
i think it's hopeless
@tomashokenberi all of the programs including disk management , are showing one unallocated partition (1 Gb) and everytime i try to format the partition, the program fails, all of them
@vikraam the cwm just says formatting then done ( nothing else )
somebody said to me to try an mbr tool or program, and i havent found one that works on my pc (x64) do you have suggestions
How many partitions are actually shown in disk management? One or more? If there is more than one partition try to delete all partitions then create one new partition.
Also if your Windows PC uses some "ext2/3 enabler", that is software and driver that allows access to ext2/3/4 partitions from windows it may interfere with disk management and create problems.
it is showing only one partition, i've tryed gparted live cd, on several different pcs and different sd adapters all saying ( access denied, or write protected ), and yes the switch is correct,,
so what should i do now, make a hole in it and use it like a Key Chain
synos_x said:
it is showing only one partition, i've tryed gparted live cd, on several different pcs and different sd adapters all saying ( access denied, or write protected ), and yes the switch is correct,,
so what should i do now, make a hole in it and use it like a Key Chain
Click to expand...
Click to collapse
lol
P.S. : i came all the way down to find a solution
vickkr said:
lol
P.S. : i came all the way down to find a solution
Click to expand...
Click to collapse
Gave me the same bad disk error, I tried every partition manager but nothing worked!
I found my solution by changing my sdcard adapter (or usb card reader) and it works perfectly fine now
tomashokenberi said:
Insert it in PC card reader. Find some partition manager, other than mini partition tool, for PC and try to repartition it.
If you use Windows 7 go to Control Panel->System and Security->Administrative tools -> Computer Management -> Storage -> Disk Management
and check if your card (and it's partitions) is shown. If it is try to remove existing partitions and create new FAT 32 partition spaning over entire disc.
Click to expand...
Click to collapse
THANKS... , :') yo are realy realy solved my problem
solved
tomashokenberi said:
Insert it in PC card reader. Find some partition manager, other than mini partition tool, for PC and try to repartition it.
If you use Windows 7 go to Control Panel->System and Security->Administrative tools -> Computer Management -> Storage -> Disk Management
and check if your card (and it's partitions) is shown. If it is try to remove existing partitions and create new FAT 32 partition spaning over entire disc.
Click to expand...
Click to collapse
Thanks Problem solved
fix sd card
Did you try with a pc via a partition magic program?
bad disk
tomashokenberi said:
Insert it in PC card reader. Find some partition manager, other than mini partition tool, for PC and try to repartition it.
If you use Windows 7 go to Control Panel->System and Security->Administrative tools -> Computer Management -> Storage -> Disk Management
and check if your card (and it's partitions) is shown. If it is try to remove existing partitions and create new FAT 32 partition spaning over entire disc.
Click to expand...
Click to collapse
thanks, though this is an old post but you helped me with my sd card also.
faced the same problem....
simple solution:format with blackberry
Command Prompt
I don't know if the problem was solved. I have suggestions. They are worth trying but not guaranteed to work.
The 'Disk Management' thing doesn't work. I use Windows 10. It gets stuck (becomes entirely Unresponsive) until I pull out the card from the reader. And the same also happens when I double-click or right-click on the SD card in Windows Explorer.
Maybe this can work-
Check the Lock switch on Card. It should not be locked.
On the computer, disable any antivirus feature of auto-scanning USB disks when connected. Also disable Windows USB AutoPlay.
Connect Card to computer with a good card reader.
With Windows Explorer, find the drive letter of the connected SD Card.
Open Command Prompt as Administrator and write
format <drive letter followed by colon : and no slash>
Example - Attached to this post.
If error appears "Insert New Disk and press ENTER", just press 'ENTER' directly.
If error appears "Cannot open volume for direct access", write the format statement in 5th step again.
These errors appear 3-4 times, but keep following the above steps till these statements appear -
"The type of the file system is FAT32. Verifying <your card size>"
Good luck !!
Otherwise, try this http://www.cardrecoverypro.com/

[HOW TO / GUIDE] Format Micro SD FAT32 (Windows) - VERIZON

So, I've got a new SanDisk 64gb Class 10 micro SD and want to use it for app and data storage, as well as for nandroid recoveries.
Unfortunately, the stock format - exFAT - is not recognized by many apps or by any of our custom recoveries.
Now, you've got two virtually bulletproof options to reformat that disk to FAT32 ... you choose your poison.
**************** HARDCORE *******************
I call this the "Use your teeth to open that bottle of beer" method ...
1. Place the card in your PC's card reader and determine the drive designation (i.e., G:\, H:\, etc.)
2. Download the program Fat32Format to your PC from here: http://www.ridgecrop.demon.co.uk/index.htm?fat32format.htm. The download link is actually situated about mid-page.
3. Unzip the downloaded file with 7Zip (which you can get here: http://www.7-zip.org/)
4. Navigate to the folder with the unzipped fat32format.exe file; while holding down the [Shift] key, right click on the folder.
5. A menu should popup. Scroll down and click on <Open Command Window Here>.
6. You are now in virtual DOS (.. don't be scared ..)
7. Enter the following command sequence> fat32format h: (or whatever drive designates the location of your SD card)
8. You will be prompted to confirm a wipe and format of your SD card. Type "y" and hit enter.
9. In approximately 5 seconds, your SD card will be FAT32 formatted.
10. Remember to follow whatever procedure you normally would before removing a drive from USB.
***************** EASY PEASY ******************
This, on the other hand, is the "my hands are as soft as a baby's bottom" method ... (thanks to lynkdead)
1. Place the card in your PC's card reader and determine the drive designation (i.e., G:\, H:\, etc.)
2. Download the fat32format utility in GUI version from here: http://www.ridgecrop.demon.co.uk/guiformat.exe. Click on the picture to retrieve the file.
3. Launch the guiformat.exe.
4. Choose the drive that corresponds to your SD card.
5. Choose the size of the SD Card you are formatting.
5. Check the Quick Format box.
6. Press Start.
And voila !!!
Enjoy your new SD card !!!
Pj
Phoenix, AZ
p.s. Needless to say, this process will erase all data on the card. Also, you will no longer be able to transfer files larger than 4gb to the card.
http://www.ridgecrop.demon.co.uk/guiformat.exe
If you use the GUI version from the same website it's WAY easier.
Just launch the .exe, choose the drive that corresponds to your SD card, make sure Quick Format is checked, and press start.
I thought I'd give people to a chance to explore Command Prompts as sort of a baby step to ADB or Terminal Emulator.
The GUI method works just as well. :good:
Thanks for the heads-up ... I edited the OP to reflect both options.
Pj
Phoenix, AZ
Sorry, I don't download and run any unknown/noncorporate apps, for the fear of them being trojans. Do you have any other methods?
Can one not format a mounted sdcard to fat32 on their pc by using "right click/properties/tools/format" or something? Does Microsoft not provide an official tool to format an sd card?
The functionality is built into Windows, through the command prompt. It is, however, excruciatingly slow.
Fat32formatter is open source and has proven to be the only reliable method of formatting large drives without spending any money.
Let us know if you find a good alternative ...
Pj
Phoenix, AZ
pdinphx said:
The functionality is built into Windows, through the command prompt. It is, however, excruciatingly slow.
Fat32formatter is open source and has proven to be the only reliable method of formatting large drives without spending any money.
Let us know if you find a good alternative ...
Pj
Phoenix, AZ
Click to expand...
Click to collapse
So, basically - use command prompt on windows7? "format X: /FS:FAT32", where "X:" is the sdcard drive name.
Right? (just reading "format /?" in windows)
That should work, though others have reported trying the native Windows format command and later running into trouble with a damaged disc prompt when the card was inserted into the phone.
Pj
Phoenix AZ
nabbed said:
Sorry, I don't download and run any unknown/noncorporate apps, for the fear of them being trojans. Do you have any other methods?
Can one not format a mounted sdcard to fat32 on their pc by using "right click/properties/tools/format" or something? Does Microsoft not provide an official tool to format an sd card?
Click to expand...
Click to collapse
If you don't trust it you can always upload the files to VirtusTotal, run them against your own virus scanners, or just rely on the handful of people here who have run the program without issue.
In Windows if you try to simply right-click format it doesn't give the FAT32 option, only exFAT. You can try it through the command line, and it appears to work, though once you actually try to use it CWM throws a fit. Other tools that I've tried also don't work (likely because they simply do exFAT even though they say FAT32, since the difference usually doesn't matter).
This tool works, I've had zero issues, and it hasn't tripped any of the virus scanners I've run against it.
I don't have a 64g card yet, but only my old 16 for more. Why not have the s3 format your card. I did that with my 16g and its a fat32.
Sent from my SPH-L710 using xda app-developers app
... NEVER use fat32 with anything above 32 GB.... there is a reason for this it is designed for a max of 32GB you need to use the phone to format it. it will become a newer ext partition.
Either format it in the phone fully booted into Android, or download EaseUS Partition Master (free) & format it as a Primary Drive FAT32 file system. Either way will work.
Sent from my E4GT packed full of "The Goodness" of TNz Blend ICS on Tapatalk 2 Pro, the SGS3 is on my hip...
drksilenc said:
... NEVER use fat32 with anything above 32 GB.... there is a reason for this it is designed for a max of 32GB you need to use the phone to format it. it will become a newer ext partition.
Click to expand...
Click to collapse
How u r so wrong. You wont be able to use asop cm9 or cm10 when released. unless the 64gb card is in fat32 format. the only disadvantage I see is the 4GB file limit.
why wouldnt cm9 be able to use ext4 thats what the 4.0 version of android was built on and why the partitions can scale.
drksilenc said:
why wouldnt cm9 be able to use ext4 thats what the 4.0 version of android was built on and why the partitions can scale.
Click to expand...
Click to collapse
It's not a matter of a specific ROM being able to read it, it's a matter of external storage not being recognized by your recovery(only sees fat & fat32 at /mnt/sdcard), and the OS cannot see external storage formatted as ext2/3/4, only FAT, FAT32, & exFAT.
not my best explanation ever
Sent from my SPH-L710 using Tapatalk 2
carhauler1969 said:
It's not a matter of a specific ROM being able to read it, it's a matter of external storage not being recognized by your recovery(only sees fat & fat32 at /mnt/sdcard), and the OS cannot see external storage formatted as ext2/3/4, only FAT, FAT32, & exFAT.
not my best explanation ever
Click to expand...
Click to collapse
You sure about that last bit? I was going to reformat my 64GB extSD as ext4 (when I got around to it), since Microsoft's exFAT is patent FAIL, and it's the only other fs the phone supports that'll handle files larger than 4GB. No good reason why it shouldn't be supported on stock touchwiz or on CM10||AOKP
drksilenc said:
... NEVER use fat32 with anything above 32 GB.... there is a reason for this it is designed for a max of 32GB you need to use the phone to format it. it will become a newer ext partition.
Click to expand...
Click to collapse
As I noted above, none of our custom recoveries recognize the exFAT format, which means that you cannot boot, backup or flash from that giant 64gb card. Many users have reported the same problem with their favorite apps ...
No one has reported issues with a FAT32 64gb card , so I don't think this is an issue.
Either way, it is your choice ...
PJ
Phoenix AZ
zmore said:
You sure about that last bit? I was going to reformat my 64GB extSD as ext4 (when I got around to it), since Microsoft's exFAT is patent FAIL, and it's the only other fs the phone supports that'll handle files larger than 4GB. No good reason why it shouldn't be supported on stock touchwiz or on CM10||AOKP
Click to expand...
Click to collapse
Try it and report back ...
PJ
Phoenix AZ
This convinced me to go FAT32: http://www.epiccm.org/2012/06/why-not-exfat.html
I suspect the phone respects your card's native format. My 64gb SanDisk remained exFAT formatted even after running it through the phone. Thus, the need to format it with my computer. If your experience is different, please let us know.
PJ
Phoenix AZ
pdinphx said:
This convinced me to go FAT32: http://www.epiccm.org/2012/06/why-not-exfat.html
I suspect the phone respects your card's native format. My 64gb SanDisk remained exFAT formatted even after running it through the phone. Thus, the need to format it with my computer. If your experience is different, please let us know.
PJ
Phoenix AZ
Click to expand...
Click to collapse
This is what I wanted to be certain on cards >32gb. I know Team Epic posted points on how to avoid exFAT, but only for 32gb that you can run thru the phone.
nabbed said:
Sorry, I don't download and run any unknown/noncorporate apps, for the fear of them being trojans. Do you have any other methods?
Can one not format a mounted sdcard to fat32 on their pc by using "right click/properties/tools/format" or something? Does Microsoft not provide an official tool to format an sd card?
Click to expand...
Click to collapse
I can confirm download is not a Trojan. I did the second option and it worked perfect took 5 seconds.

[Q] How can I know that which kind of partition I have (ext 2,3,4)?

Can anyone please tell me how I can get to know which partition I am using.. I partitioned using ClockworkMod Recovery 5.0.2.8... So thats why I have no idea..! :S
I think that recovery will make an ext2 partition, but not 100% sure. Easiest way to check is probably to connect your micro SD card to your computer (in a card reader, I don't think it will work in the phone, although I'm not completely sure) and run a partition manager like MiniTool Partition Wizard (http://www.partitionwizard.com/free-partition-manager.html). It should show all drives connected to your computer, and within each drive, all the partitions, along with their format etc. Find the drive corresponding to your SD card (probably the only one with an ext partition) and look at the format of the ext partition.
This assumes you run Windows. If you run Linux, it should natively detect both partitions on the card, although depending on your distro it may or may not automatically mount them. I can't really help too much with that aspect of things, but I'd say if you are the sort to run Linux, you'll have a fair idea where to go from there.
SifJar said:
I think that recovery will make an ext2 partition, but not 100% sure. Easiest way to check is probably to connect your micro SD card to your computer (in a card reader, I don't think it will work in the phone, although I'm not completely sure) and run a partition manager like MiniTool Partition Wizard (http://www.partitionwizard.com/free-partition-manager.html). It should show all drives connected to your computer, and within each drive, all the partitions, along with their format etc. Find the drive corresponding to your SD card (probably the only one with an ext partition) and look at the format of the ext partition.
This assumes you run Windows. If you run Linux, it should natively detect both partitions on the card, although depending on your distro it may or may not automatically mount them. I can't really help too much with that aspect of things, but I'd say if you are the sort to run Linux, you'll have a fair idea where to go from there.
Click to expand...
Click to collapse
Okay thanks...
Sent from my HTC Explorer A310e using xda app-developers app

[Q] Can't see Micro SD full capacity ANYWHERE

Hey,
I just sold a HTC Desire phones and had previously partitioned the Micro SD cards from within the recovery tool on the phone to allow for 1GB of the 4GB sd card to be used as part of the system. Now when I want to reuse the card as a regular card, I can only see 2.67GB available. I've tried Easus and MIniTool partition software as well as SDformatter, none of them see the full 4gb. I can't remember now correctly whether I was seeing 2.66gb primary and 1gb unallocated in the windows device manager after having messed around trying to merge them, but now I can only see 2.66 in every program I tried.
Would appreciate any help on how I can see and use the rest of the card
cormie said:
Hey,
I just sold a HTC Desire phones and had previously partitioned the Micro SD cards from within the recovery tool on the phone to allow for 1GB of the 4GB sd card to be used as part of the system. Now when I want to reuse the card as a regular card, I can only see 2.67GB available. I've tried Easus and MIniTool partition software as well as SDformatter, none of them see the full 4gb. I can't remember now correctly whether I was seeing 2.66gb primary and 1gb unallocated in the windows device manager after having messed around trying to merge them, but now I can only see 2.66 in every program I tried.
Would appreciate any help on how I can see and use the rest of the card
Click to expand...
Click to collapse
If you can get your hands on a Linux Machine, a card reader and most importantly gParted. You might be abled to fix it. I have seen mem cards, usb drives etc which cant be recovered on Windows getting rescued by gParted. If you can get gparted, these steps usually work.
1) Select partition [Careful]
2) Goto Device then create partition table.
3) Then format.
Hopefully it should work. Otherwise you might have to use dd.
gr1m.r34p3r said:
If you can get your hands on a Linux Machine, a card reader and most importantly gParted. You might be abled to fix it. I have seen mem cards, usb drives etc which cant be recovered on Windows getting rescued by gParted. If you can get gparted, these steps usually work.
1) Select partition [Careful]
2) Goto Device then create partition table.
3) Then format.
Hopefully it should work. Otherwise you might have to use dd.
Click to expand...
Click to collapse
Thanks for the reply, what's DD?
Would I not be able to do this on a windows machine and it would have to be linux?
cormie said:
Thanks for the reply, what's DD?
Would I not be able to do this on a windows machine and it would have to be linux?
Click to expand...
Click to collapse
bump
cormie said:
Thanks for the reply, what's DD?
Would I not be able to do this on a windows machine and it would have to be linux?
Click to expand...
Click to collapse
dd is a tool (again) on Linux which can clone disks etc. And gParted is a tool which I've heard works on Linux, Windows and Mac. But I've personally never tried it. But getting a copy of linux is pretty easy. Just download the iso (I recommemd Ubuntu, burn it onto a USB or CD and boot it. You can do a live session (Dosen't need to be installed, runs of RAM) then use gparted directly or install it ( 'sudo apt-get install gparted' in a Ubuntu Terminal).
gr1m.r34p3r said:
dd is a tool (again) on Linux which can clone disks etc. And gParted is a tool which I've heard works on Linux, Windows and Mac. But I've personally never tried it. But getting a copy of linux is pretty easy. Just download the iso (I recommemd Ubuntu, burn it onto a USB or CD and boot it. You can do a live session (Dosen't need to be installed, runs of RAM) then use gparted directly or install it ( 'sudo apt-get install gparted' in a Ubuntu Terminal).
Click to expand...
Click to collapse
Hey thanks a lot for such a helpful post, if that's what I have to do, I think it will be a bit too much effort just for the sake of 1gb extra on cards that are only a few euro anyway in the first place. Thanks again anyway but I might just have to leave it

Categories

Resources