sysfs-fs-ubifs 967 B

1234567891011121314151617181920212223242526272829303132333435
  1. What: /sys/fs/ubifsX_Y/error_magic
  2. Date: October 2021
  3. KernelVersion: 5.16
  4. Contact: [email protected]
  5. Description:
  6. Exposes magic errors: every node starts with a magic number.
  7. This counter keeps track of the number of accesses of nodes
  8. with a corrupted magic number.
  9. The counter is reset to 0 with a remount.
  10. What: /sys/fs/ubifsX_Y/error_node
  11. Date: October 2021
  12. KernelVersion: 5.16
  13. Contact: [email protected]
  14. Description:
  15. Exposes node errors. Every node embeds its type.
  16. This counter keeps track of the number of accesses of nodes
  17. with a corrupted node type.
  18. The counter is reset to 0 with a remount.
  19. What: /sys/fs/ubifsX_Y/error_crc
  20. Date: October 2021
  21. KernelVersion: 5.16
  22. Contact: [email protected]
  23. Description:
  24. Exposes crc errors: every node embeds a crc checksum.
  25. This counter keeps track of the number of accesses of nodes
  26. with a bad crc checksum.
  27. The counter is reset to 0 with a remount.