Jump to content

That's because macOS uses a different file system, which Windows can't see. Press Win+X and select Disk Management, you should be able to see the drive there. You should be able to create a new partition/format it from there.

Remember to either quote or @mention others, so they are notified of your reply

Link to post
Share on other sites

Windows is traditionally very hardcore about wiping anything it cant read.  Merely mounting it generally produces a request to initialize.  You’re saying this is not happening?

Not a pro, not even very good.  I’m just old and have time currently.  Assuming I know a lot about computers can be a mistake.

 

Life is like a bowl of chocolates: there are all these little crinkly paper cups everywhere.

Link to post
Share on other sites

Since it was used with macOS, it may have an unrecognizable partition table. Normally using Disk Management to format the partition is enough, but I would highly recommend the following diskpart method as it ensures a fresh partition table that is compatible with Windows:

 

Open a Command Prompt or PowerShell window as Administrator. Type the following, pressing enter after each command:

- diskpart

- list disk

- select disk * (replace the * with the number of the external drive that you can see in the list disk above)

- clean (WARNING: please make sure that you used the correct number in the select disk command as this will wipe the drive)

- exit

- exit

 

Open Disk Management by right-clicking the Start Menu and clicking on Disk Management, then it will ask you to initialize a disk, choose GUID (GPT) and click OK, then find the drive (probably Black Unallocated) and right click the Unallocated space, then click Next and go through and give it a name, use NTFS, 4096, Quick Format ON, Compression OFF, Finish.

 

Done. You now have a fresh drive with a brand new partition table.

Workstation:

Intel Core i7 6700K | AMD Radeon R9 390X | 16 GB RAM

Mobile Workstation:

MacBook Pro 15" (2017) | Intel Core i7 7820HQ | AMD Radeon Pro 560 | 16 GB RAM

Link to post
Share on other sites

17 minutes ago, Eigenvektor said:

That's because macOS uses a different file system, which Windows can't see. Press Win+X and select Disk Management, you should be able to see the drive there. You should be able to create a new partition/format it from there.

i got it working, thanks

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×