I’m having a recurring issue where my file system switches to read-only mode after the board runs for a few minutes.
The first time I noticed this was while trying to install an app via the webGUI, and I got the following error in a brief popup:
{"message": "mkdir /tmp/casaos-compose-app-2205892483: read-only file system" }
Checking the logs via dmesg -w
, I see this error being raised constantly:
systemd-journald[270]: Failed to write entry (21 items, 925 bytes), ignoring: Read-only file system
Rebooting the board doesn’t fix the issue.
On reboot, it complains that the file system is corrupted, dropping me into a busybox shell where I have to run fsck
:
fsck -y /dev/mmcblk0p2
After the file system check, the system will boot up, but the issue reoccurs shortly after.
I’ve reinstalled the entire system, but the problem persists.
Here are some additional details:
- OS: CasaOS v0.4.13 (latest)
- Distro: Debian GNU/Linux 11 (bullseye)
Any ideas on how to resolve this?