Repair a write-protected USB key on ubuntu
serup
-
serup Posted messages 3 Registration date Status Member Last intervention -
serup Posted messages 3 Registration date Status Member Last intervention -
Hello, I would like to thank all the members of this forum before asking the following question:
how to repair a write-protected USB stick on Ubuntu?
Configuration: Windows / Chrome 64.0.3282.119
how to repair a write-protected USB stick on Ubuntu?
Configuration: Windows / Chrome 64.0.3282.119
3 answers
-
If there is nothing important on it, I would have reformatted it... Otherwise, we need to change the permissions to be able to access it for reading/writing!
-
-
Under Linux, you can right-click on the USB drive (in Caja, the file manager), go to "Properties."
Go to the "Permissions" tab, then change the owner (by setting it to the user...)!
All of this with root privileges, so you need to open the terminal, typesudo bash
, enter the password, then typecaja
.
Normally, it should work!! Have a great weekend!
-
-
-
Hello,
Try this:
Launch gparted (install it if necessary), display the contents of your USB drive (be careful it’s probably sdb). Create a new msdos partition table and then create a fat32 partition that occupies all the space.
Don't forget to finalize by clicking on the Apply button.