2

When I followed the link Partitioning SD-Card, I get the following error message:

Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.

fdisk: cannot open /dev/sdc: Read-only file system

I have given permissions for the media folder and the files inside it also. What can I do?

Jeremy Kerr
  • 27,829
jenny
  • 145

1 Answers1

1

It sounds like the write-protect switch on the SD card is set, so the device is read-only.

This is the little slider on the side without the missing corner. It may be marked "Lock" or "Write Protect" or something similar.

If this is the case, disable the write protect switch and try again.

Jeremy Kerr
  • 27,829