Created
August 29, 2025 09:52
-
-
Save r4um/7d94222802c97abe4030bb7e5f037097 to your computer and use it in GitHub Desktop.
Custom smartdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Seagate BarraCuda 3.5 (CMR)", // tested with ST1000DM010-2EP102/CC43, // ST3000DM008-2DM166/CC26, ST4000DM006-2G5107/DN02, ST10000DM0004-1ZC101/DN01, // ST12000DM0007-2GR116/DN01 | |
"ST(500DM009|1000DM010|2000DM00[67]|3000DM00[89]|4000DM006|6000DM004|8000DM005|10000DM0004|12000DM0007)-.*", | |
"", | |
"", | |
"-v 1,raw24/raw32 " | |
"-v 7,raw24/raw32 " | |
"-v 200,raw48,Pressure_Limit " | |
"-v 188,raw16 -v 240,msec24hour32" | |
}, | |
{ | |
"Seagate BarraCuda 3.5 (SMR)", // tested with ST2000DM008-2FR102/0001, // ST4000DM004-2CV104/0001 (TRIM: no), ST4000DM005-2DP166/0001, ST8000DM004-2CX188/0001 | |
"ST(2000DM00[589]|3000DM007|4000DM00[45]|6000DM003|8000DM004)-.*", | |
"", "", | |
"-v 1,raw24/raw32 " | |
"-v 7,raw24/raw32 " | |
"-v 9,msec24hour32 " // ST4000DM004-2CV104/0001 | |
"-v 200,raw48,Pressure_Limit " | |
"-v 188,raw16 -v 240,msec24hour32" | |
}, | |
{ | |
"Seagate Barracuda Green (AF)", // new firmware | |
"ST((10|15|20)00DL00[123])-.*", | |
"CC(3[2-9A-Z]|[4-9A-Z]..*)", // >= "CC32" | |
"", | |
"-v 1,raw24/raw32 " | |
"-v 7,raw24/raw32 " | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment