USB 3.0 External HDD Enclosure Seagate UAS problems - [sdd] tag#1 CDB: Write(16) 8a 00 00 00 00 01 70 04 08 68 00 00 00 08 00 00

 

This is a 8TB Seagate external USB 3.0 device apparently newer kernels use a module called "UAS" instead of "USB Storage" which causes issues as a lot of devices are not properly supported in UAS mode by the kernel driver.  The solution some say is to disable UAS specifically for your USB device but I'd rather just disable UAS altogether.

 
Solution blacklist UAS: *do not do this it does not work and just causes your USB 3.0 device to stop working!

sudo vi /etc/modprobe.d/blacklist.conf

blacklist uas

 Then reboot

Real Solution:

lsusb

Bus 004 Device 003: ID 0bc2:ab38 Seagate RSS LLC
Bus 004 Device 002: ID 0bc2:ab45 Seagate RSS LLC

echo options usb-storage quirks=0bc2:ab38:u | sudo tee /etc/modprobe.d/blacklist_uas00.conf
echo options usb-storage quirks=0bc2:ab45:u | sudo tee /etc/modprobe.d/blacklist_uas01.conf

sudo update-initramfs -u

Error example:

[107277.010389] INFO: task jbd2/md99-8:5142 blocked for more than 120 seconds.
[107277.010406]       Tainted: P           OE   4.4.0-64-generic #85~14.04.1-Ubuntu
[107277.010411] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[107277.010417] jbd2/md99-8     D ffff880f594b3ae8     0  5142      2 0x00000000
[107277.010429]  ffff880f594b3ae8 ffff8810084a3300 ffff881008655940 ffff880f594b4000
[107277.010437]  0000000000000000 7fffffffffffffff ffff88102fff0c68 ffffffff81804cc0
[107277.010444]  ffff880f594b3b00 ffffffff81804585 ffff88102fc96e00 ffff880f594b3ba8
[107277.010451] Call Trace:
[107277.010471]  [] ? bit_wait+0x50/0x50
[107277.010480]  [] schedule+0x35/0x80
[107277.010489]  [] schedule_timeout+0x237/0x2d0
[107277.010497]  [] ? md_make_request+0xec/0x240
[107277.010508]  [] ? ktime_get+0x3c/0xb0
[107277.010514]  [] ? bit_wait+0x50/0x50
[107277.010521]  [] io_schedule_timeout+0xa6/0x110
[107277.010528]  [] bit_wait_io+0x1b/0x60
[107277.010535]  [] __wait_on_bit+0x60/0x90
[107277.010541]  [] ? bit_wait+0x50/0x50
[107277.010548]  [] out_of_line_wait_on_bit+0x72/0x80
[107277.010558]  [] ? autoremove_wake_function+0x40/0x40
[107277.010568]  [] __wait_on_buffer+0x32/0x40
[107277.010577]  [] jbd2_journal_commit_transaction+0x1702/0x1970
[107277.010586]  [] kjournald2+0xbb/0x230
[107277.010593]  [] ? prepare_to_wait_event+0xf0/0xf0
[107277.010599]  [] ? commit_timeout+0x10/0x10
[107277.010607]  [] kthread+0xc9/0xe0
[107277.010613]  [] ? kthread_park+0x60/0x60
[107277.010620]  [] ret_from_fork+0x3f/0x70
[107277.010626]  [] ? kthread_park+0x60/0x60
[107996.987561] INFO: task jbd2/md99-8:5142 blocked for more than 120 seconds.
[107996.987575]       Tainted: P           OE   4.4.0-64-generic #85~14.04.1-Ubuntu
[107996.987579] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[107996.987584] jbd2/md99-8     D ffff880f594b3ae8     0  5142      2 0x00000000
[107996.987594]  ffff880f594b3ae8 ffff88100989cc80 ffff881008655940 ffff880f594b4000
[107996.987601]  0000000000000000 7fffffffffffffff ffff88102ffef4e0 ffffffff81804cc0
[107996.987606]  ffff880f594b3b00 ffffffff81804585 ffff88102fc16e00 ffff880f594b3ba8
[107996.987611] Call Trace:
[107996.987629]  [] ? bit_wait+0x50/0x50
[107996.987636]  [] schedule+0x35/0x80
[107996.987644]  [] schedule_timeout+0x237/0x2d0
[107996.987651]  [] ? md_make_request+0xec/0x240
[107996.987660]  [] ? ktime_get+0x3c/0xb0
[107996.987665]  [] ? bit_wait+0x50/0x50
[107996.987670]  [] io_schedule_timeout+0xa6/0x110
[107996.987676]  [] bit_wait_io+0x1b/0x60
[107996.987681]  [] __wait_on_bit+0x60/0x90
[107996.987686]  [] ? bit_wait+0x50/0x50
[107996.987692]  [] out_of_line_wait_on_bit+0x72/0x80
[107996.987700]  [] ? autoremove_wake_function+0x40/0x40
[107996.987709]  [] __wait_on_buffer+0x32/0x40
[107996.987716]  [] jbd2_journal_commit_transaction+0x1702/0x1970
[107996.987724]  [] kjournald2+0xbb/0x230
[107996.987730]  [] ? prepare_to_wait_event+0xf0/0xf0
[107996.987734]  [] ? commit_timeout+0x10/0x10
[107996.987741]  [] kthread+0xc9/0xe0
[107996.987746]  [] ? kthread_park+0x60/0x60
[107996.987752]  [] ret_from_fork+0x3f/0x70
[107996.987756]  [] ? kthread_park+0x60/0x60
[121425.085756] sd 11:0:0:0: [sdd] tag#27 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD OUT
[121425.085774] sd 11:0:0:0: [sdd] tag#27 CDB: Write(16) 8a 00 00 00 00 03 41 02 9d 88 00 00 00 18 00 00
[121425.086060] sd 11:0:0:0: [sdd] tag#20 uas_eh_abort_handler 0 uas-tag 21 inflight: CMD OUT
[121425.086069] sd 11:0:0:0: [sdd] tag#20 CDB: Write(16) 8a 00 00 00 00 03 40 c2 9c 00 00 00 00 08 00 00
[121425.086336] sd 11:0:0:0: [sdd] tag#19 uas_eh_abort_handler 0 uas-tag 20 inflight: CMD OUT
[121425.086343] sd 11:0:0:0: [sdd] tag#19 CDB: Write(16) 8a 00 00 00 00 03 40 a2 9c 10 00 00 00 10 00 00
[121436.561626] INFO: task kworker/u33:3:32394 blocked for more than 120 seconds.
[121436.561641]       Tainted: P           OE   4.4.0-64-generic #85~14.04.1-Ubuntu
[121436.561645] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[121436.561650] kworker/u33:3   D ffff8806fbd677c8     0 32394      2 0x00000000
[121436.561669] Workqueue: writeback wb_workfn (flush-9:99)
[121436.561675]  ffff8806fbd677c8 ffffffff81e13500 ffff880586b62640 ffff8806fbd68000
[121436.561681]  ffff88080820f8ec ffff880586b62640 00000000ffffffff ffff88080820f8f0
[121436.561686]  ffff8806fbd677e0 ffffffff81804585 ffff88080820f8e8 ffff8806fbd677f0
[121436.561692] Call Trace:
[121436.561706]  [] schedule+0x35/0x80
[121436.561714]  [] schedule_preempt_disabled+0xe/0x10
[121436.561721]  [] __mutex_lock_slowpath+0x95/0x110
[121436.561734]  [] ? __make_request+0x92b/0xcc0 [raid10]
[121436.561740]  [] mutex_lock+0x1f/0x2f
[121436.561747]  [] __jbd2_log_wait_for_space+0xc3/0x1e0
[121436.561753]  [] add_transaction_credits+0x282/0x2a0
[121436.561760]  [] ? make_request+0x7e/0x110 [raid10]
[121436.561765]  [] start_this_handle+0x17b/0x3e0
[121436.561772]  [] ? kmem_cache_alloc+0x1e2/0x200
[121436.561776]  [] ? jbd2__journal_start+0x87/0x1f0
[121436.561781]  [] jbd2__journal_start+0xe9/0x1f0
[121436.561787]  [] ? ext4_writepages+0x41d/0xcd0
[121436.561794]  [] __ext4_journal_start_sb+0x6d/0xf0
[121436.561798]  [] ext4_writepages+0x41d/0xcd0
[121436.561807]  [] do_writepages+0x1e/0x30
[121436.561811]  [] __writeback_single_inode+0x45/0x340
[121436.561817]  [] writeback_sb_inodes+0x26b/0x5c0
[121436.561822]  [] __writeback_inodes_wb+0x86/0xc0
[121436.561827]  [] wb_writeback+0x252/0x2e0
[121436.561832]  [] wb_workfn+0x238/0x3d0
[121436.561841]  [] process_one_work+0x150/0x3f0
[121436.561847]  [] worker_thread+0x11a/0x470
[121436.561853]  [] ? rescuer_thread+0x310/0x310
[121436.561859]  [] kthread+0xc9/0xe0
[121436.561864]  [] ? kthread_park+0x60/0x60
[121436.561869]  [] ret_from_fork+0x3f/0x70
[121436.561874]  [] ? kthread_park+0x60/0x60
[121455.076853] sd 11:0:0:0: [sdd] tag#21 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD OUT
[121455.076870] sd 11:0:0:0: [sdd] tag#21 CDB: Write(16) 8a 00 00 00 00 03 41 a2 9e 50 00 00 00 08 00 00
[121455.077158] scsi host11: uas_eh_bus_reset_handler start
[121455.093345] sd 11:0:0:0: [sdd] tag#0 uas_zap_pending 0 uas-tag 1 inflight: CMD
[121455.093357] sd 11:0:0:0: [sdd] tag#0 CDB: Write(16) 8a 00 00 00 00 03 44 62 9d 98 00 00 00 08 00 00
[121455.093368] sd 11:0:0:0: [sdd] tag#1 uas_zap_pending 0 uas-tag 2 inflight: CMD
[121455.093375] sd 11:0:0:0: [sdd] tag#1 CDB: Write(16) 8a 00 00 00 00 03 44 c2 9e 28 00 00 00 10 00 00
[121455.093384] sd 11:0:0:0: [sdd] tag#2 uas_zap_pending 0 uas-tag 3 inflight: CMD
[121455.093391] sd 11:0:0:0: [sdd] tag#2 CDB: Write(16) 8a 00 00 00 00 03 54 a2 98 80 00 00 00 18 00 00
[121455.093399] sd 11:0:0:0: [sdd] tag#3 uas_zap_pending 0 uas-tag 4 inflight: CMD
[121455.093406] sd 11:0:0:0: [sdd] tag#3 CDB: Write(16) 8a 00 00 00 00 03 54 a3 96 48 00 00 00 60 00 00
[121455.093414] sd 11:0:0:0: [sdd] tag#4 uas_zap_pending 0 uas-tag 5 inflight: CMD
[121455.093421] sd 11:0:0:0: [sdd] tag#4 CDB: Write(16) 8a 00 00 00 00 00 00 04 0f 58 00 00 00 48 00 00
[121455.093430] sd 11:0:0:0: [sdd] tag#5 uas_zap_pending 0 uas-tag 6 inflight: CMD
[121455.093436] sd 11:0:0:0: [sdd] tag#5 CDB: Write(16) 8a 00 00 00 00 01 6e 24 08 08 00 00 00 08 00 00
[121455.093445] sd 11:0:0:0: [sdd] tag#6 uas_zap_pending 0 uas-tag 7 inflight: CMD
[121455.093451] sd 11:0:0:0: [sdd] tag#6 CDB: Write(16) 8a 00 00 00 00 01 6e 44 08 08 00 00 00 08 00 00
[121455.093460] sd 11:0:0:0: [sdd] tag#7 uas_zap_pending 0 uas-tag 8 inflight: CMD
[121455.093466] sd 11:0:0:0: [sdd] tag#7 CDB: Write(16) 8a 00 00 00 00 01 6e 64 08 08 00 00 00 08 00 00
[121455.093475] sd 11:0:0:0: [sdd] tag#8 uas_zap_pending 0 uas-tag 9 inflight: CMD
[121455.093481] sd 11:0:0:0: [sdd] tag#8 CDB: Write(16) 8a 00 00 00 00 01 6e 84 08 10 00 00 00 08 00 00
[121455.093490] sd 11:0:0:0: [sdd] tag#9 uas_zap_pending 0 uas-tag 10 inflight: CMD
[121455.093497] sd 11:0:0:0: [sdd] tag#9 CDB: Write(16) 8a 00 00 00 00 01 6e a4 08 08 00 00 00 08 00 00
[121455.093506] sd 11:0:0:0: [sdd] tag#10 uas_zap_pending 0 uas-tag 11 inflight: CMD
[121455.093513] sd 11:0:0:0: [sdd] tag#10 CDB: Write(16) 8a 00 00 00 00 01 6e e4 08 08 00 00 00 08 00 00
[121455.093521] sd 11:0:0:0: [sdd] tag#26 uas_zap_pending 0 uas-tag 12 inflight: CMD
[121455.093528] sd 11:0:0:0: [sdd] tag#26 CDB: Write(16) 8a 00 00 00 00 03 44 42 a8 e8 00 00 00 18 00 00
[121455.093537] sd 11:0:0:0: [sdd] tag#11 uas_zap_pending 0 uas-tag 13 inflight: CMD
[121455.093544] sd 11:0:0:0: [sdd] tag#11 CDB: Write(16) 8a 00 00 00 00 01 6f 04 08 08 00 00 00 08 00 00
[121455.093552] sd 11:0:0:0: [sdd] tag#13 uas_zap_pending 0 uas-tag 14 inflight: CMD
[121455.093559] sd 11:0:0:0: [sdd] tag#13 CDB: Write(16) 8a 00 00 00 00 01 6f 84 08 20 00 00 00 08 00 00
[121455.093568] sd 11:0:0:0: [sdd] tag#14 uas_zap_pending 0 uas-tag 15 inflight: CMD
[121455.093575] sd 11:0:0:0: [sdd] tag#14 CDB: Write(16) 8a 00 00 00 00 03 43 62 a8 50 00 00 00 08 00 00
[121455.093583] sd 11:0:0:0: [sdd] tag#15 uas_zap_pending 0 uas-tag 16 inflight: CMD
[121455.093590] sd 11:0:0:0: [sdd] tag#15 CDB: Write(16) 8a 00 00 00 00 01 6f 84 15 68 00 00 00 18 00 00
[121455.093598] sd 11:0:0:0: [sdd] tag#16 uas_zap_pending 0 uas-tag 17 inflight: CMD
[121455.093605] sd 11:0:0:0: [sdd] tag#16 CDB: Write(16) 8a 00 00 00 00 01 6f c4 08 38 00 00 00 08 00 00
[121455.093613] sd 11:0:0:0: [sdd] tag#17 uas_zap_pending 0 uas-tag 18 inflight: CMD
[121455.093620] sd 11:0:0:0: [sdd] tag#17 CDB: Write(16) 8a 00 00 00 00 01 6f c4 08 58 00 00 00 08 00 00
[121455.093628] sd 11:0:0:0: [sdd] tag#18 uas_zap_pending 0 uas-tag 19 inflight: CMD
[121455.093635] sd 11:0:0:0: [sdd] tag#18 CDB: Write(16) 8a 00 00 00 00 01 6f c4 11 c0 00 00 00 10 00 00
[121455.093643] sd 11:0:0:0: [sdd] tag#22 uas_zap_pending 0 uas-tag 23 inflight: CMD
[121455.093650] sd 11:0:0:0: [sdd] tag#22 CDB: Write(16) 8a 00 00 00 00 03 43 82 ad b8 00 00 00 10 00 00
[121455.093659] sd 11:0:0:0: [sdd] tag#23 uas_zap_pending 0 uas-tag 24 inflight: CMD
[121455.093665] sd 11:0:0:0: [sdd] tag#23 CDB: Write(16) 8a 00 00 00 00 03 43 a2 a2 30 00 00 00 08 00 00
[121455.093674] sd 11:0:0:0: [sdd] tag#24 uas_zap_pending 0 uas-tag 25 inflight: CMD
[121455.093681] sd 11:0:0:0: [sdd] tag#24 CDB: Write(16) 8a 00 00 00 00 03 44 02 9e 68 00 00 00 08 00 00
[121455.093689] sd 11:0:0:0: [sdd] tag#25 uas_zap_pending 0 uas-tag 26 inflight: CMD
[121455.093696] sd 11:0:0:0: [sdd] tag#25 CDB: Write(16) 8a 00 00 00 00 03 44 22 9e c8 00 00 00 08 00 00
[121455.093704] sd 11:0:0:0: [sdd] tag#12 uas_zap_pending 0 uas-tag 27 inflight: CMD
[121455.093711] sd 11:0:0:0: [sdd] tag#12 CDB: Write(16) 8a 00 00 00 00 01 6f 44 08 08 00 00 00 08 00 00
[121455.093720] sd 11:0:0:0: [sdd] tag#28 uas_zap_pending 0 uas-tag 29 inflight: CMD
[121455.093727] sd 11:0:0:0: [sdd] tag#28 CDB: Write(16) 8a 00 00 00 00 03 43 42 9f d8 00 00 00 08 00 00
[121455.165513] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[121455.183329] scsi host11: uas_eh_bus_reset_handler success
[121486.107814] sd 11:0:0:0: [sdd] tag#28 uas_eh_abort_handler 0 uas-tag 29 inflight: CMD OUT
[121486.107832] sd 11:0:0:0: [sdd] tag#28 CDB: Write(16) 8a 00 00 00 00 01 6f c4 11 c0 00 00 00 10 00 00
[121486.108119] sd 11:0:0:0: [sdd] tag#27 uas_eh_abort_handler 0 uas-tag 28 inflight: CMD OUT
[121486.108128] sd 11:0:0:0: [sdd] tag#27 CDB: Write(16) 8a 00 00 00 00 01 6f c4 08 58 00 00 00 08 00 00
[121486.108387] sd 11:0:0:0: [sdd] tag#26 uas_eh_abort_handler 0 uas-tag 27 inflight: CMD OUT
[121486.108395] sd 11:0:0:0: [sdd] tag#26 CDB: Write(16) 8a 00 00 00 00 01 6f c4 08 38 00 00 00 08 00 00
[121486.108672] sd 11:0:0:0: [sdd] tag#25 uas_eh_abort_handler 0 uas-tag 26 inflight: CMD OUT
[121486.108679] sd 11:0:0:0: [sdd] tag#25 CDB: Write(16) 8a 00 00 00 00 01 6f 84 15 68 00 00 00 18 00 00
[121486.108949] sd 11:0:0:0: [sdd] tag#24 uas_eh_abort_handler 0 uas-tag 25 inflight: CMD OUT
[121486.108956] sd 11:0:0:0: [sdd] tag#24 CDB: Write(16) 8a 00 00 00 00 01 6f 84 08 20 00 00 00 08 00 00
[121486.109220] sd 11:0:0:0: [sdd] tag#23 uas_eh_abort_handler 0 uas-tag 24 inflight: CMD OUT
[121486.109227] sd 11:0:0:0: [sdd] tag#23 CDB: Write(16) 8a 00 00 00 00 01 6f 44 08 08 00 00 00 08 00 00
[121486.109493] sd 11:0:0:0: [sdd] tag#22 uas_eh_abort_handler 0 uas-tag 23 inflight: CMD OUT
[121486.109500] sd 11:0:0:0: [sdd] tag#22 CDB: Write(16) 8a 00 00 00 00 01 6f 04 08 08 00 00 00 08 00 00
[121486.109770] sd 11:0:0:0: [sdd] tag#21 uas_eh_abort_handler 0 uas-tag 22 inflight: CMD OUT
[121486.109777] sd 11:0:0:0: [sdd] tag#21 CDB: Write(16) 8a 00 00 00 00 01 6e e4 08 08 00 00 00 08 00 00
[121512.083064] sd 11:0:0:0: [sdd] tag#0 uas_eh_abort_handler 0 uas-tag 1 inflight: CMD OUT
[121512.083083] sd 11:0:0:0: [sdd] tag#0 CDB: Write(16) 8a 00 00 00 00 01 6f e4 08 18 00 00 00 08 00 00
[121512.083361] scsi host11: uas_eh_bus_reset_handler start
[121512.096423] sd 11:0:0:0: [sdd] tag#1 uas_zap_pending 0 uas-tag 2 inflight: CMD
[121512.096433] sd 11:0:0:0: [sdd] tag#1 CDB: Write(16) 8a 00 00 00 00 01 70 04 08 68 00 00 00 08 00 00
[121512.096441] sd 11:0:0:0: [sdd] tag#2 uas_zap_pending 0 uas-tag 3 inflight: CMD
[121512.096447] sd 11:0:0:0: [sdd] tag#2 CDB: Write(16) 8a 00 00 00 00 01 a3 a4 0e d8 00 00 00 08 00 00
[121512.096454] sd 11:0:0:0: [sdd] tag#3 uas_zap_pending 0 uas-tag 4 inflight: CMD
[121512.096460] sd 11:0:0:0: [sdd] tag#3 CDB: Write(16) 8a 00 00 00 00 01 a4 e4 0f 50 00 00 00 20 00 00
[121512.096466] sd 11:0:0:0: [sdd] tag#4 uas_zap_pending 0 uas-tag 5 inflight: CMD
[121512.096472] sd 11:0:0:0: [sdd] tag#4 CDB: Write(16) 8a 00 00 00 00 01 a5 a4 0f d0 00 00 00 10 00 00
[121512.096479] sd 11:0:0:0: [sdd] tag#5 uas_zap_pending 0 uas-tag 6 inflight: CMD
[121512.096484] sd 11:0:0:0: [sdd] tag#5 CDB: Write(16) 8a 00 00 00 00 03 44 e2 a5 68 00 00 00 10 00 00
[121512.096491] sd 11:0:0:0: [sdd] tag#6 uas_zap_pending 0 uas-tag 7 inflight: CMD
[121512.096496] sd 11:0:0:0: [sdd] tag#6 CDB: Write(16) 8a 00 00 00 00 03 45 02 9d e8 00 00 00 10 00 00
[121512.096503] sd 11:0:0:0: [sdd] tag#7 uas_zap_pending 0 uas-tag 8 inflight: CMD
[121512.096509] sd 11:0:0:0: [sdd] tag#7 CDB: Write(16) 8a 00 00 00 00 03 45 22 9f 70 00 00 00 08 00 00
[121512.096515] sd 11:0:0:0: [sdd] tag#8 uas_zap_pending 0 uas-tag 9 inflight: CMD
[121512.096521] sd 11:0:0:0: [sdd] tag#8 CDB: Write(16) 8a 00 00 00 00 01 70 04 14 a8 00 00 00 20 00 00
[121512.096527] sd 11:0:0:0: [sdd] tag#9 uas_zap_pending 0 uas-tag 10 inflight: CMD
[121512.096533] sd 11:0:0:0: [sdd] tag#9 CDB: Write(16) 8a 00 00 00 00 01 70 24 08 00 00 00 00 08 00 00
[121512.096540] sd 11:0:0:0: [sdd] tag#10 uas_zap_pending 0 uas-tag 11 inflight: CMD
[121512.096545] sd 11:0:0:0: [sdd] tag#10 CDB: Write(16) 8a 00 00 00 00 01 71 44 0f 08 00 00 00 08 00 00
[121512.096552] sd 11:0:0:0: [sdd] tag#11 uas_zap_pending 0 uas-tag 12 inflight: CMD
[121512.096558] sd 11:0:0:0: [sdd] tag#11 CDB: Write(16) 8a 00 00 00 00 01 71 64 08 00 00 00 00 08 00 00
[121512.096565] sd 11:0:0:0: [sdd] tag#12 uas_zap_pending 0 uas-tag 13 inflight: CMD
[121512.096570] sd 11:0:0:0: [sdd] tag#12 CDB: Write(16) 8a 00 00 00 00 01 71 64 08 48 00 00 00 08 00 00
[121512.096577] sd 11:0:0:0: [sdd] tag#13 uas_zap_pending 0 uas-tag 14 inflight: CMD
[121512.096582] sd 11:0:0:0: [sdd] tag#13 CDB: Write(16) 8a 00 00 00 00 01 71 64 0e e8 00 00 00 08 00 00
[121512.096589] sd 11:0:0:0: [sdd] tag#14 uas_zap_pending 0 uas-tag 15 inflight: CMD
[121512.096595] sd 11:0:0:0: [sdd] tag#14 CDB: Write(16) 8a 00 00 00 00 01 71 84 08 10 00 00 00 08 00 00
[121512.096602] sd 11:0:0:0: [sdd] tag#15 uas_zap_pending 0 uas-tag 16 inflight: CMD
[121512.096608] sd 11:0:0:0: [sdd] tag#15 CDB: Write(16) 8a 00 00 00 00 01 71 a4 08 08 00 00 00 08 00 00
[121512.096614] sd 11:0:0:0: [sdd] tag#16 uas_zap_pending 0 uas-tag 17 inflight: CMD
[121512.096620] sd 11:0:0:0: [sdd] tag#16 CDB: Write(16) 8a 00 00 00 00 01 71 c4 08 10 00 00 00 08 00 00
[121512.096626] sd 11:0:0:0: [sdd] tag#17 uas_zap_pending 0 uas-tag 18 inflight: CMD
[121512.096632] sd 11:0:0:0: [sdd] tag#17 CDB: Write(16) 8a 00 00 00 00 01 71 e4 08 08 00 00 00 08 00 00
[121512.096638] sd 11:0:0:0: [sdd] tag#18 uas_zap_pending 0 uas-tag 19 inflight: CMD
[121512.096644] sd 11:0:0:0: [sdd] tag#18 CDB: Write(16) 8a 00 00 00 00 01 72 24 08 08 00 00 00 08 00 00
[121512.096650] sd 11:0:0:0: [sdd] tag#19 uas_zap_pending 0 uas-tag 20 inflight: CMD
[121512.096656] sd 11:0:0:0: [sdd] tag#19 CDB: Write(16) 8a 00 00 00 00 01 72 24 0e b0 00 00 00 08 00 00
[121512.096662] sd 11:0:0:0: [sdd] tag#20 uas_zap_pending 0 uas-tag 21 inflight: CMD
[121512.096668] sd 11:0:0:0: [sdd] tag#20 CDB: Write(16) 8a 00 00 00 00 01 72 44 08 10 00 00 00 08 00 00
[121512.167694] usb 4-1.1: reset SuperSpeed USB device number 3 using xhci_hcd
[121512.185477] scsi host11: uas_eh_bus_reset_handler success
[132065.991699] Chrome_ChildThr[4808]: segfault at 0 ip 00007f398c01dcb5 sp 00007f3989ff1b90 error 6 in libxul.so (deleted)[7f398b3ab000+3ee7000]
[151980.070549] systemd-hostnamed[7174]: Warning: nss-myhostname is not installed. Changing the local hostname might make it unresolveable. Please install nss-myhostname!
 


Tags:

usb, external, hdd, enclosure, seagate, uas, sdd, cdb, tb, newer, kernels, module, quot, devices, supported, mode, kernel, disable, altogether, blacklist, sudo, vi, etc, modprobe, conf, reboot, lsusb, bc, ab, rss, llc, echo, quirks, tee, blacklist_uas, update, initramfs, info, task, jbd, md, blocked, tainted, oe, generic, ubuntu, proc, sys, hung_task_timeout_secs, disables, ffff, ae, fffffffffffffff, fff, ffffffff, cc, fc, bit_wait, schedule_timeout, md_make_request, xec, ktime_get, xb, io_schedule_timeout, xa, bit_wait_io, __wait_on_bit, out_of_line_wait_on_bit, autoremove_wake_function, __wait_on_buffer, _journal_commit_transaction, kjournald, xbb, prepare_to_wait_event, xf, commit_timeout, kthread, xc, xe, kthread_park, ret_from_fork, ffef, uas_eh_abort_handler, inflight, cmd, kworker, fbd, workqueue, writeback, wb_workfn, flush, ec, schedule_preempt_disabled, __mutex_lock_slowpath, __make_request, xcc, raid, mutex_lock, __jbd, _log_wait_for_space, add_transaction_credits, make_request, start_this_handle, kmem_cache_alloc, __journal_start, ext, _writepages, xcd, __ext, _journal_start_sb, do_writepages, __writeback_single_inode, writeback_sb_inodes, __writeback_inodes_wb, wb_writeback, process_one_work, worker_thread, rescuer_thread, scsi, uas_eh_bus_reset_handler, uas_zap_pending, reset, superspeed, xhci_hcd, chrome_childthr, segfault, ip, dcb, sp, ff, libxul, deleted, ee, systemd, hostnamed, nss, myhostname, installed, hostname, unresolveable, install,

Latest Articles

  • How To Upgrade Debian 8,9,10 to Debian 12 Bookworm
  • Linux dhcp dhclient Mint Redhat Ubuntu Debian How To Use Local Domain DNS Server Instead of ISPs
  • Docker dockerd swarm high CPU usage cause solution
  • Docker Minimum Requirements/How Efficient is Docker? How Much Memory Does Dockerd Use?
  • qemu-nbd: Failed to set NBD socket solution qemu-nbd: Disconnect client, due to: Failed to read request: Unexpected end-of-file before all bytes were read
  • apache2 httpd apache server will not start [pid 22449:tid 139972160445760] AH00052: child pid 23248 exit signal Aborted (6) solution Mint Debian Ubuntu Redhat
  • How to use the FTDI USB serial cable to RJ45 adapter to connect to the console on Cisco/Juniper Switch Router Firewall in Linux Ubuntu Debian Redhat
  • How To Setup Python3 in Ubuntu Docker Image for AI Deep Learning
  • How to Configure NVIDIA GPUs with Docker on Ubuntu: A Comprehensive Guide for AI Deep Learning CUDA Solution
  • Linux Ubuntu Mint how to check nameservers when /etc/resolv.conf disabled solution
  • Docker cannot work on other overlayfs filesystems such as ecryptfs won't start overlayfs: filesystem on '/home/docker/overlay2/check-overlayfs-support130645871/upper' not supported as upperdir
  • Linux How To Access Original Contents of Directory Mounted Debian Mint CentOS Redhat Solution
  • ecryptfs how to manually encrypt your existing home directory or other directory
  • How to Reset CIPC Cisco IP Communicator for CME CUCM CallManager
  • Internet Explorer Cannot Download File "Your security settings do not allow for this file to be downloaded." Security Settings Solution
  • Linux How To Upgrade To The Latest Kernel Debian Mint Ubuntu
  • Firefox how to restore and backup saved passwords and history which files/location
  • Linux How To echo as root solution to use tee permission denied solution Ubuntu Debian Mint Redhat CentOS
  • Linux how to keep command line bash process running if you are disconnected or need to logout of SSH remotely
  • Linux swapping too much? How to check the swappiness and stop swapping