I have been running WhiteRussian a long time, now I'm a Kamikaze n00b with my first problem:
root@OpenWrt:/etc/config# cp network network.bak
Write of 68 bytes at 0x001f24c4 failed. returned -30, retlen 0
Not marking the space at 0x001f24c4 as dirty because the flash driver returned r
etlen zero
mini_fo: create_sto_file: ERROR creating sto file.
'network.bak' exists
I notice this in dmesg output:
mtd: partition "rootfs" doesn't start on an erase block boundary -- force read-only
0x001e0000-0x003f0000 : "rootfs_data"
VFS: Mounted root (squashfs filesystem) readonly.
However mount indicates it's read-write:
root@OpenWrt:/etc/config# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro)
none on /dev type devfs (rw)
none on /proc type proc (rw)
none on /tmp type tmpfs (rw,nosuid,nodev)
none on /dev/pts type devpts (rw)
/dev/mtdblock/4 on /jffs type jffs2 (rw)
/jffs on / type mini_fo (rw)
(Last edited by vincentfox on 13 May 2007, 05:28)