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!

External HDD is unmounted

shvydky

New Around Here
Hi All,

Can anybody help me:

My router can't use 2TB External HDD with following messages in system log:
Jan 1 02:03:13 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:14 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:14 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:14 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:15 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:15 kernel: usb 1-1.1: reset high speed USB device using ehci_hcd and address 3
Jan 1 02:03:15 kernel: sd 0:0:0:0: [sdb] Result: hostbyte=0x07 driverbyte=0x00
Jan 1 02:03:15 kernel: end_request: I/O error, dev sdb, sector 63
Jan 1 02:03:15 kernel: printk: 11 messages suppressed.
Jan 1 02:03:15 kernel: Buffer I/O error on device sdb1, logical block 0

HDD is powered with external power.

Operation Mode:Wireless router
Firmware Version:3.0.0.4.260

I have no other device to check that it is working now but I have successfully used my router as media server with .242 firmware and 8Gb flash-stick.
 
Sounds like potentially either filesystem corruption or a bad sector. Plug the HDD to your PC and do a full surface scan through chkdsk.
 
Thank you for your idea but this is first thing that wsa done by me. I have checked and defragmented HDD using Windows 7 laptop.
I did not win.
 
More info:
- Small 40Gb HDD is working normally;
- I have checked 2TB HDD with chkdsk but problem still exists.

Please, help me :)
 
Make sure you do a full surface scan, not just a filesystem scan. In a command prompt, assuming disk is on letter Z:

chkdsk z: /f /r
 
RMerlin,
Thanks, but I am sure:

G:\>chkdsk g: /f /r
The type of the file system is NTFS.
Cannot lock current drive.

Chkdsk cannot run because the volume is in use by another
process. Chkdsk may run if this volume is dismounted first.
ALL OPENED HANDLES TO THIS VOLUME WOULD THEN BE INVALID.
Would you like to force a dismount on this volume? (Y/N) y
Volume dismounted. All opened handles to this volume are now invalid.
Volume label is HITACHI.

CHKDSK is verifying files (stage 1 of 5)...
887552 file records processed.
File verification completed.
0 large file records processed.
0 bad file records processed.
0 EA records processed.
0 reparse records processed.
CHKDSK is verifying indexes (stage 2 of 5)...
887578 index entries processed.
Index verification completed.
0 unindexed files scanned.
0 unindexed files recovered.
CHKDSK is verifying security descriptors (stage 3 of 5)...
887552 file SDs/SIDs processed.
Security descriptor verification completed.
13 data files processed.
CHKDSK is verifying file data (stage 4 of 5)...
887536 files processed.
File data verification completed.
CHKDSK is verifying free space (stage 5 of 5)...
488119278 free clusters processed.
Free space verification is complete.
Windows has checked the file system and found no problems.

1953512000 KB total disk space.
21572 KB in 7 files.
80 KB in 15 indexes.
0 KB in bad sectors.
1013236 KB in use by the system.
65536 KB occupied by the log file.
1952477112 KB available on disk.

4096 bytes in each allocation unit.
488378000 total allocation units on disk.
488119278 allocation units available on disk.
 

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