On Friday, 16 January 2026 at 15:59, Niklas Cassel <[email protected]> wrote:
>
>
> Hello Wolf,
>
> On Thu, Jan 15, 2026 at 05:29:28AM +0000, Wolf wrote:
>
> > Hi, Niklas
> >
> > Udev rule
> >
> > ACTION=="add|change", SUBSYSTEM=="block", KERNEL=="sda",
> > ATTR{queue/max_sectors_kb}="4096"
> >
> > is not working.
>
>
> Ok, since you seem to be able to reproduce it so easily,
> then perhaps try with different values here, e.g.
> 1280 2048 3072 4095
>
> and tell us the largest one that is working, and we could
> add a quirk for the device with the highest value that is
> working for you.
>
>
> Kind regards,
> Niklas
Hello, Niklas
The largest working value is 4095.
Regards,
Wolf