Thank you, that was the reason for the issue issue/dev/nvme0n1p2 117G 3.1G 108G 3% /media/root-ro
tmpfs-root 4.0G 1.1G 2.9G 27% /media/root-rw
overlayroot 4.0G 1.1G 2.9G 27% /
It looks to me like you have the read only root overlay fs enabled.
That's not a default setting so either you enabled it or whoever created the image you used did.
Assuming you're running RPiOS the fix is as follows:
Code:
sudo raspi-config- "Performance Options"
- "Overlay File System"
- Disable it.
- Reboot when prompted
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 119.2G 0 disk
├─nvme0n1p1 259:1 0 512M 0 part /boot/firmware
└─nvme0n1p2 259:2 0 118.7G 0 part /
Statistics: Posted by chaplin — Fri Feb 09, 2024 3:23 pm