Welcome to SolutionTech24

Welcome to Our Blog "SolutionTech24". Please make a comment after reading the post. Thank you for visiting our blog. You're invited to next visit. Follow us on Facebook

Total Pageviews

Sunday, September 28, 2014

How to change Dynamic disk to Basic Disk

There is two way To change a dynamic disk back to a basic disk:
  1. 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.
  2. 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

    1. Open a command prompt and type diskpart.
    2. At the DISKPART prompt, type list disk. Make note of the disk number you want to convert to basic.
    3. At the DISKPART prompt, type select disk <disknumber>.
    4. At the DISKPART prompt, type detail disk <disknumber>.
    5. For each volume on the disk, at the DISKPART prompt, type select volume= <volumenumber> and then type delete volume.
    6. At the DISKPART prompt, type select disk <disknumber>. Specify the disk number of the disk that you want to convert to a basic disk.
    7. At the DISKPART prompt, type convert basic.


      Then type 'exit' to close

No comments: