This blog will teach you how to convert a “GPT” partition to “RAW” using Windows Command Prompt.
- Bring up the windows disk partition tool
C:\Users\manju>diskpart - List the existing disks
DISKPART> list disk - Select the disk that you want to change to “RAW” type
DISKPART> select disk 3 - Now type “clean” to convert any partition (GPT in this example) to “RAW”
DISKPART> clean - Verify by listing the disks
DISKPART> list disk