1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
| [ 810.997034] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[ 811.209138] usb 1-4: New USB device found, idVendor=048d, idProduct=1234, bcdDevice= 1.00
[ 811.209146] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 811.209149] usb 1-4: Product: USB 3.1
[ 811.209151] usb 1-4: Manufacturer: PSSD
[ 811.209153] usb 1-4: SerialNumber:
[ 811.240197] usb-storage 1-4:1.0: USB Mass Storage device detected
[ 811.247022] scsi host10: usb-storage 1-4:1.0
[ 811.247094] usbcore: registered new interface driver usb-storage
[ 811.252067] usbcore: registered new interface driver uas
[ 812.314432] scsi 10:0:0:0: Direct-Access AL SSD 5.00 PQ: 0 ANSI: 2
[ 812.316082] sd 10:0:0:0: Attached scsi generic sg4 type 0
[ 812.316252] sd 10:0:0:0: [sdd] Very big device. Trying to use READ CAPACITY(16).
[ 812.316836] sd 10:0:0:0: [sdd] 4096000000 4096-byte logical blocks: (16.8 TB/15.3 TiB)
[ 812.316950] sd 10:0:0:0: [sdd] Write Protect is off
[ 812.316953] sd 10:0:0:0: [sdd] Mode Sense: 0b 00 00 08
[ 812.317071] sd 10:0:0:0: [sdd] No Caching mode page found
[ 812.317074] sd 10:0:0:0: [sdd] Assuming drive cache: write through
[ 812.317383] sd 10:0:0:0: [sdd] Very big device. Trying to use READ CAPACITY(16).
[ 812.320589] sd 10:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 812.320595] sd 10:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current]
[ 812.320597] sd 10:0:0:0: [sdd] tag#0 Add. Sense: Logical block address out of range
[ 812.320600] sd 10:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 f4 23 ff ff 00 00 01 00
[ 812.320601] critical target error, dev sdd, sector 32767999992 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 812.320604] Buffer I/O error on dev sdd, logical block 4095999999, async page read
[ 812.320609] Alternate GPT is invalid, using primary GPT.
[ 812.320613] sdd: sdd1 sdd2
[ 812.320700] sd 10:0:0:0: [sdd] Attached SCSI disk
[ 812.335117] sd 10:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 812.335123] sd 10:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current]
[ 812.335125] sd 10:0:0:0: [sdd] tag#0 Add. Sense: Logical block address out of range
[ 812.335128] sd 10:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 f4 23 ff f0 00 00 01 00
[ 812.335129] critical target error, dev sdd, sector 32767999872 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 812.335460] sd 10:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 812.335462] sd 10:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current]
[ 812.335464] sd 10:0:0:0: [sdd] tag#0 Add. Sense: Logical block address out of range
[ 812.335466] sd 10:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 f4 23 ff f0 00 00 01 00
[ 812.335466] critical target error, dev sdd, sector 32767999872 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 812.335469] Buffer I/O error on dev sdd, logical block 4095999984, async page read
[ 812.361972] sd 10:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 812.361978] sd 10:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current]
[ 812.361980] sd 10:0:0:0: [sdd] tag#0 Add. Sense: Logical block address out of range
[ 812.361982] sd 10:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 f4 23 ff e0 00 00 01 00
[ 812.361983] critical target error, dev sdd, sector 32767999744 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 2
[ 812.364558] sd 10:0:0:0: [sdd] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=0s
[ 812.364563] sd 10:0:0:0: [sdd] tag#0 Sense Key : Illegal Request [current]
[ 812.364565] sd 10:0:0:0: [sdd] tag#0 Add. Sense: Logical block address out of range
[ 812.364567] sd 10:0:0:0: [sdd] tag#0 CDB: Read(10) 28 00 f4 23 ff e0 00 00 01 00
[ 812.364568] critical target error, dev sdd, sector 32767999744 op 0x0:(READ) flags 0x0 phys_seg 1 prio class 2
[ 812.364571] Buffer I/O error on dev sdd2, logical block 4095995872, async page read |
Partager