I have an SD card which is vfat formatted. There's a file on it that
I want to remove but when automounted it is read only. How can I get
it to mount with write permission?
This is on debian 12.
Chris Green wrote:
I have an SD card which is vfat formatted. There's a file on it that
I want to remove but when automounted it is read only. How can I get
it to mount with write permission?
This is on debian 12.
First, check to see if the SD card has a readonly switch. (Many
SD cards do; microSD do not.)
Second, try:
(assuming that the card is mounted at /mnt/media/foobar)
sudo mount -o remount,rw /mnt/media/foobar
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 166:50:38 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,529 |