That may be a record 'jump'!
I'd still recommend doing the jffs reformat to avoid problems in the future.
Just to check, that means use the gui and
(1) under admin/system, check format jffs next boot. Reboot.
(2) When rebooted, check /jffs mounted. If not, sigh (it happens...), then reboot. (Or reflash the trx?)
Sorry to be annoying, but I'd like to understand a little. On my N66U, there are five divisions of
some weird flash memory chip: /dev/mtdblock[0-4]. On boot, they show up thus:
Creating 5 MTD partitions on "Physically mapped flash":
0x00000000-0x00040000 : "pmon" 0
0x00040000-0x01fe0000 : "linux" 1 (some boot code? The kernel?)
0x001758f4-0x01480000 : "rootfs" 2 (mounted on /, 100% full)
0x01fe0000-0x02000000 : "nvram" 3 (size 52195, 13341 left)
0x014e0000-0x01fe0000 : "jffs2" 4 (mounted on /jffs, 6% full)
The purpose of formatting is (I guess!) to expand the nvram space? Or some more drastic reorg?
I appreciate this is a very nooby question, and would be delighted for *anyone* to tell me
a link that I could pore over to get enlightenment. I had a look in the git repository, to try to
find stuff about mtdblock.., but got lost.