0

I'm a newbee and excuse my bad english. Here is my stituation. The hard drive was 2 partitions and i deleted primary (system) one. Now its seem as unallocated space. I read the following answer of the question and i tried to create a new partition. But i'm confused, there is one disk seen on "list disk" and i got some important data on partition 2.I dont want to format whole disk.If i type "create partition primary size=93" it looks like suceeed but i want to be sure is it safe way? I just want to allocate that space and make installation there.

The topic i reffered:

How create new partition on an unallocated space using diskpart? snapshot of my screen

vince
  • 1

1 Answers1

0

Open Command Prompt and type "Diskpart"

Next, type "List Volume"

Identify which volume contains your important data, you need to delete all the other volumes apart from this.

Then, type "Select Volume [number of volume to delete]

Finally, "delete volume"

Repeat this until you can only see your important data volume and unallocated space.

Then "create partition primary" will create a primary partition that fills the remaining space before the important data volume. Note you do not need to indicate size.

I would consider using a linux live CD and GParted, a program that allows you to see the partition layout on the disk, and move and create new partitions while being able to easily visualise what you are doing, see the below screenshot:

GParted

If you want to use this instead GParted is here and links to the instructions are on this page, its quite easy to pick up.

Use help or visit Technet to see a list of all available commands for diskpart if needed.

Unencoded
  • 3,528