2

I can no longer write to my SD card using the GUI (Files 3.10.1). If I use the command line I can successfully write to the SD card, but using the GUI gives me "Destination is read-only".

Using the command line I am the same user as the GUI. No elevated permissions such as sudo are being used. I am able to write using the command line with the same user that is not able to write using the GUI.

I was able to write using the GUI just fine yesterday. There was an update(s) this morning to Ubuntu, not sure if that has caused this issue.

I am running Ubuntu 14.04 LTS. To summarize, command line I can write, GUI I cannot.

edit: New test I just ran was to create a file using touch on the command line and deleting it via the GUI. I was successfully able to delete the file via the GUI. So I can delete, just not create/copy?

2 Answers2

0

This sounds very similar to this question; unfortunately I have not found an answer, but it may be worth checking out; I'd hate to have you go through the same diagnostic steps only to find out the same result.

snurfle
  • 121
0

I had a similar problem with a USB stick Ubuntu 16.04. I could read the files but not write (even though I was able to delete files on the USB stick).

The solution I found was rebooting ubuntu with the usb stick in. The write permissions now work.

Andres
  • 572