Forum Discussion
HDD Partition error
Hi Members,
I have a partition of 32 GB in my HDD. When I am trying to create a new partition by clicking "simple new volume" there seems to be an error msg although i am going with all default settings. Can someone help me out?
Thanks
Sandip.
- MwoehrleBrass Contributor
Open command prompt
type diskutil and press enter
click yes/accept on the UAC prompt if needed
type list disk and press enter
find the disk that you need to partition
type sel disk (the number of disk you need) and press enter
type list part and press enter.
If your partition or the drive is listed as GPT, thats why. Windows cant resize active GPT partitions.
- sandipgumtya365Brass Contributor
- MwoehrleBrass Contributor
sandipgumtya365 Sorry I gave you the wrong instructions. You have two options to check if that disk is GPT or MBR partition scheme.
- Command Prompt
- Open command prompt
- Type in diskpart
- Type in list disk
2) Using the Disk Management Tool
- Press the windows key + R to open the Run dialog, then type diskmgmt.msc and then hit enter
- Locate the disk you want to check, then right-click it and select properties.
- Click over to the Volumes tab, and next to Partition style you'll see either MBR or GPT
- Command Prompt