I have an external HD which used to be my TimeMachine drive. I got a different drive for that, so I want the original drive back as an external on my Windows box, but it has this random 200 MB partition labeled as EFI System Partition. How do I get rid of this?

link|improve this question

76% accept rate
feedback

2 Answers

up vote 30 down vote accepted
  1. On the command prompt type diskpart and answer to any possible UAC prompt.
  2. On the new diskpart prompt, type list disk. Note the Disk ### column.
  3. Type, select disk ### (with ### being the disk you wish to delete. Usually the disk with partition 0 with a size of 200 MB)
  4. Finish by typing, clean.

Have fun!

link|improve this answer
1  
Perfect! Thanks! – Daniel Huckstep Sep 26 '09 at 23:26
Thanks for the instructions! – TFM Nov 25 '09 at 21:36
Very good! Makes you wonder why this is provided through the UI. – Wayne Hartman Jan 20 '10 at 22:43
feedback

use DBAN to nuke all partitions on the drive (version 2 supports USB)

then create a new partition using Windows Disk Management.

backup important data if necessary, as everything will be deleted.

link|improve this answer
I don't know if I want to use that: DBAN will automatically and completely delete the contents of any hard disk that it can detect I have 4 other drives in this machine... – Daniel Huckstep Sep 26 '09 at 23:24
1  
it CAN, but it will only delete the content of the drive you SELECT, big difference :) you may of course disable the internal drives in the BIOS or even disconnect them physically and only leave the USB drive connected and thus detectable, if it makes you feel safer, but this is not necessary. you will be presented with a choice of drives and then you select the USB HDD and let DBAN do its thing. – Molly7244 Sep 26 '09 at 23:58
feedback

protected by Jeff Atwood Jun 7 '10 at 6:42

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.