Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have:

System: Ubuntu x64 3.5.0-23-generic
Hardware: Dell D630 and SATAII mini-pcie controller sil3132

...and huge problem, because my disk connected to this controller is not detected.

sudo fdisk /dev/sdb

fdisk: unable to read /dev/sdb: Input/Output error

sudo mount /dev/sdb /media/

mount: /dev/sdb: can't read superblock

Disk's not listed in sudo fdisk -l and fstab but...

ls /dev/sd*

/dev/sda  /dev/sda1  /dev/sda2  /dev/sda5  /dev/sdb 

and

sudo lshw -c disk

  *-disk                  
       description: ATA Disk
       product: OCZ-VERTEX4
       physical id: 0.0.0
       bus info: scsi@0:0.0.0
       logical name: /dev/sda
       version: 1.5
       serial: OCZ-23K871668XFBZ3Y2
       size: 59GiB (64GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 sectorsize=512 signature=000beb07
  *-disk
       description: ATA Disk
       product: Hitachi HTS72201
       vendor: Hitachi
       physical id: 0.0.0
       bus info: scsi@5:0.0.0
       logical name: /dev/sdb
       version: DCCO
       serial: 071212DP1C10DJG971GP
       size: 111GiB (120GB)
       configuration: ansiversion=5 sectorsize=512

Vertex is my main disk and Hitachi is hdd I want to mount. There is Win7 and NTFS file system.


Windows also not detecting any drive and devmgmt shows that the device(Sil3132 sata controller) can not start(Code 10) but he's a fully functional - I check it out on different nootebook. There's message on startup that disk was found but I can't boot system from it.

lspci

0b:00.0 RAID bus controller: Silicon Image, Inc. SiI 3132 Serial ATA Raid II Controller (rev 01)

dmesg |tail -50

...
[ 7359.369544] Descriptor sense data with sense descriptors (in hex):
[ 7359.369547]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[ 7359.369562]         00 00 00 00 
[ 7359.369569] sd 5:0:0:0: [sdb]  
[ 7359.369572] Add. Sense: No additional sense information
[ 7359.369576] sd 5:0:0:0: [sdb] CDB: 
[ 7359.369578] Read(10): 28 00 00 00 00 00 00 00 08 00
[ 7359.369591] end_request: I/O error, dev sdb, sector 0
[ 7359.369603] ata6: EH complete
[ 7359.369888] ata6.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 7359.369893] ata6.00: irq_stat 0x00060002, device error via D2H FIS
[ 7359.369897] ata6.00: failed command: READ DMA
[ 7359.369906] ata6.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
[ 7359.369906]          res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[ 7359.369910] ata6.00: status: { DRDY ERR }
[ 7359.369914] ata6.00: error: { ABRT }
[ 7359.372508] ata6.00: configured for UDMA/100
[ 7359.372512] sd 5:0:0:0: [sdb]  
[ 7359.372514] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 7359.372516] sd 5:0:0:0: [sdb]  
[ 7359.372517] Sense Key : Aborted Command [current] [descriptor]
[ 7359.372519] Descriptor sense data with sense descriptors (in hex):
[ 7359.372520]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00 
[ 7359.372528]         00 00 00 00 
[ 7359.372531] sd 5:0:0:0: [sdb]  
[ 7359.372533] Add. Sense: No additional sense information
[ 7359.372535] sd 5:0:0:0: [sdb] CDB: 
[ 7359.372536] Read(10): 28 00 00 00 00 00 00 00 08 00
[ 7359.372542] end_request: I/O error, dev sdb, sector 0
[ 7359.372548] ata6: EH complete
[ 8159.384566] ata6: exception Emask 0x10 SAct 0x0 SErr 0x80000 action 0xe frozen
[ 8159.384577] ata6: irq_stat 0x00140010, PHY RDY changed
[ 8159.384584] ata6: SError: { 10B8B }
[ 8159.384595] ata6: hard resetting link
[ 8164.480131] ata6: SATA link down (SStatus 1 SControl 0)
[ 8169.480111] ata6: hard resetting link
[ 8174.576121] ata6: SATA link down (SStatus 1 SControl 0)
[ 8174.576145] ata6: limiting SATA link speed to 1.5 Gbps
[ 8179.576099] ata6: hard resetting link
[ 8184.672217] ata6: SATA link down (SStatus 1 SControl 10)
[ 8184.672238] ata6.00: disabled
[ 8184.672266] ata6: EH complete
[ 8184.672288] ata6.00: detaching (SCSI 5:0:0:0)
[ 8184.673626] sd 5:0:0:0: [sdb] Synchronizing SCSI cache
[ 8184.673693] sd 5:0:0:0: [sdb]  
[ 8184.673699] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK
[ 8184.673705] sd 5:0:0:0: [sdb] Stopping disk
[ 8184.673727] sd 5:0:0:0: [sdb] START_STOP FAILED
[ 8184.673732] sd 5:0:0:0: [sdb]  
[ 8184.673736] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK

Thanks.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.