Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reported Data bytes Read/Written on SSDs #138

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Jul 25, 2023

  1. Fix reported Data bytes Read/Written on SSDs

    	 This value is reported in thousands (i.e., a value of 1 corresponds to 1000 units of 512 bytes written) and is rounded up.
    	 When the LBA size is a value other than 512 bytes, the controller shall convert the amount of data written to 512 byte units.
    
    Current code is using 1024 instead of 1000.
    
    Signed-off-by: tekert <tekert@gmail.com>
    tekert committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    c2e9d33 View commit details
    Browse the repository at this point in the history