Hi, I've a USB Read-only file system problem.
This is, how it shows in gnome disks utility (https://i.ibb.co/BTNjTrT/vv.png) Gnome disks utility shows: filesystem damaged (https://i.ibb.co/Y4Sn2F7/d.png) When I try to aceess it with nautilus I get this error (https://i.ibb.co/ysGZxbY/Screenshot-from-2021-11-27-12-21-11.png)
When i try to format it, I get: $ sudo mkfs.vfat /dev/sdb mkfs.fat 4.2 (2021-01-31) mkfs.vfat: unable to open /dev/sdb: Read-only file system
When i try Re-Mount File System In Read-Write, I get: $ sudo mount -o rw,remount /dev/sdb mount: /run/media/user/E62E-B56D: cannot remount /dev/sdb read-write, is write-protected.
When i try fschk, I get: $ sudo fsck.vfat -f /dev/sdb fsck.fat 4.2 (2021-01-31) open: Read-only file system
It's filesystem problem as I understand, How can I get my USB back to work on Linux with FAT32?
NB: There is no HW button to unlock write-protection on it
Thanks.