36 lines · plain
1What: /sys/fs/ubifsX_Y/error_magic2Date: October 20213KernelVersion: 5.164Contact: linux-mtd@lists.infradead.org5Description:6 Exposes magic errors: every node starts with a magic number.7 8 This counter keeps track of the number of accesses of nodes9 with a corrupted magic number.10 11 The counter is reset to 0 with a remount.12 13What: /sys/fs/ubifsX_Y/error_node14Date: October 202115KernelVersion: 5.1616Contact: linux-mtd@lists.infradead.org17Description:18 Exposes node errors. Every node embeds its type.19 20 This counter keeps track of the number of accesses of nodes21 with a corrupted node type.22 23 The counter is reset to 0 with a remount.24 25What: /sys/fs/ubifsX_Y/error_crc26Date: October 202127KernelVersion: 5.1628Contact: linux-mtd@lists.infradead.org29Description:30 Exposes crc errors: every node embeds a crc checksum.31 32 This counter keeps track of the number of accesses of nodes33 with a bad crc checksum.34 35 The counter is reset to 0 with a remount.36