View Single Post
Old 07-19-2020, 01:49 PM   #10
ilvez
Junior Member
ilvez began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Jul 2020
Device: Kindle Paperwhite (10th gen)
Thank you.

I skipped currently running older kernels. Instead I went and read about the lengthy discussion about underlying kernel bug https://bugzilla.kernel.org/show_bug.cgi?id=203973

The last comment I found workaround. I don't know the implications for changing write_cache to "write through" with:

Code:
   echo "write through" > /sys/block/<dev>/queue/write_cache
... but it seems to work.

I'm currently trying to figure out how to make this into a udev rule.
ilvez is offline   Reply With Quote