Search This Blog

Monday, May 23, 2011

To change a dynamic disk back to a basic disk using the Diskpart utility

To change a dynamic disk back to a basic disk using the Diskpart utility, perform the following procedure:
  1. Add a note hereBack up all volumes on the disk you want to convert.
  2. Add a note hereOpen an elevated command prompt and enter diskpart.
  3. Add a note hereAt the DISKPART> prompt, enter list disk. Note the number of the disk you want to convert.
  4. Add a note hereAt the DISKPART> prompt, enter select disk <disknumber>
  5. Add a note hereAt the DISKPART> prompt, enter detail disk <disknumber>
  6. Add a note hereFor each volume on the disk, at the DISKPART> prompt, enter select volume= <volumenumber> and then enter delete volume.
  7. Add a note hereAt the DISKPART> prompt, enter select disk <disknumber>
  8. Add a note hereAt the DISKPART> prompt, enter convert basic.

No comments: