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!

USB Flash drive log errors

Marc66

Regular Contributor
Hello all,

I keep getting these errors in my logs on my AC66U with Merlin 55:
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x08
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] Sense Key : 0x3 [current]
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] ASC=0x11 ASCQ=0x0
Oct 31 20:34:49 kernel: end_request: I/O error, dev sda, sector 8032
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] Result: hostbyte=0x00 driverbyte=0x08
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] Sense Key : 0x3 [current]
Oct 31 20:34:49 kernel: sd 0:0:0:0: [sda] ASC=0x11 ASCQ=0x0
Oct 31 20:34:49 kernel: end_request: I/O error, dev sda, sector 8032
Oct 31 20:34:49 kernel: FAT: FAT read failed (blocknr 8030)

The disk is a 8 GB Sandisk cruzer (dongle) which I think I formatted in FAT and which I use for Log storage. I have a small log file called tomato_rstats_bcee7b7ebce8.gz dated from a few minutes ago but strangely, the GUI shows 0 GB our of 0 GB (see attached screenshot)

I would like to reformat it to EXT3 or EXT4 and preferably from the command line. I checked the mke2fs and mkfs.ext3 man pages but there are a lot of settings. I just want a simple format with default settings (maybe journaling). What command do I need to send to reformat it?

Can I copy my .gz file to /tmp, format and copy the file back?

Thank you
 

Attachments

  • Screenshot.png
    Screenshot.png
    38.8 KB · Views: 529
Forget it; I did it while waiting for my post to be moderated
> umount /dev/sda1
> mkfs.ext3 /dev/sda1
- "Remove disk" from GUI
- Physically removed and replugged disk
- It mounted itself and is now showing no errors and proper disk info
- I changed the path for my Traffic monitoring history location and got a new file written

All is fine now
 

Attachments

  • Screenshot-new.png
    Screenshot-new.png
    27.7 KB · Views: 524
BTW, I noticed the version of E2fsprogs used in the firmware is a few versions behind and does not support Ext4. Would it be possible to install the latest version in the next RMerlin build?

Current version in RMerlin 55 = 1.42.8
Current version from developer = 1.42.13
 

Similar threads

Latest 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