https://bugzilla.kernel.org/show_bug.cgi?id=217965 --- Comment #71 from denk@xxxxxxxx --- (In reply to Ojaswin Mujoo from comment #68) > Hello Denk, > > Both of the commands you mentioned "mount -o remount,stripe=0 <dev>" and > "tune2fs -f -E stride=0 <dev>" should be okay to run and aren't dangerous > for your filesystem. You can always take a backup to be extra cautious ;) > > That being said, this issue was fixed by the following patch [1] which I > believe landed in linux kernel 6.7 so anything above that should help you > avoid the issue as well. > > Regards, > Ojaswin > > [1] > https://lore.kernel.org/linux-ext4/cover.1702455010.git.ojaswin@xxxxxxxxxxxxx Hello Ojaswin, thank you very much! I changed stripe to 0 last weekend with tune2fs -f -E stripe_width=0 <dev>, as tune2fs -f -E stride=0 <dev> did not change stripe to 0. And since then my system is back to normal performance. So far no further issues. Thanks you very much for all the work for ext4! Best denk -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.