LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer
User Name
Password
Linux - Embedded & Single-board computer This forum is for the discussion of Linux on both embedded devices and single-board computers (such as the Raspberry Pi, BeagleBoard and PandaBoard). Discussions involving Arduino, plug computers and other micro-controller like devices are also welcome.

Notices


Reply
  Search this Thread
Old 02-12-2011, 03:55 PM   #1
FSGfellow
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Rep: Reputation: 0
Arrow Problem with External HDD


Hello all,
Since I haven't receive a solution in the corresponding freecom forums, I decided to post my topic here.

So...

Here is my setup:
I have all-in-one device from freecom, called "FSG WLAN"(ARM based) http://www.openfsg.com/index.php/FSG connected to Samsung Story 1.5GB external USB HDD having dedicated power supply, which seems to cause me problems from time to time.

The problem:
After several hours of transferring files over ssh and samba to the external HDD, suddenly the FSG generates an error and the external HDD gets remounted in read-only mode.
According to the logs, the reason for that error should be: "<6>sd 3:0:0:0: SCSI error: return code = 0x00070000"
I have searched in google but I cannot find any feasible solution.

~ # uname -a
Linux FSG 2.6.18 #174 Wed Mar 12 17:13:32 UTC 2008 armv5teb unknown
----------------------------------------------------------
~ # mount
/dev/root on / type reiserfs (rw,noatime,nodiratime)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
none on /proc/bus/usb type usbfs (rw)
none on /ramdisk type tmpfs (rw)
/dev/sda4 on /home type reiserfs (rw,noatime,nodiratime)
/dev/sda4 on /opt type reiserfs (rw,noatime,nodiratime)
/dev/sdb1 on /home/Samsung_STORY_Station_-0000 type vfat (rw,sync,noatime,nodiratime,fmask=0000,dmask=0000, codepage=cp437,iocharset=iso8859-1)
/dev/sdb2 on /home/Samsung_STORY_Station_-0000-1 type ext3 (rw,sync,noatime,nodiratime,data=ordered)
----------------------------------------------------------
~ # dmesg
reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
<4>end_request: I/O error, dev sdb, sector 2825376576
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
<4>end_request: I/O error, dev sdb, sector 2825376576
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
<4>end_request: I/O error, dev sdb, sector 2825784520
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
<4>end_request: I/O error, dev sdb, sector 2825784536
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
<4>end_request: I/O error, dev sdb, sector 2825784536
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>usb 1-5: reset high speed USB device using ehci_hcd and address 2
<6>sd 3:0:0:0: SCSI error: return code = 0x00070000
......................
A lot of lines like previous ones....
......................
<2>ext3_abort called.
<2>EXT3-fs error (device sdb2): ext3_journal_start_sb: Detected aborted journal
<2>Remounting filesystem read-only
----------------------------------------------------------

I will appreciate any ideas.
If you don't the solution, but know a more proper place(forum), please share that infromation with me.
 
Old 02-15-2011, 01:32 AM   #2
cnxsoft
Member
 
Registered: Nov 2010
Location: Thailand
Distribution: Fedora 12, Ubuntu 10.10
Posts: 166

Rep: Reputation: 29
Sorry, I don't have a definite answer for that.
But I've experienced similar problems with hard disk that seemed to work fine for a while then fail because of power supply issues. However, in your case this is unlikely since your HDD has its own power supply.
 
Old 02-15-2011, 04:39 PM   #3
FSGfellow
LQ Newbie
 
Registered: Feb 2011
Posts: 2

Original Poster
Rep: Reputation: 0
Yepp, I am prety sure that the problems are not caused by the power supply.
I think that they are produced by the USB drivers... but I haven't found a way to fix it, yet.
 
Old 02-18-2011, 10:06 PM   #4
justboo2u
Member
 
Registered: Feb 2011
Distribution: Ubuntu, Debian(ARM),XP,W7,CP/M
Posts: 126

Rep: Reputation: 20
gotta disagree...

I would confirm that there is no drive-hardware issue first...

running it for a LONG time with alot of accesses on a different source/system,
swapping out the P/S with one of the same values,

It is possible that this drive has become 'heat sensitive' and is failing due to 'internal issues'.

... my 2cts.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
problem mounting external hdd urubambal Linux - Newbie 4 01-06-2010 03:35 PM
Problem with external USB HDD kolme Linux - Hardware 1 04-10-2007 06:07 AM
external HDD problem! hermouche Linux - Hardware 13 07-29-2006 05:19 AM
External hdd problem, and autologin scales Fedora 1 06-22-2006 07:49 AM
External HDD Speed Problem codino Linux - Hardware 1 01-17-2005 06:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware > Linux - Embedded & Single-board computer

All times are GMT -5. The time now is 06:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration