Bug 63883 - Error sending ATA command IDENTIFY DEVICE
Summary: Error sending ATA command IDENTIFY DEVICE
Status: RESOLVED FIXED
Alias: None
Product: libatasmart
Classification: Unclassified
Component: library (show other bugs)
Version: unspecified
Hardware: x86-64 (AMD64) Linux (All)
: high normal
Assignee: Lennart Poettering
QA Contact: Lennart Poettering
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-24 11:01 UTC by Thaddaeus Tintenfisch
Modified: 2014-12-27 19:33 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Thaddaeus Tintenfisch 2013-04-24 11:01:40 UTC
I'm not able to mount my external HDD using Xubuntu 13.04 (udisks2), not even while booting into a live medium. However, Windows 7 and Ubuntu 12.04.2 (udisks) are able to mount the device without problem.

Syslog is showing following entries:
Mar 29 19:19:41 local kernel: [ 46.012101] usb 2-2: new high-speed USB device number 5 using ehci-pci
Mar 29 19:19:41 local kernel: [ 46.145401] usb 2-2: New USB device found, idVendor=14cd, idProduct=6116
Mar 29 19:19:41 local kernel: [ 46.145409] usb 2-2: New USB device strings: Mfr=1, Product=3, SerialNumber=2
Mar 29 19:19:41 local kernel: [ 46.145412] usb 2-2: Product: USB 2.0 SATA BRIDGE
Mar 29 19:19:41 local kernel: [ 46.145416] usb 2-2: Manufacturer: Super Top
Mar 29 19:19:41 local kernel: [ 46.145419] usb 2-2: SerialNumber: M6116018VE15
Mar 29 19:19:41 local kernel: [ 46.153488] Initializing USB Mass Storage driver...
Mar 29 19:19:41 local kernel: [ 46.153614] usbcore: registered new interface driver usb-storage
Mar 29 19:19:41 local kernel: [ 46.153617] USB Mass Storage support registered.
Mar 29 19:19:41 local kernel: [ 46.157283] scsi6 : usb-storage 2-2:1.0
Mar 29 19:19:41 local kernel: [ 46.157457] usbcore: registered new interface driver ums-cypress
Mar 29 19:19:42 local kernel: [ 47.156812] scsi 6:0:0:0: Direct-Access WDC WD32 00BEVT-22ZCT0 PQ: 0 ANSI: 0
Mar 29 19:19:42 local kernel: [ 47.157700] sd 6:0:0:0: Attached scsi generic sg2 type 0
Mar 29 19:19:42 local kernel: [ 47.159898] sd 6:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
Mar 29 19:19:42 local kernel: [ 47.160903] sd 6:0:0:0: [sdb] Write Protect is off
Mar 29 19:19:42 local kernel: [ 47.160909] sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
Mar 29 19:19:42 local kernel: [ 47.161741] sd 6:0:0:0: [sdb] No Caching mode page present
Mar 29 19:19:42 local kernel: [ 47.161748] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:19:42 local kernel: [ 47.165016] sd 6:0:0:0: [sdb] No Caching mode page present
Mar 29 19:19:42 local kernel: [ 47.165023] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:19:42 local kernel: [ 47.206914] sdb: sdb1 sdb2
Mar 29 19:19:42 local kernel: [ 47.209109] sd 6:0:0:0: [sdb] No Caching mode page present
Mar 29 19:19:42 local kernel: [ 47.209115] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Mar 29 19:19:42 local kernel: [ 47.209120] sd 6:0:0:0: [sdb] Attached SCSI disk
Mar 29 19:19:50 local kernel: [ 54.928067] usb 2-2: reset high-speed USB device number 5 using ehci-pci
Mar 29 19:19:50 local udisksd[1881]: Error probing device: Error sending ATA command IDENTIFY DEVICE to /dev/sdb: Unexpected sense data returned:#0120000: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................#0120010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................#012 (g-io-error-quark, 0)


thad@local:~$ apt-cache policy udisks2
udisks2:
  Installed: 2.1.0-2
  Candidate: 2.1.0-2
  Version table:
 *** 2.1.0-2 0
        500 http://archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
        100 /var/lib/dpkg/status

thad@local:~$ apt-cache policy libatasmart4
libatasmart4:
  Installed: 0.19-2
  Candidate: 0.19-2
  Version table:
 *** 0.19-2 0
        500 http://de.archive.ubuntu.com/ubuntu/ raring/main amd64 Packages
        100 /var/lib/dpkg/status
Comment 1 Thaddaeus Tintenfisch 2014-12-27 19:33:13 UTC
It looks like the error has been been fixed at some point. Works fine in Ubuntu 14.10.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.