I just updated my configuration.yaml file and rebooted, now the file system has gone read only.
I can’t change permissions over SSH with chmod or edit anything in Vi.
I also cannot copy or move any files off the Samba share.
A read only file system usually only happens if the system detects corruption during boot. You’ll want to connect to the console (keyboard and monitor) and see what the errors are.
curl -X POST http://172.17.0.2/supervisor/restart curl -X POST http://172.17.0.2/addons/core_ssh/update curl -X POST http://172.17.0.2/addons/core_samba/update
Ok It’s all working, is there anything that can be put in place so if someone reboots without updating (They might not know, or have a power cut) to stop this happening?