Sign in with
Sign up | Sign in

Convert Dynamic to Basic when Windows was installed first on SSD

Last response: in Storage
Share

Stupid me converted a basic disk to dynamic with windows 7 installed in hopes to RAID0 (stripe) both drives, they are SSDs. Now I cannot convert the Dynamic disk, with windows installed, to Basic. I have gone to command prompt and, diskpart.exe, list disk, select disk, clear, bla bla bla.... Its driving me insane does anyone know how to convert a dynamic disk to basic disk when windows has been installed before the conversion. Thank You for any takers.

Not sure that my atempted helpers understands what the sittuation is. I installed windows, I had a nother HDDR (SSD) that I put in with the first one to run RAID 0 after installing windows converted them both to Dynamic Disk and realized that It would not allow me to to RAID them. So now I'm trying to Clear the 1st Disk but says "Windows Cannot Delete the System Volume on the Disk" also says clean is not allowed on the disk containing the current boot, system, pagefile, crash dump or hibernation volume
Related ressources
Windows 7 Expert
Storage Expert

Right, you cannot delete the system volume when you are running the OS from it whether it is a basic or dynamic disk. If you want to save the install, use the link I posted above and follow the directions. That will give you a basic disk with the system intact on the drive.

Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>diskpart

Microsoft DiskPart version 6.1.7600
Copyright (C) 1999-2008 Microsoft Corporation.
On computer: B-GAUSE-PC

DISKPART> list disk

Disk ### Status Size Free Dyn Gpt
-------- ------------- ------- ------- --- ---
Disk 0 Online 111 GB 1024 KB *
Disk 1 Online 111 GB 0 B
Disk 2 Online 698 GB 0 B
Disk 3 No Media 0 B 0 B
Disk 4 No Media 0 B 0 B
Disk 5 No Media 0 B 0 B
Disk 6 No Media 0 B 0 B
Disk 7 No Media 0 B 0 B

DISKPART> select disk 0

Disk 0 is now the selected disk.

DISKPART> detail disk

MKNSSDCR120GB ATA Device
Disk ID: A8D543E5
Type : ATA
Status : Online
Path : 0
Target : 0
LUN ID : 0
Location Path : PCIROOT(0)#PCI(1100)#ATA(C00T00L00)
Current Read-only State : No
Read-only : No
Boot Disk : No
Pagefile Disk : No
Hibernation File Disk : No
Crashdump Disk : No
Clustered Disk : No

Volume ### Ltr Label Fs Type Size Status Info
---------- --- ----------- ----- ---------- ------- --------- --------
Volume 0 New Volume NTFS Simple 111 GB Healthy
Volume 1 System Rese NTFS Simple 100 MB Healthy System

DISKPART> select volume 1

Volume 1 is the selected volume.

DISKPART> delete volume

Virtual Disk Service error:
Delete is not allowed on the current boot, system, pagefile,
crashdump or hibernation volume.


DISKPART>
Ask the community
!