Comment 20 for bug 387161

Revision history for this message
alain57 (alain57) wrote : Re: External SATA->USB Drive gives lots of USB resets

i did as you asked (as root i did)

reinstall devicekit :
apt-get install --reinstall devicekit-disks
mv /lib/udev/rules.d/95-devkit-disks.rules{,.disabled}

pluged in the drive, and it worked ^^

/lib/udev/devkit-disks-part-id /dev/sdb
DKD_MEDIA_AVAILABLE=1
Entering MS-DOS parser (offset=0, size=160041885696)
MSDOS_MAGIC found
looking at part 0 (offset 32256, size 116511058944, type 0x0b)
new part entry
looking at part 1 (offset 116511091200, size 43528181760, type 0x83)
new part entry
looking at part 2 (offset 0, size 0, type 0x00)
new part entry
looking at part 3 (offset 0, size 0, type 0x00)
new part entry
Exiting MS-DOS parser
MSDOS partition table detected
DKD_PARTITION_TABLE=1
DKD_PARTITION_TABLE_SCHEME=mbr

/lib/udev/devkit-disks-part-id /dev/sdb1
Entering MS-DOS parser (offset=0, size=160041885696)
MSDOS_MAGIC found
looking at part 0 (offset 32256, size 116511058944, type 0x0b)
new part entry
looking at part 1 (offset 116511091200, size 43528181760, type 0x83)
new part entry
looking at part 2 (offset 0, size 0, type 0x00)
new part entry
looking at part 3 (offset 0, size 0, type 0x00)
new part entry
Exiting MS-DOS parser
MSDOS partition table detected
DKD_PARTITION=1
DKD_PARTITION_SCHEME=mbr
DKD_PARTITION_NUMBER=1
DKD_PARTITION_TYPE=0x0b
DKD_PARTITION_SIZE=116511058944
DKD_PARTITION_LABEL=
DKD_PARTITION_UUID=
DKD_PARTITION_FLAGS=

/lib/udev/devkit-disks-probe-ata-smart /dev/sdb
DKD_ATA_SMART_IS_AVAILABLE=1

i attach my 3 dmesg result in case you need them all
but the only command that create the errors is the last one