What's new
  • 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!

kernel: jffs2_flush_wbuf(): Write failed with -5

faria

Senior Member
Hi Guys,

After upgrading to my rt-acc66u Firmware:374.41 (Merlin build) i have noticed the following errors in the logs :

Code:
Apr 27 20:39:05 kernel: jffs2_flush_wbuf(): Write failed with -5
Apr 27 20:39:05 kernel: Write of 1161 bytes at 0x01098e70 failed. returned -5, retlen 0
Apr 27 20:39:05 kernel: Not marking the space at 0x01098e70 as dirty because the flash driver returned retlen zero
Apr 27 20:39:05 kernel: jffs2_flush_wbuf(): Write failed with -5
Apr 27 20:39:05 kernel: Write of 1161 bytes at 0x010607e0 failed. returned -5, retlen 0
Apr 27 20:39:05 kernel: Not marking the space at 0x010607e0 as dirty because the flash driver returned retlen zero

This only happens at odd reboots.
So i ask, should i be concerned?

Attached to the drive i have a 1TB drive with ext3 file system.

Thanks.
 
Hello All!

I've just came into this issue... accidentally over Samba my sdb1 (EXT3 HDD) was not reachable and sda1 was very slow.
I typed: watch 'dmesg | tail -20'
- to see what happens if I reconnect my sdb1, but then I saw the following

Code:
jffs2_flush_wbuf(): Write failed with -5
Recovery of wbuf succeeded to 01020000
Write of 1401 bytes at 0x00a795d8 failed. returned -5, retlen 0
Not marking the space at 0x00a795d8 as dirty because the flash driver returned retlen zero
jffs2_flush_wbuf(): Write failed with -5
Recovery of wbuf succeeded to 01000000
Write of 1487 bytes at 0x01031680 failed. returned -5, retlen 0
Not marking the space at 0x01031680 as dirty because the flash driver returned retlen zero

I had a e2fsck run on my sda1, which returned with no error.

Something is wrong with the jffs partition? Or what? I'm getting angry with my choice with ASUS... :(
 

Similar threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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