Overlay File System (read-only SD card) seems broken?
Running Raspbian 11 on my Le Potato, I tried to write-protect the SD card using these instructions:
https://learn.adafruit.com/read-only-raspberry-pi
Afterward, it's still writable:
$ mount
...
/dev/mmcblk1p2 on / type btrfs (rw, ...)
Here's a Raspberry Pi, for comparison:
$ mount
...
overlay on / type overlay (rw, ...)
What should I be doing instead?
https://learn.adafruit.com/read-only-raspberry-pi
Afterward, it's still writable:
$ mount
...
/dev/mmcblk1p2 on / type btrfs (rw, ...)
Here's a Raspberry Pi, for comparison:
$ mount
...
overlay on / type overlay (rw, ...)
What should I be doing instead?
Comments