On Sunday, 11 January 2026 at 22:15, Salvatore Bonaccorso <[email protected]> wrote:
> > > Hi, > > So there is a similar (but not identical, and different disks) report > at https://bugzilla.kernel.org/show_bug.cgi?id=220693 pointing at the > same commit 9b8b84879d4a ("block: Increase BLK_DEF_MAX_SECTORS_CAP") . > > That particular one was fixed with 2e9832713631 ("ata: libata-core: > Quirk DELLBOSS VD max_sectors"). > > Let's see if your report rings something to upstream. > > Regards, > Salvatore Hi, Workaround: add the rule ACTION=="add|change", SUBSYSTEM=="block", KERNEL=="sda", ATTR{queue/max_sectors_kb}="1280" in /etc/udev/rules.d/99-sda-max-sectors.rules. It works on linux/6.18.3+deb14-amd64. Source: https://whoisnian.com/2025/12/23/%E4%BA%91%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%B3%BB%E7%BB%9F%E6%9B%B4%E6%96%B0%E5%90%8E%E5%87%BA%E7%8E%B0-IO-error/ Regards, Wolf

