https://bugzilla.kernel.org/show_bug.cgi?id=202809 Gerald Boyle (peanutsunless@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |peanutsunless@xxxxxxxxx --- Comment #6 from Gerald Boyle (peanutsunless@xxxxxxxxx) --- The error messages you're encountering indicate that there is filesystem corruption on your EXT4 filesystem, particularly related to extended attributes (xattrs). To run fsck safely, unmount the filesystem. If it's your root filesystem, you may need to use a live CD/USB or boot into single-user mode.umount /dev/mmcblk1p1 fsck.ext4 -f -y /dev/mmcblk1p1 smartctl -a /dev/mmcblk1 Check system logs for additional context around the time the errors occur. Logs like /var/log/syslog or /var/log/messages might provide more insights. I noticed that a new driver is available at http://www.ralinktech.com/ralink/Home/Support/Linux.html https://geometrydashworld.net Identify if there is a pattern or specific actions that correlate with the corruption, which might help isolate the cause. Persistent filesystem corruption could indicate failing storage hardware. While eMMC storage is generally reliable, it can still fail or degrade over time. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.