How can the GPT scheme be undone? Typically, software that can create it can also destroy it. In my case, Leopard’s Disk Utility application was able re-partition the drive as follows:
Boot a Leopard DVD (retail or OSx86) and choose your native language at the first screen.
Run “Disk Utility” from the “Utilities” menu and highlight the offending drive on the left.
Navigate to the “Partition” tab, choose “1 Partition” from the Volume Scheme popup menu, select your new desired format (or “Free Space”), and make sure to click the “Options…” button
From the “Options” screen, you can choose between GUID Partition Table, Apple Partition Map (for PowerPC Macs), and Master Boot Record.
Choose MBR, and click OK.
Click “Apply” to partition the drive using the more common MBR scheme, and thus completely erase all trace of the GPT partition.
Once the partitioning is complete, you’ll be able to format and use the drive under Windows XP, Mac OS 9, or any other system incapable of comprehending GPT Partitions.
Or use the ‘DiskPart’ tool on the XP command line:
use ‘list disk’ to find the volume number of the GPT volume, then use ‘select’ to focus on it
then use the ‘clean’ function and then exit the tool
***WARNING*** ALL DATA WILL BE LOST ***WARNING***
now you can create a new partion and format it. |