LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-29-2007, 07:48 PM   #1
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
USB SATA harddisc registered, but not accessable


Hi,

after spending several hours reading virtually every post regarding USB disks I didn't seem to find anything really covering my problem. So I hope for some hints how to track things down and to identify what the problems is actually caused by.

I just bought a Fujitsu-Siemens Storagebird XL-E external USB 2.0 harddisc. When I connect the device, it appears in the list of USB devices:

Code:
# lsusb
Bus 1 Device 10: ID 0766:0012 Jess-Link Products Co., Ltd
The output of dmesg is:
Code:
usb 1-5.2: new high speed USB device using ehci_hcd and address 10
usb 1-5.2: configuration #1 chosen from 1 choice
scsi6 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 10
usb-storage: waiting for device to settle before scanning
kobject_add failed for usb_storage with -EEXIST, don't try to register things with the same name in the same directory.
 [<c03e86f7>] kobject_shadow_add+0x117/0x1a0
 [<c013fba4>] mod_sysfs_setup+0x24/0xb0
 [<c0141458>] sys_init_module+0x1648/0x1940
 [<c0102ae8>] syscall_call+0x7/0xb
 =======================
scsi 6:0:0:0: Direct-Access     Ext Hard  Disk                 PQ: 0 ANSI: 4
sdb: Spinning up disk.......................................................................................................not responding...
sdb : READ CAPACITY failed.
sdb : status=1, message=00, host=0, driver=08
sd: Current: sense key=0x2
    ASC=0x4 ASCQ=0x0
sdb: test WP failed, assume Write Enabled
sdb: assuming drive cache: write through
sd 6:0:0:0: Attached scsi disk sdb
sd 6:0:0:0: Attached scsi generic sg1 type 0
usb-storage: device scan complete
kobject_add failed for usb_storage with -EEXIST, don't try to register things with the same name in the same directory.
 [<c03e86f7>] kobject_shadow_add+0x117/0x1a0
 [<c013fba4>] mod_sysfs_setup+0x24/0xb0
 [<c0141458>] sys_init_module+0x1648/0x1940
 [<c0102ae8>] syscall_call+0x7/0xb
 =======================
EXT4-fs: unable to read superblock
FAT: unable to read boot sector
Other than USB sticks and my other external USB harddrives, the storagebird isn't mounted, and it doesn't appear in the KDE system tray (/media/disk etc.).

However, other than my external USB harddiscs from Trekstor, the Fujitsu-Siemens Storagebird is not an USB hub. Not sure, if this has anything to do with my problem.

BTW, the disk doesn't appear in the MS Windows XP file explorer as a removable drive, also! When I connect it to my Windows system, I hear the bell ringing informing me of the new device. But then nothing happens.

I'd be grateful for any clue, what's wrong here. Could it be that the device is defunct? Or do I need additional kernel modules? How can I find out, what's actually wrong?

Thanks a lot in advance,

gargamel
 
Old 09-29-2007, 08:55 PM   #2
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Which kernel?
 
Old 09-29-2007, 11:57 PM   #3
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
The device is defunct!!

ok , you could try twiddling with the wire. Try connecting it to a USB jack at the back of your comp and not the one on the front.

I think that the problem is with power, your HDD isn't probably getting enough power (are you able to hear the sound of the read pin dropping and then the disc spinning again and then a small click etc. etc.)

some cases come with 2 USB wires ( so that you can get power from 2 ports ) , if thats the case connect both. Try changing the case. Some cases come with facility of external DC power , try that ...

basically , I believe it is a H/W issue.

Is it a 3.5 inch or 2.5 inch HDD ?If it is the former you could remove it from the case and connect it directly to a computer and test ..

best is .. if you are still covered by warranty just replace the damn thing
 
Old 09-30-2007, 05:57 AM   #4
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by duryodhan View Post
The device is defunct!!

ok , you could try twiddling with the wire. Try connecting it to a USB jack at the back of your comp and not the one on the front.

I think that the problem is with power, your HDD isn't probably getting enough power (are you able to hear the sound of the read pin dropping and then the disc spinning again and then a small click etc. etc.)

some cases come with 2 USB wires ( so that you can get power from 2 ports ) , if thats the case connect both. Try changing the case. Some cases come with facility of external DC power , try that ...

basically , I believe it is a H/W issue.

Is it a 3.5 inch or 2.5 inch HDD ?If it is the former you could remove it from the case and connect it directly to a computer and test ..

best is .. if you are still covered by warranty just replace the damn thing

Thanks for both your answers. I run the 2.6.21.5 stock kernel of Slackware 12.0, not sure if it's the modularized or the everything-compiled-in version. The device is completely new 3.5" USB 2.0 drive with an external power supply. According to the specs it should be able to work with a USB 2.0 connection only, but the signal LED is green only when the external supply is connected. I've tried all 6 USB jacks of my computer, although only one of the two on the front is USB 2.0 (the rest is USB 1.1). I have never heard any noise from within the box, and the LED was never flashing, which it should do, according to the manual, when there is data transferred.

That's why I also suspect that it is a hardware problem. I'll replace it, as you suggest.

That brings up my next question: Although it costs a bit more, I am thinking of replacing it with a LAN (instead of USB) device.

Good or bad idea, what would you think?

Thanks for your good advice!

gargamel
 
Old 09-30-2007, 08:57 AM   #5
duryodhan
Senior Member
 
Registered: Oct 2006
Distribution: Slackware 12 Kernel 2.6.24 - probably upgraded by now
Posts: 1,054

Rep: Reputation: 46
I would stick with USB ... if what you want is a portable storage solution.

If you want a storage solution then a NAS is a much better bet .



USB is much more portable, standardised and support is pretty much defacto. Why mess with that?

Also, normal ethernet is only 100MBps (gigabit is well, gigabit!) , whereas USB 2.0 is 480 MBps.

I don't know where you are and how good you are with H/W, but what I have generally found to be cheaper over at my place is to buy a 2.5" laptop HDD and a case and fix them up together. YMMV.
 
Old 09-30-2007, 10:48 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

You could check to see if the external drive functions on another system to confirm the issue is indeed a hardware failure. If the drive is at fault then take it back. It could be a USB issue for the MB. That is why I suggest another machine to test on.

Do a 'uname -r' to see th exact kernel in use. The error shown in your dmesg output is just due to the driver already in the kernel.
 
Old 09-30-2007, 12:12 PM   #7
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Thanks again. I've tried the device now on three machines:
- main machine (tower) with AMD Athlon, one USB 2.0 and five USB 1.1 ports running Slackware 12.0 and OpenSuSE 10.2
- my old Toshiba Satellite laptop, with only one USB 1.1 port, also running Slack 12
- my 2 years old corporate laptop, running MS Windows XP, with three USB 2.0 ports

The Slackware systems both run kernel 2.6.21.5-smp (although smp support is useless on them).

While on the Slackware and SuSE Linux systems I can see that the device identifies itself, but the harddisc is not spinning up.

On the MS Windows laptop, the bell rings, telling me that some new device has been found. But nothing else happens.

So it's not working on three machines with totally different hardware, running the finest two Linux brands and one 'alternative' system. ;-) If the device is defunct or not: It's not working in my environment, so I'll return it.

Thanks also for the advice to stick with USB.

Best regards

gargamel
 
Old 10-04-2007, 09:52 AM   #8
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Original Poster
Rep: Reputation: 242Reputation: 242Reputation: 242
Just to let you know, your guess was absolutely right: The harddisc was defunct. I had it replaced, the new device works like a charm.

So this issue is SOLVED. 8-)

Thanks,

gargamel
 
  


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
How to learn about harddisc activity Caesar Tjalbo Linux - Newbie 2 10-21-2006 02:51 PM
Usb Flash Drive showing up as two separate drives; neither accessable ForYouAndI.com Linux - Hardware 1 02-03-2006 07:43 PM
howto boot Suse 9.1 from external usb drive through bios-accessable boot partition McHenner Linux - Hardware 2 09-30-2004 07:27 AM
no space on harddisc after suse9.1 install dirky Linux - Newbie 5 09-25-2004 04:11 PM
software to see harddisc space? ichbinesderelch Linux - Software 2 08-16-2003 06:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 05:19 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