Skip to content

Commit

Permalink
devices/storage: added more S.M.A.R.T. attrib. labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ocerman authored and lpereira committed Dec 12, 2020
1 parent 4b6c660 commit 3fb8474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/devices/storage.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,10 @@ gboolean __scan_udisks2_devices(void) {
{ "read-error-retry-rate", _("Read Error Retry Rate") },
{ "total-lbas-written", _("Total LBAs Written") },
{ "total-lbas-read", _("Total LBAs Read") },
{ "wear-leveling-count", _("Wear leveling Count") },
{ "used-reserved-blocks-total", _("Total Used Reserved Block Count") },
{ "program-fail-count-total", _("Total Program Fail Count") },
{ "erase-fail-count-total", _("Total Erase Fail Count") },
{ NULL, NULL }
};

Expand Down

0 comments on commit 3fb8474

Please sign in to comment.