Converting dynamic to basic disk

8

6

I converted basic disk to dynamic on my laptop. However, now I cannot install Windows 7 on another partition. I just get message that installing them on dynamic disk is not supported.

Is there a way to convert dynamic disk to basic without losing data on already existing partition?

Josip Medved

Posted 2009-11-04T23:48:57.727

Reputation: 8 582

Answers

6

Here are instructions on non-destructively converting dynamic disks to basic disks. There are two methods discussed.

BE VERY CAREFUL. A MISTAKE CAN RESULT IN THE LOSS OF ALL DATA ON THE DISK.

  1. If you can boot your system, follow Microsoft's instructions after completely backing up and verifying anything you don't want to lose from that drive.

(old instructions removed by Microsoft see Workaround section; ignore the sections about Live OneCare Firewall) for using the dskprob.exe tool from the Windows Support Tools for WinXP.

  1. If you can't boot, use TestDisk. The first link in this post contains detailed instructions. Essentially, if TestDisk can detect your dynamic disk's partitions, it may be able to write out a new, standard partition table -- converting it to a basic disk.

quack quixote

Posted 2009-11-04T23:48:57.727

Reputation: 37 382

1

@quackquixote I can confirm that it works using testdisk. Proof: https://www.youtube.com/watch?v=zTwPch9acGc

– Nehal J Wani – 2016-01-15T17:56:34.927

1It did not work for me. It all ended with me just clearing everything and restoring from backup. – Josip Medved – 2010-11-20T23:18:47.690

I can boot it and this information seems promising. I will try it as soon as I get to creating backup. – Josip Medved – 2009-11-05T09:25:20.963

excellent plan. good luck! – quack quixote – 2009-11-05T09:55:14.490

0

There seem to be ways.

The official one is to back up the data on the disk, re-partition and -format and then restore the data.

If your volume was used in a stripeset (you had a reason to make it a dynamic volume in the first place, right?), then this should be the only pretty way to keep your data.

Otherwise you seem to be able to get creative with a hex editor. I've done that a few years ago myself but be careful and read up a little on how your disk is organized before destroying anything you might want to keep.

Joey

Posted 2009-11-04T23:48:57.727

Reputation: 36 381