How to format a bootable USB drive

Prot0.8 Posted messages 52 Status Membre -  
 juju -
Hello everyone,

I used a USB key that I made bootable and I would like to recover it now to put files on it as simply as possible. But formatting doesn't work. When I try to open the key, I get the message:

Insert a disk into drive USB (D:).

Thank you in advance for your help.

1 réponse

quentin2121 Posted messages 9063 Registration date   Status Membre Last intervention   Ambassadeur 1 311
 
- Run (Windows + R)
- Type cmd then click enter
- In the window that opens, type "diskpart"
- list disk
- select disk x (x being the number of the external hard drive)
- clean
- create partition primary
- format fs=fat32 quick
- active
- assign
- exit to quit diskpart

exit to quit command prompt
47
Prot0.8
 
Thank you for your help.
0
gerard
 
mrc bg
0
juju
 
Thank you very much, class!!
0