1

I recently bought an Iomega NAS drive but I want to install my own operating system on it. I connected the hard drive to my computer with a SATA to USB casing but under disk management it says it is a GPT Protective Partition. How can I remove the partition and install my own OS while still being able to run in the Iomega NAS casing?

2
  • You're a Windows XP user?
    – zero2cx
    Commented Nov 10, 2012 at 17:43
  • @zero2cx no, 8.
    – Cameron
    Commented Nov 10, 2012 at 17:53

1 Answer 1

1

I don't know about NAS-specific issues, but if the disk has no data you can use most MBR partitioning tools to do the job. Since you mention "8" (presumably Windows 8), you can see Microsoft's official documentation on the topic, for example.

If the disk already holds data, you can use GPT fdisk (gdisk) to convert GPT to MBR while preserving your existing partitions.

Note that disks bigger than 2TiB pretty much require GPT; MBR maxes out at 2^32 sectors, which works out to 2TiB, given 512-byte sectors.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .