Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

Hi. I've an external hard drive that I've used on a Mac. Now, I'm trying to format it so that I can use it on PC instead of Mac. Unfortunately, I longer have access to Mac so I have to find a way to format it for the PC.

When I plug in the external hard drive on my pc, 'new hardware' box will pop up. However, on the computer menu, it doesn't recognize the external hard drive.

Jan F.
2014-11-13 13:44:21
You can try using Disk Management (you can find it via the Start menu search) but I never had a smooth experience re-formatting a 'true' Mac drive (GUID Partition scheme, HFS) using Windows.If the external drive is shown with unallocated space you should be able to go ahead and partition it. If it is shown as "blue" (used space) then things can get a bit cumbersome.You will have to head into the command prompt and use the tool DiskPart to clean the drive. The entire process is explained in the following article.http://www.howtogeek.com/195530/how-to-convert-a-mac-formatted-drive-to-a-windows-drive/Unlike the article states my experience is that you usually get an "access denied" error or something after using the 'clean' command. If you happen to get an error try running 'clean' again. If it fails a second time just restart your computer and you should be able to format the drive afterwards regardless.If you happen to know someone with a Mac I would suggest to take the drive to this person. It is much easier to prepare the drive using OS X Disk Utility:select the drive within Disk Utilityclick on the Partition tabselect 1 Partition, Format as free space (or exFAT if you want that)at the bottom click options and change the partition scheme to Master Boot Recordclick ApplyNow the drive will be "clean" and can easily be formatted within Windows – respectively used right away if you selected exFAT.
MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT
ha14
2014-11-13 12:08:24
External Drive Not Recognized? This Is How To Fix It In Windowshttp://www.makeuseof.com/tag/external-drive-not-recognized-this-is-how-to-fix-it-in-windows/scroll to Partitioning and Formatting the Driveformat to NTFS1) Open CMD with administrative rights. In the CMD window, type in Each Command and Press Key as follows: -DiskPart -list disk -select disk 0 -clean all (Will Take a While) -create partition primary align=1024 -format fs=ntfs (Will Take a While) -assign -active -exiteaseus partition master homehttp://www.partition-tool.com/personal.htm