I created a Micron OEM SSD part number decoder that will take any Micron SSD Part Number and decode it and tell you the model name, what type of NAND Flash is used, estimated manufacturer cost, and more. Note: this decoder is not endorsed or supported by Micron; this is an unofficial decoder developed by […]
Tag: SQL
This post briefly explains how I took the raw SMART data (drive health data) from Backblaze and turned it into insights on my previous post. Backblaze posts all of its SMART data on the following page: https://www.backblaze.com/b2/hard-drive-test-data.html I downloaded the zip files and imported the data into MySQL. After importing the data, I used the […]