Unable to format USB drive
Solved
Nicoduwebs
Posted messages
8
Status
Membre
-
LasR -
LasR -
Hello,
For a USB device
I'm posting this message to ask for advice.
I have a small issue since I put the Debian ISO file on it; a little problem occurred and I can no longer format it, and the data is likely damaged.
I used the registry method without success.
Also, diskpart shows me this message that you'll read in this photo
https://drive.google.com/file/d/1Vd9wGEX0a19fR8agVEOqQ6B2_LbjF5m9/view?usp=drivesdk
And the message refuses formatting by the traditional method
https://accounts.google.com/ServiceLogin?service=wise&passive=1209600&continue=https://drive.google.com/file/d/1x5mZ8-yuOjgZFaTRKWszc2T9PAPNZBCx/view?usp%3Ddrivesdk&followup=https://drive.google.com/file/d/1x5mZ8-yuOjgZFaTRKWszc2T9PAPNZBCx/view?usp%3Ddrivesdk
If you have effective solutions, I’m all ears.
For a USB device
I'm posting this message to ask for advice.
I have a small issue since I put the Debian ISO file on it; a little problem occurred and I can no longer format it, and the data is likely damaged.
I used the registry method without success.
Also, diskpart shows me this message that you'll read in this photo
https://drive.google.com/file/d/1Vd9wGEX0a19fR8agVEOqQ6B2_LbjF5m9/view?usp=drivesdk
And the message refuses formatting by the traditional method
https://accounts.google.com/ServiceLogin?service=wise&passive=1209600&continue=https://drive.google.com/file/d/1x5mZ8-yuOjgZFaTRKWszc2T9PAPNZBCx/view?usp%3Ddrivesdk&followup=https://drive.google.com/file/d/1x5mZ8-yuOjgZFaTRKWszc2T9PAPNZBCx/view?usp%3Ddrivesdk
If you have effective solutions, I’m all ears.
6 réponses
quentin2121
Posted messages
9063
Registration date
Status
Membre
Last intervention
Ambassadeur
1 311
Try this command:
- Run (Windows + R)
- Type cmd then press 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=ntfs quick
- active
- assign
- exit to quit diskpart
exit to quit command prompt
--
“Take your chance, hold your happiness and go towards your risk. By looking at you, they will get used to it.” René Char
- Run (Windows + R)
- Type cmd then press 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=ntfs quick
- active
- assign
- exit to quit diskpart
exit to quit command prompt
--
“Take your chance, hold your happiness and go towards your risk. By looking at you, they will get used to it.” René Char

Diskpart encountered an error: The request could not be completed due to an I/O device error.