What's new

External USB disk status: Errors

  • 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!

gatorback

Regular Contributor
Errors below were observed, yet I was able to list files in the directory. The USB device is a Sandisk Cruzer flashdrive.

Code:
Errors have been detected on your hard drive. Remove any damaged files or use a PC to correct system issues.

/dev/sda1 was not cleanly unmounted, check forced.

  3941 inodes used (0.40%, out of 977280)
  8 non-contiguous files (0.2%)
  4 non-contiguous directories (0.1%)
  # of inodes with ind/dind/tind blocks: 90/0/0
  81326 blocks used (2.08%, out of 3908348)
  0 bad blocks
  1 large file

  2641 regular files
  202 directories
  0 character device files
  0 block device files
  0 fifos
  0 links
  1089 symbolic links (1089 fast symbolic links)
  0 sockets
------------
  3932 files
Code:
ASUSWRT-Merlin RT-AC68U_3.0.0.4 Fri Jul 17 03:17:04 UTC 2015
root@ROUTER:/tmp/home/root# ls /opt/
NASmount.sh                doc                        pixelserv.V35.HZ12.Kd.arm
S50asuslighttpd.1          etc                        sbin
S50downloadmaster.1        include                    share
S81pixelserv.1             lib                        tmp
bin                        pixelserv                  usr
root@ROUTER:/tmp/home/root# ls /opt/etc/
asus_conf.d            asus_script            dm2_general_bak.conf   downloadmaster
asus_lighttpd.conf     dm2_amule              dm2_nzbget.conf        init.d
asus_lighttpdpassword  dm2_ed2k.conf          dm2_snarf.conf         ipkg.conf
asus_modules.conf      dm2_general.conf       dm2_transmission.conf

The router power was cycled, yet the error persists. What is the next step to diagnosis so that an actionable remedy can be applied?
 
Go to External USB disk status in General > Network Map, select your drive and do a "rescan" under "Health Scanner".

If you're conversant in command line, unmount your disk and do a fsck.
 
Go to External USB disk status in General > Network Map, select your drive and do a "rescan" under "Health Scanner".
If you're conversant in command line, unmount your disk and do a fsck.
And: If you HDD is big (like my one: 1 TB and quite full) the routers memory is to small to handle the fsck - you need to connect your HDD to a Linux workstation and do the filesystem check and repair there (as I did). :rolleyes:
 
Errors below were observed, yet I was able to list files in the directory. The USB device is a Sandisk Cruzer flashdrive.

Code:
Errors have been detected on your hard drive. Remove any damaged files or use a PC to correct system issues.

/dev/sda1 was not cleanly unmounted, check forced.

  3941 inodes used (0.40%, out of 977280)
  8 non-contiguous files (0.2%)
  4 non-contiguous directories (0.1%)
  # of inodes with ind/dind/tind blocks: 90/0/0
  81326 blocks used (2.08%, out of 3908348)
  0 bad blocks
  1 large file

  2641 regular files
  202 directories
  0 character device files
  0 block device files
  0 fifos
  0 links
  1089 symbolic links (1089 fast symbolic links)
  0 sockets
------------
  3932 files
Code:
ASUSWRT-Merlin RT-AC68U_3.0.0.4 Fri Jul 17 03:17:04 UTC 2015
root@ROUTER:/tmp/home/root# ls /opt/
NASmount.sh                doc                        pixelserv.V35.HZ12.Kd.arm
S50asuslighttpd.1          etc                        sbin
S50downloadmaster.1        include                    share
S81pixelserv.1             lib                        tmp
bin                        pixelserv                  usr
root@ROUTER:/tmp/home/root# ls /opt/etc/
asus_conf.d            asus_script            dm2_general_bak.conf   downloadmaster
asus_lighttpd.conf     dm2_amule              dm2_nzbget.conf        init.d
asus_lighttpdpassword  dm2_ed2k.conf          dm2_snarf.conf         ipkg.conf
asus_modules.conf      dm2_general.conf       dm2_transmission.conf

The router power was cycled, yet the error persists. What is the next step to diagnosis so that an actionable remedy can be applied?
e2fsck -fv /dev/sda1
 
Not sure what triggered this message to require moderator approval, but anyhow...

Go to External USB disk status in General > Network Map, select your drive and do a "rescan" under "Health Scanner".

The 'rescan' procedure removed the error passage. @kvic: Thank you

For giggles, I tried this after the rescan (should have tried this before the rescan):

Code:
ASUSWRT-Merlin RT-AC68U_3.0.0.4 Fri Jul 17 03:17:04 UTC 2015
root[EMAIL='root@ROUTER:/tmp/home/root']@ROUTER:/tmp/home/root[/EMAIL]# e2fsck -fv /dev/sda1
e2fsck 1.42.8 (20-Jun-2013)
Warning!  /dev/sda1 is mounted.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information

  3941 inodes used (0.40%, out of 977280)
  6 non-contiguous files (0.2%)
  4 non-contiguous directories (0.1%)
  # of inodes with ind/dind/tind blocks: 90/0/0
  81327 blocks used (2.08%, out of 3908348)
  0 bad blocks
  1 large file

  2641 regular files
  202 directories
  0 character device files
  0 block device files
  0 fifos
  0 links
  1089 symbolic links (1089 fast symbolic links)
  0 sockets
------------
  3932 files
 

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