https://bugzilla.kernel.org/show_bug.cgi?id=89511 Christian Kujau <lists@xxxxxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lists@xxxxxxxxxxxxxxx --- Comment #70 from Christian Kujau <lists@xxxxxxxxxxxxxxx> --- @bradhaack: "sudo echo ... > /sys/..." won't work, as the ">" redirection doesn't run as root, but as your own shell, Try "echo ... | sudo tee /sys/..." instead. Also, lsattr/chattr is for ext2/3/4 file systems, not for sysfs. -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html