I have received an RO (write-protected) flash drive, and I'm wondering if the write protection can be removed, changing it to R/W.
Asked
Active
Viewed 4,960 times
0
-
Can you please add a little more detail? What did you do, what did you want to achieve and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. (see How do I ask a good question?) – David Foerster Mar 15 '16 at 12:25
1 Answers
2
Depending on whether it's hardware or software protection, this might work.
Open a terminal (CTRL + ALT + T)
Type
sudo hdparm -r0 /dev/XdY
WhereX
andY
are the letters identifying your flash drive

You'reAGitForNotUsingGit
- 14,809
-
not work for me. results
/dev/sdb1: setting readonly to 0 (off) readonly = 0 (off)
– alhelal Nov 28 '17 at 14:02 -
Also, not work for me. results
/dev/sdb: setting readonly to 0 (off) readonly = 1 (on)
– BarzanHayati Jul 09 '23 at 07:05