How to format a bootable USB drive

Prot0.8 Posted messages 52 Status Member -  
 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 answer

  1. quentin2121 Posted messages 9063 Registration date   Status Member Last intervention   Ambassadeur 1 312
     
    - 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
    1. Prot0.8
       
      Thank you for your help.
      0
    2. gerard
       
      mrc bg
      0
    3. juju
       
      Thank you very much, class!!
      0