Intelligence is simply talking to many people

When all the files on your SD card become 'locked'

https://askubuntu.com/questions/491104/all-folders-and-files-in-sd-card-and-usb-drive-appearing-as-locked , trying first with the SDHC drive (sda or sdb or sdc) which you can find with:

fdisk -l

The command

sudo mount --options remount,rw /dev/sdb

Might have to do it not by dev/sda or sdb, but instead by mountpoint https://askubuntu.com/questions/213889/microsd-card-is-set-to-read-only-state-how-can-i-write-data-on-it

sudo mount --options remount,rw /media/username/mountpointofsdcard

But after those attempts, it still said "error taking ownership of filesystem on read-only file system udisk-error-quark", so I tried to reformat it (the files were readable but the disk had become read-only).

Comments: 0

Interested to discuss? Leave a comment.

Image




Your email will not be published nor shared with anyone. In your text you can use markdown for marking up *italic*, links <http://example.org> and other elements. These comments are moderated and published manually as soon as possible.