There is two way To change a dynamic disk back to a basic disk:
-
Open the 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.
dynamic disk back to a basic disk using a command line
-
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 typedelete 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
.
Then type 'exit' to close
-
Open a command prompt and type
No comments:
Post a Comment