i have two hard disk drives connected and ive had this problem in the past. some days its fine some days its this same issue for literal years. but it seems when i copy large amounts of files say 23,000 files and 167 sub folders with a file size of 1.4 TB i have issues copying them. ive tried dolphin, i tried dolphin as a flatpack, i tried fsync, i tried the cp command. it seems like no matter what i do it seems to copy files fine then itll stall for like 30 seconds then copy a bit and stall for 1 minute or so then copy and stall for 5 minutes or so and so on and so on. this continues until the copying process is basically not doing anything even if i leave my computer on for days at a time. it seems that i can copy anything less than 50gb at a time with little to no problems or stalls. and its like this no matter what computer i use or what drives i have connected. maybe it has something to do with kioworker idk anymore.
How are the drives connected to the system?
During the copy, what does cat /proc/loadavg
show - both before the issue starts, and when you start seeing the issue?
If you’re using command-line tools, kioworker is unlikely to be involved at all.
It seems likely to me that you’re overwhelming the bus with the volume of data, and the drive eventually is running out of cache and is telling the system to wait while it flushes its cache.
This can be more pronounced if the drive is connected via USB (particularly USB 1.0 or 2.0).
I might also be inclined to look at the dmesg
output during the copy to see if there’s a hardware error being reported. That can seriously slow down file copy operations.
so the load average during the start is 4.28 1.92 1.27 1/1299 43818.
here are some info from dmesg
[ 3768.145038] [ T9444] usb 4-2: USB disconnect, device number 3
[ 3768.147701] [ T9444] sd 2:0:0:0: [sdc] tag#8 uas_zap_pending 0 uas-tag 1 inflight: CMD
[ 3768.147706] [ T9444] sd 2:0:0:0: [sdc] tag#8 CDB: Write(16) 8a 00 00 00 00 00 be 65 44 00 00 00 04 00 00 00
[ 3768.147711] [ T9444] sd 2:0:0:0: [sdc] tag#16 uas_zap_pending 0 uas-tag 2 inflight: CMD
[ 3768.147714] [ T9444] sd 2:0:0:0: [sdc] tag#16 CDB: Write(16) 8a 00 00 00 00 00 be 65 3c 00 00 00 04 00 00 00
[ 3768.147716] [ T9444] sd 2:0:0:0: [sdc] tag#17 uas_zap_pending 0 uas-tag 3 inflight: CMD
[ 3768.147719] [ T9444] sd 2:0:0:0: [sdc] tag#17 CDB: Write(16) 8a 00 00 00 00 00 be 65 4c 00 00 00 04 00 00 00
[ 3768.147721] [ T9444] sd 2:0:0:0: [sdc] tag#18 uas_zap_pending 0 uas-tag 4 inflight: CMD
[ 3768.147724] [ T9444] sd 2:0:0:0: [sdc] tag#18 CDB: Write(16) 8a 00 00 00 00 00 be 65 50 00 00 00 04 00 00 00
[ 3768.147726] [ T9444] sd 2:0:0:0: [sdc] tag#19 uas_zap_pending 0 uas-tag 5 inflight: CMD
[ 3768.147729] [ T9444] sd 2:0:0:0: [sdc] tag#19 CDB: Write(16) 8a 00 00 00 00 00 be 65 54 00 00 00 04 00 00 00
[ 3768.147731] [ T9444] sd 2:0:0:0: [sdc] tag#20 uas_zap_pending 0 uas-tag 6 inflight: CMD
[ 3768.147734] [ T9444] sd 2:0:0:0: [sdc] tag#20 CDB: Write(16) 8a 00 00 00 00 00 be 65 78 00 00 00 04 00 00 00
[ 3768.147736] [ T9444] sd 2:0:0:0: [sdc] tag#21 uas_zap_pending 0 uas-tag 7 inflight: CMD
[ 3768.147738] [ T9444] sd 2:0:0:0: [sdc] tag#21 CDB: Write(16) 8a 00 00 00 00 00 be 66 77 00 00 00 01 00 00 00
[ 3768.147741] [ T9444] sd 2:0:0:0: [sdc] tag#22 uas_zap_pending 0 uas-tag 8 inflight: CMD
[ 3768.147743] [ T9444] sd 2:0:0:0: [sdc] tag#22 CDB: Write(16) 8a 00 00 00 00 00 be 65 40 00 00 00 04 00 00 00
[ 3768.147746] [ T9444] sd 2:0:0:0: [sdc] tag#10 uas_zap_pending 0 uas-tag 9 inflight: CMD
[ 3768.147748] [ T9444] sd 2:0:0:0: [sdc] tag#10 CDB: Write(16) 8a 00 00 00 00 00 be 65 48 00 00 00 04 00 00 00
[ 3768.147751] [ T9444] sd 2:0:0:0: [sdc] tag#23 uas_zap_pending 0 uas-tag 10 inflight: CMD
[ 3768.147753] [ T9444] sd 2:0:0:0: [sdc] tag#23 CDB: Write(16) 8a 00 00 00 00 00 be 65 7c 00 00 00 04 00 00 00
[ 3768.147756] [ T9444] sd 2:0:0:0: [sdc] tag#24 uas_zap_pending 0 uas-tag 11 inflight: CMD
[ 3768.147758] [ T9444] sd 2:0:0:0: [sdc] tag#24 CDB: Write(16) 8a 00 00 00 00 00 be 65 80 00 00 00 04 00 00 00
[ 3768.147761] [ T9444] sd 2:0:0:0: [sdc] tag#25 uas_zap_pending 0 uas-tag 12 inflight: CMD
[ 3768.147763] [ T9444] sd 2:0:0:0: [sdc] tag#25 CDB: Write(16) 8a 00 00 00 00 00 be 65 84 00 00 00 04 00 00 00
[ 3768.147766] [ T9444] sd 2:0:0:0: [sdc] tag#26 uas_zap_pending 0 uas-tag 13 inflight: CMD
[ 3768.147768] [ T9444] sd 2:0:0:0: [sdc] tag#26 CDB: Write(16) 8a 00 00 00 00 00 be 65 88 00 00 00 04 00 00 00
[ 3768.147771] [ T9444] sd 2:0:0:0: [sdc] tag#27 uas_zap_pending 0 uas-tag 14 inflight: CMD
[ 3768.147773] [ T9444] sd 2:0:0:0: [sdc] tag#27 CDB: Write(16) 8a 00 00 00 00 00 be 65 8c 00 00 00 04 00 00 00
[ 3768.147775] [ T9444] sd 2:0:0:0: [sdc] tag#28 uas_zap_pending 0 uas-tag 15 inflight: CMD
[ 3768.147778] [ T9444] sd 2:0:0:0: [sdc] tag#28 CDB: Write(16) 8a 00 00 00 00 00 be 65 90 00 00 00 04 00 00 00
[ 3768.147780] [ T9444] sd 2:0:0:0: [sdc] tag#29 uas_zap_pending 0 uas-tag 16 inflight: CMD
[ 3768.147783] [ T9444] sd 2:0:0:0: [sdc] tag#29 CDB: Write(16) 8a 00 00 00 00 00 be 65 94 00 00 00 04 00 00 00
[ 3768.147785] [ T9444] sd 2:0:0:0: [sdc] tag#0 uas_zap_pending 0 uas-tag 17 inflight: CMD
[ 3768.147787] [ T9444] sd 2:0:0:0: [sdc] tag#0 CDB: Write(16) 8a 00 00 00 00 00 be 65 b8 00 00 00 04 00 00 00
[ 3768.147790] [ T9444] sd 2:0:0:0: [sdc] tag#1 uas_zap_pending 0 uas-tag 18 inflight: CMD
[ 3768.147792] [ T9444] sd 2:0:0:0: [sdc] tag#1 CDB: Write(16) 8a 00 00 00 00 00 be 65 bc 00 00 00 04 00 00 00
[ 3768.147795] [ T9444] sd 2:0:0:0: [sdc] tag#2 uas_zap_pending 0 uas-tag 19 inflight: CMD
[ 3768.147797] [ T9444] sd 2:0:0:0: [sdc] tag#2 CDB: Write(16) 8a 00 00 00 00 00 be 65 c0 00 00 00 04 00 00 00
[ 3768.147800] [ T9444] sd 2:0:0:0: [sdc] tag#3 uas_zap_pending 0 uas-tag 20 inflight: CMD
[ 3768.147802] [ T9444] sd 2:0:0:0: [sdc] tag#3 CDB: Write(16) 8a 00 00 00 00 00 be 65 c4 00 00 00 04 00 00 00
[ 3768.147805] [ T9444] sd 2:0:0:0: [sdc] tag#4 uas_zap_pending 0 uas-tag 21 inflight: CMD
[ 3768.147807] [ T9444] sd 2:0:0:0: [sdc] tag#4 CDB: Write(16) 8a 00 00 00 00 00 be 65 c8 00 00 00 04 00 00 00
[ 3768.147810] [ T9444] sd 2:0:0:0: [sdc] tag#5 uas_zap_pending 0 uas-tag 22 inflight: CMD
[ 3768.147812] [ T9444] sd 2:0:0:0: [sdc] tag#5 CDB: Write(16) 8a 00 00 00 00 00 be 65 cc 00 00 00 04 00 00 00
[ 3768.147814] [ T9444] sd 2:0:0:0: [sdc] tag#6 uas_zap_pending 0 uas-tag 23 inflight: CMD
[ 3768.147817] [ T9444] sd 2:0:0:0: [sdc] tag#6 CDB: Write(16) 8a 00 00 00 00 00 be 65 d0 00 00 00 04 00 00 00
[ 3768.147819] [ T9444] sd 2:0:0:0: [sdc] tag#7 uas_zap_pending 0 uas-tag 24 inflight: CMD
[ 3768.147821] [ T9444] sd 2:0:0:0: [sdc] tag#7 CDB: Write(16) 8a 00 00 00 00 00 be 65 d4 00 00 00 04 00 00 00
[ 3768.147824] [ T9444] sd 2:0:0:0: [sdc] tag#9 uas_zap_pending 0 uas-tag 25 inflight: CMD
[ 3768.147826] [ T9444] sd 2:0:0:0: [sdc] tag#9 CDB: Write(16) 8a 00 00 00 00 00 be 65 f8 00 00 00 01 00 00 00
[ 3768.147829] [ T9444] sd 2:0:0:0: [sdc] tag#11 uas_zap_pending 0 uas-tag 26 inflight: CMD
[ 3768.147831] [ T9444] sd 2:0:0:0: [sdc] tag#11 CDB: Write(16) 8a 00 00 00 00 00 be 66 63 00 00 00 04 00 00 00
[ 3768.147834] [ T9444] sd 2:0:0:0: [sdc] tag#12 uas_zap_pending 0 uas-tag 27 inflight: CMD
[ 3768.147836] [ T9444] sd 2:0:0:0: [sdc] tag#12 CDB: Write(16) 8a 00 00 00 00 00 be 66 67 00 00 00 04 00 00 00
[ 3768.147839] [ T9444] sd 2:0:0:0: [sdc] tag#13 uas_zap_pending 0 uas-tag 28 inflight: CMD
[ 3768.147841] [ T9444] sd 2:0:0:0: [sdc] tag#13 CDB: Write(16) 8a 00 00 00 00 00 be 66 6b 00 00 00 04 00 00 00
[ 3768.147844] [ T9444] sd 2:0:0:0: [sdc] tag#14 uas_zap_pending 0 uas-tag 29 inflight: CMD
[ 3768.147846] [ T9444] sd 2:0:0:0: [sdc] tag#14 CDB: Write(16) 8a 00 00 00 00 00 be 66 6f 00 00 00 04 00 00 00
[ 3768.147849] [ T9444] sd 2:0:0:0: [sdc] tag#15 uas_zap_pending 0 uas-tag 30 inflight: CMD
[ 3768.147851] [ T9444] sd 2:0:0:0: [sdc] tag#15 CDB: Write(16) 8a 00 00 00 00 00 be 66 73 00 00 00 04 00 00 00
[ 3768.147860] [ C0] scsi_io_completion_action: 29 callbacks suppressed
[ 3768.147864] [ C0] sd 2:0:0:0: [sdc] tag#8 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.147867] [ C0] sd 2:0:0:0: [sdc] tag#8 CDB: Write(16) 8a 00 00 00 00 00 be 65 44 00 00 00 04 00 00 00
[ 3768.147868] [ C0] blk_print_req_error: 40 callbacks suppressed
[ 3768.147870] [ C0] I/O error, dev sdc, sector 3194307584 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.147920] [ C0] sd 2:0:0:0: [sdc] tag#16 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.147923] [ C0] sd 2:0:0:0: [sdc] tag#16 CDB: Write(16) 8a 00 00 00 00 00 be 65 3c 00 00 00 04 00 00 00
[ 3768.147924] [ C0] I/O error, dev sdc, sector 3194305536 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.147958] [ C0] sd 2:0:0:0: [sdc] tag#17 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.147961] [ C0] sd 2:0:0:0: [sdc] tag#17 CDB: Write(16) 8a 00 00 00 00 00 be 65 4c 00 00 00 04 00 00 00
[ 3768.147962] [ C0] I/O error, dev sdc, sector 3194309632 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.147999] [ C0] sd 2:0:0:0: [sdc] tag#18 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148002] [ C0] sd 2:0:0:0: [sdc] tag#18 CDB: Write(16) 8a 00 00 00 00 00 be 65 50 00 00 00 04 00 00 00
[ 3768.148003] [ C0] I/O error, dev sdc, sector 3194310656 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.148040] [ C0] sd 2:0:0:0: [sdc] tag#19 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148042] [ C0] sd 2:0:0:0: [sdc] tag#19 CDB: Write(16) 8a 00 00 00 00 00 be 65 54 00 00 00 04 00 00 00
[ 3768.148044] [ C0] I/O error, dev sdc, sector 3194311680 op 0x1:(WRITE) flags 0x0 phys_seg 128 prio class 0
[ 3768.148078] [ C0] sd 2:0:0:0: [sdc] tag#20 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148080] [ C0] sd 2:0:0:0: [sdc] tag#20 CDB: Write(16) 8a 00 00 00 00 00 be 65 78 00 00 00 04 00 00 00
[ 3768.148082] [ C0] I/O error, dev sdc, sector 3194320896 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.148114] [ C0] sd 2:0:0:0: [sdc] tag#21 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=1s
[ 3768.148116] [ C0] sd 2:0:0:0: [sdc] tag#21 CDB: Write(16) 8a 00 00 00 00 00 be 66 77 00 00 00 01 00 00 00
[ 3768.148118] [ C0] I/O error, dev sdc, sector 3194386176 op 0x1:(WRITE) flags 0x0 phys_seg 32 prio class 0
[ 3768.148136] [ C0] sd 2:0:0:0: [sdc] tag#22 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148138] [ C0] sd 2:0:0:0: [sdc] tag#22 CDB: Write(16) 8a 00 00 00 00 00 be 65 40 00 00 00 04 00 00 00
[ 3768.148140] [ C0] I/O error, dev sdc, sector 3194306560 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.148173] [ C0] sd 2:0:0:0: [sdc] tag#10 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148176] [ C0] sd 2:0:0:0: [sdc] tag#10 CDB: Write(16) 8a 00 00 00 00 00 be 65 48 00 00 00 04 00 00 00
[ 3768.148177] [ C0] I/O error, dev sdc, sector 3194308608 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.148203] [ C0] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557023 starting block 399288288)
[ 3768.148215] [ C0] sd 2:0:0:0: [sdc] tag#23 FAILED Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK cmd_age=2s
[ 3768.148218] [ C0] sd 2:0:0:0: [sdc] tag#23 CDB: Write(16) 8a 00 00 00 00 00 be 65 7c 00 00 00 04 00 00 00
[ 3768.148220] [ C0] I/O error, dev sdc, sector 3194321920 op 0x1:(WRITE) flags 0x4000 phys_seg 128 prio class 0
[ 3768.148488] [ C0] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557024 starting block 399290336)
[ 3768.149151] [ C0] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557025 starting block 399292384)
[ 3768.149646] [ C0] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557029 starting block 399297504)
[ 3768.149941] [ C4] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557030 starting block 399299552)
[ 3768.151327] [ T7433] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557034 starting block 399307744)
[ 3768.151464] [ T7433] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557036 starting block 399309056)
[ 3768.151580] [ T7433] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557036 starting block 399309284)
[ 3768.151710] [ T7433] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557036 starting block 399309540)
[ 3768.151838] [ T7433] EXT4-fs warning (device dm-3): ext4_end_bio:342: I/O error 10 writing to inode 33557036 starting block 399309796)
[ 3768.174373] [ T7433] buffer_io_error: 497 callbacks suppressed
[ 3768.174379] [ T7433] Buffer I/O error on dev dm-3, logical block 0, lost async page write
[ 3768.174398] [ T7433] Buffer I/O error on dev dm-3, logical block 5, lost async page write
[ 3768.174403] [ T7433] Buffer I/O error on dev dm-3, logical block 15, lost async page write
[ 3768.174409] [ T7433] Buffer I/O error on dev dm-3, logical block 21, lost async page write
[ 3768.174414] [ T7433] Buffer I/O error on dev dm-3, logical block 25, lost async page write
[ 3768.174420] [ T7433] Buffer I/O error on dev dm-3, logical block 129, lost async page write
[ 3768.174427] [ T7433] Buffer I/O error on dev dm-3, logical block 135, lost async page write
[ 3768.174435] [ T7433] Buffer I/O error on dev dm-3, logical block 191, lost async page write
[ 3768.174441] [ T7433] Buffer I/O error on dev dm-3, logical block 192, lost async page write
[ 3768.174447] [ T7433] Buffer I/O error on dev dm-3, logical block 193, lost async page write
[ 3768.260379] [ T9444] sd 2:0:0:0: [sdc] Synchronizing SCSI cache
[ 3768.264693] [ T9444] sd 2:0:0:0: [sdc] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 3768.271171] [ T7433] scsi 2:0:0:0: rejecting I/O to dead device
[ 3768.366828] [ T7480] Aborting journal on device dm-3-8.
[ 3768.366955] [ T7983] EXT4-fs error (device dm-3) in ext4_reserve_inode_write:5801: Journal has aborted
[ 3768.366997] [ T7480] JBD2: I/O error when updating journal superblock for dm-3-8.
[ 3768.367015] [ T7983] EXT4-fs (dm-3): previous I/O error to superblock detected
[ 3768.367083] [ T7983] EXT4-fs (dm-3): I/O error while writing superblock
[ 3768.367086] [ T7983] EXT4-fs (dm-3): Remounting filesystem read-only
[ 3768.368048] [ T7983] buffer_io_error: 1427087 callbacks suppressed
[ 3768.368050] [ T7983] Buffer I/O error on device dm-3, logical block 303557632
[ 3768.368054] [ T7983] Buffer I/O error on device dm-3, logical block 303557633
[ 3768.368057] [ T7983] Buffer I/O error on device dm-3, logical block 303557634
[ 3768.368059] [ T7983] Buffer I/O error on device dm-3, logical block 303557635
[ 3768.368061] [ T7983] Buffer I/O error on device dm-3, logical block 303557636
[ 3768.368064] [ T7983] Buffer I/O error on device dm-3, logical block 303557637
[ 3768.368066] [ T7983] Buffer I/O error on device dm-3, logical block 303557638
[ 3768.368069] [ T7983] Buffer I/O error on device dm-3, logical block 303557639
[ 3768.368071] [ T7983] Buffer I/O error on device dm-3, logical block 303557640
[ 3768.368073] [ T7983] Buffer I/O error on device dm-3, logical block 303557641
[ 3771.158025] [ T11833] EXT4-fs (dm-3): unmounting filesystem b4bafa66-1f5a-4b20-8480-f01cf600c44e.
[ 3771.166439] [ T11833] EXT4-fs (dm-3): I/O error while writing superblock
[ 3773.963642] [ T5893] usb 2-2: new SuperSpeed USB device number 4 using xhci_hcd
[ 3773.977292] [ T5893] usb 2-2: New USB device found, idVendor=0bc2, idProduct=ac25, bcdDevice= 1.00
[ 3773.977300] [ T5893] usb 2-2: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 3773.977303] [ T5893] usb 2-2: Product: BUP Portable
[ 3773.977305] [ T5893] usb 2-2: Manufacturer: Seagate
[ 3773.977307] [ T5893] usb 2-2: SerialNumber: 00000000NABY2YG3
[ 3773.978817] [ T5893] scsi host0: uas
[ 3773.979326] [ T119] scsi 0:0:0:0: Direct-Access Seagate BUP Portable 0004 PQ: 0 ANSI: 6
[ 3773.980907] [ T119] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3773.981265] [ T6480] sd 0:0:0:0: [sda] Spinning up disk...
[ 3774.999920] [ T6480] .........ready
[ 3784.066750] [ T6480] sd 0:0:0:0: [sda] 9767541167 512-byte logical blocks: (5.00 TB/4.55 TiB)
[ 3784.066889] [ T6480] sd 0:0:0:0: [sda] Write Protect is off
[ 3784.066897] [ T6480] sd 0:0:0:0: [sda] Mode Sense: 4f 00 00 00
[ 3784.067079] [ T6480] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3784.106723] [ T6480] sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 3784.106731] [ T6480] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes
[ 3785.061970] [ T6480] sda: sda1
[ 3785.062288] [ T6480] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3840.524401] [ T12592] EXT4-fs (dm-3): 1 orphan inode deleted
[ 3840.524406] [ T12592] EXT4-fs (dm-3): recovery complete
[ 3840.699633] [ T12592] EXT4-fs (dm-3): mounted filesystem b4bafa66-1f5a-4b20-8480-f01cf600c44e r/w with ordered data mode. Quota mode: none.
[ 3863.107506] [ T12903] EXT4-fs (dm-3): unmounting filesystem b4bafa66-1f5a-4b20-8480-f01cf600c44e.
[ 3865.130162] [ T12905] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[ 3865.403525] [ T12905] sd 0:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK
[ 3865.440287] [ T5893] usb 2-2: USB disconnect, device number 4
[ 4551.246773] [ T8845] [drm] PCIE GART of 512M enabled (table at 0x00000082FEB00000).
[ 4551.246804] [ T8845] amdgpu 0000:03:00.0: amdgpu: PSP is resuming...
[ 4551.321253] [ T8845] amdgpu 0000:03:00.0: amdgpu: reserve 0xa00000 from 0x82fd000000 for PSP TMR
[ 4551.421707] [ T8845] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available
[ 4551.435170] [ T8845] amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[ 4551.435175] [ T8845] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 4551.435179] [ T8845] amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000000e, smu fw if version = 0x00000012, smu fw program = 0, version = 0x00413e00 (65.62.0)
[ 4551.435182] [ T8845] amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
[ 4551.486325] [ T8845] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
i did disconnect one of my drives a few times when it wouldn’t disconnect or just became unresponsive.
my load average when its not doing anything or stalling or hanging is.
20.33 19.44 13.83 1/1241 44505
they should all be using usb 3 at least and one drive is connected via usb 3 cable the other is i think usb 3.2 usb C to A cable with the C part being output from the enclosure.
NOTE: i did noticed when its “stalled” or “hanging” i do still have cpu cores currently at 100% load from core to core but ill report back in the mourning. thanks
Well, the I/O errors on /dev/sdc are likely the cause - it seems you’ve got a hardware issue going on. That’s going to kill performance. The USB disconnect is probably the root cause, but if that’s happening because of a hardware failure in the drive, then it’s a constant disconnect/reconnect/IO failure loop.
Those loadavg values don’t look great either, when not doing anything, the values should be low, not over 20 (that’s the 1 minute average). The values at the start are not bad for a lightly-used system.
I’d probably look at iotop as well, iowait% is probably pretty high when things are slowed down.
smartctl
might tell you more about the drive, depending on how well it supports SMART diagnostics.
But this looks to me like a hardware failure in progress.
well it finished copying this time maybe im just used to having new and fast hardware like nvme drives. i mean it took maybe 6 hours to copy about 1TB to a 5400 rpm usb hdd. also note i think it was my wire i used a new one and it seemed to copy fine just super slow and what seems like stalling then starting until the operation finished. also i checked smart all these drives are basically new and it reported that they are in excellent health.
A bad cable could certainly cause this as well - glad to hear it’s sorted.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.