Hi,
I installed CHAOS CALMER (15.05.1, r48532) on my TP-LINK W841N(D) router v10.
Installation went smooth by choosing the .bin firmware image via "Upgrade Firmware" option of TP-Link's web ui. And it upgraded installed fine. I used router happily for a couple of days, after which I added a command to startup (to execute a shell script), and rebooted the router, and after reboot, filesystem has become read-only.
root@openWrt:~# touch test
touch: test: Read-only file system
here's the output of mount
root@openWrt:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,noatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime)
/dev/mtdblock3 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay on / type overlay (ro,noatime,lowerdir=/,upperdir=/overlay/upper,workdir=/overlay/work)
tmpfs on /dev type tmpfs (rw,nosuid,relatime,size=512k,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,mode=600)
debugfs on /sys/kernel/debug type debugfs (rw,noatime)
Router still functions, and I can still ssh and all, but now I can not write any changes to the filesystem, thus cant change any settings nor add any extra files or remove existing ones for that matter. I tried searching and only relevant results I found were from 2005 where the fix was to `nvram unset root_no_swap` or something like that. (And nvram - command not found).
Could someone please help.