c0nfluks Posted December 25, 2022 Share Posted December 25, 2022 I've been having issues lately with the later versions 22.11 and above. At some point when I reboot, I'll get those 3 "Read-only file system" messages on boot: mkdir: cannot create directory ‘/root/.cache/oh-my-zsh’: Read-only file system rm: cannot remove '/root/.zcompdump-orangepizero2-5.8': Read-only file system zsh: locking failed for /root/.zsh_history: read-only file system: reading anyway What is happening?! 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted December 25, 2022 Share Posted December 25, 2022 Check (boot) logs why rootfs is mounted read-only. 0 Quote Link to comment Share on other sites More sharing options...
cekubalim Posted December 27, 2022 Share Posted December 27, 2022 This is related with your sd cards file system size. Please check your sd card partitioning. It is probably related with the size for armbian is too less, so there is no more room to write. or sd card might be read only. To make it work, if you are on a linux environment : sudo hdparm -r0 /dev/<your card file here> for disabling read only, and you can use discs application on ubuntu to check the partitioning. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.