How do i format my harddrive
How do i format my harddrive
Hey, your friend cloned your external drive for her Mac to move her files. To get it ready on your Windows PC, you’ll need to format the drive there. Make sure to back up any important data first, then follow the steps to create a new file system. If you can’t see it in Pathfinder, check that the drive is properly mounted and the format is selected correctly.
It was installed alongside macOS, which might result in a confusing partition layout. Generally, using Disk Management to format the drive suffices, but I suggest trying this diskpart approach—it creates a clean partition table suited for Windows: launch a Command Prompt or PowerShell with admin rights. Enter these steps one by one:
- diskpart
- list disk
- select the appropriate disk (replace * with your external drive number)
- clean (be careful, this erases the drive)
- exit
- exit
Next, open Disk Management, click Start Menu → Disk Management. It will prompt you to initialize a disk, pick GUID (GPT), click OK. Locate the drive—likely labeled as Black Unallocated—and right-click it, choose Next, then name it, select NTFS, set size 4096, enable Quick Format, disable compression, and finish. Done. You now possess a brand-new drive with a fresh partition table.