What's new

Jffs2

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

bugmenotplz

Occasional Visitor
I recently upgraded my RT-N66U to 374.40 and since then my JFFS partition won't mount automatically on boot (I've rebooted 5 or so times) which is breaking my dnsmasq configuration.

'nvram show' includes

jffs2_on=1
jffs2_exec=
jffs2_size=6291456
jffs2_format=0

I can manually mount it using the command 'mount -t jffs2 /dev/mtdblock4 /jffs' and my files are all there. I just can't get it to mount on boot.

Nothing in dmesg besides

Creating 5 MTD partitions on "Physically mapped flash":
0x00000000-0x00040000 : "pmon"
0x00040000-0x01fe0000 : "linux"
0x001757f0-0x01a00000 : "rootfs"
0x01fe0000-0x02000000 : "nvram"
0x01a60000-0x01fe0000 : "jffs2"


Suggestions? I've manually copied the file in and restarted the service so it's not urgent, just annoying :)
 
Last edited:
I recently upgraded my RT-N66U to 374.40 and since then my JFFS partition won't mount automatically on boot (I've rebooted 5 or so times) which is breaking my dnsmasq configuration.

'nvram show' includes

jffs2_on=1
jffs2_exec=
jffs2_size=6291456
jffs2_format=0

I can manually mount it using the command 'mount -t jffs2 /dev/mtdblock4 /jffs' and my files are all there. I just can't get it to mount on boot.

Suggestions? I've manually copied the file in and restarted the service so it's not urgent, just annoying :)

Try clearing the size setting and rebooting.

Code:
nvram unset jffs2_size
nvram commit
reboot
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top