Re: Disk I/O slowness

Franco Martelli <[email protected]> Thu, 30 Jul 2026 18:36:57 +0200
Newsgroups gmane.linux.debian.user
Message-ID <[email protected]>
On 30/07/26 at 15:40, Casey Deccio wrote:
>> If that motherboard is more recent than Debian Stable, the included Linux kernel might not support the C621A chipset and/or other chips on the board.  Please check if the Linux kernel in Debian 13.6 has support for the Intel C621A chipset.  Also check if there are bug reports for that combination.  If support is lacking, or if there are issues, you might need a newer kernel from backports or you might need to run Testing.
> Since it's a software RAID, I wonder if this might be the issue.  I'll check the driver support to see what is in the kernel and also if there are proprietary drivers that Intel provides.

Have you enabled "non-free-firmware" in /e/a/sources.list to install the 
required Intel firmware packages?

> 
>> Does dmesg(1) report any error messages during transfers?
> Not that I can see.

To be absolutely sure please run:

~$ sudo journalctl -k -p 4 -b 0

Kind regards,