Sorry if the subject is not clear. The point is, I have USB keys to which I can write, but when I want to erase the same file later, they have become read-only file systems. The one in question is /media/jon/T321:
As you can see, I just created file xx today, but I can not erase it or modify it, not even as root.
What the hell kind of file system can be read-only to root?
Code:
$ pwd; ll /media/jon total 36 drwxr-x---+ 6 root root 4096 avril 27 10:01 ./ drwxr-xr-x 3 root root 4096 févr. 21 2017 ../ drwxr-xr-x 8 jon sjuser 16384 janv. 1 1970 T321/ $cd T321 ls -ld backups/ drwxr-xr-x 7 jon sjuser 16384 avril 27 10:01 backups/ $ cd backups/ l$ ll total 112 drwxr-xr-x 7 jon sjuser 16384 avril 27 10:01 ./ drwxr-xr-x 8 jon sjuser 16384 janv. 1 1970 ../ drwxr-xr-x 3 jon sjuser 16384 avril 15 21:15 180415/ drwxr-xr-x 3 jon sjuser 16384 avril 27 10:02 180419/ drwxr-xr-x 3 jon sjuser 16384 avril 22 18:04 180422/ drwxr-xr-x 4 jon sjuser 16384 avril 23 18:26 180423/ drwxr-xr-x 2 jon sjuser 16384 avril 27 10:00 180426/ -rw-r--r-- 1 jon sjuser 0 avril 27 10:01 xx jon@jon-neon:/media/jon/T321/backups$
Code:
$ sudo chmod 755 xx chmod: changing permissions of 'xx': Read-only file system
Comment