Looking for some help with hard drive

Steve_241

Prominent
Jul 13, 2017
2
0
510
Hello,
I used hp laptop of Windows 10 pro but by mistake I convert my hard drive basic disk into dynamic disk and now after deleting all the volumes I started booting but after booting I saw that no changes of basic to dynamic was found so I searched from Google but no solution please help me
 
Solution
Can you get to command prompt? If so, try:
- Open a command prompt and type diskpart.
- At the DISKPART prompt, type list disk. Make note of the disk number you want to convert to basic.
- At the DISKPART prompt, type select disk <disknumber>.
- At the DISKPART prompt, type detail disk <disknumber>.
- For each volume on the disk, at the DISKPART prompt, type select volume= <volumenumber> and then type delete volume.
- At the DISKPART prompt, type select disk <disknumber>. Specify the disk number of the disk that you want to convert to a basic disk.
- At the DISKPART prompt, type convert basic.
- Back up all volumes on the disk you want to convert from dynamic to basic.
- In Disk Management, right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.
- When all volumes on the disk have been deleted, right-click the disk, and then click Convert to Basic Disk.

from: https://technet.microsoft.com/en-us/library/cc755238(v=ws.11).aspx
 
Can you get to command prompt? If so, try:
- Open a command prompt and type diskpart.
- At the DISKPART prompt, type list disk. Make note of the disk number you want to convert to basic.
- At the DISKPART prompt, type select disk <disknumber>.
- At the DISKPART prompt, type detail disk <disknumber>.
- For each volume on the disk, at the DISKPART prompt, type select volume= <volumenumber> and then type delete volume.
- At the DISKPART prompt, type select disk <disknumber>. Specify the disk number of the disk that you want to convert to a basic disk.
- At the DISKPART prompt, type convert basic.
 
Solution