Format OS Drive

Associate
Joined
26 Nov 2008
Posts
1,090
I have Windows 10 on 2 of my drives but am having trouble erasing / formatting the one I dont need. Cant see any option in bios for format either.

any help?
 
diskpart should work

This ^^

Find out which drive has your OS on and use diskpart to clean the other drive.

To do this open an elevated (admin) command prompt.

Type
Code:
diskpart

Type
Code:
lis dis
this will list the disks in your system.

Type
Code:
sel dis
and then the number of the disk you want to wipe. If you have 2 disks it will either be 0 or 1. So sel dis 0 or sel dis 1

Once you've selected the right disk type
Code:
cle

This will clean the selected disk and you should be able to format within Windows disk management.
 
Last edited:
Back
Top Bottom