<div dir="ltr">Currently a SanDisk SD9SN8W128G1102 is not recognized as a Sandisk X600 because the model number is expected to end in 1122.<br>The following fix in the drive_db.h addresses the issue:<br><br>--- drivedb.h   2022-02-19 09:48:34.000000000 -0800<br>+++ drivedb_fix.h       2023-02-16 20:53:02.989676028 -0800<br>@@ -1960,7 +1960,7 @@<br>     "SanDisk SD7S[BN]6S-?(128|256|512)G(1122|-1006)|" // X300 (88SS9189?), tested with<br>       // SanDisk SD7SB6S128G1122/X3310000, SanDisk SD7SN6S-512G-1006/X3511006<br>     "SanDisk SD8S[BN]8U-?((128|256|512)G|1T00)(1122|-1006)|" // X400 (88SS1074), tested with SanDisk SD8SB8U128G1122/X4120000<br>-    "SanDisk SD9S[BN]8W-?((128|256|512)G|[12]T00)(1122|-1006)|" // X600, tested with SanDisk SD9SB8W128G1122/X6107000, SD9SB8W-512G-1006/X6103006<br>+    "SanDisk SD9S[BN]8W-?((128|256|512)G|[12]T00)(11[02]2|-1006)|" // X600, tested with SanDisk SD9SB8W128G1122/X6107000, SD9SB8W-512G-1006/X6103006<br>       // SanDisk SD9SB8W1T001122/X6107000, SD9SB8W256G1122/X6107000<br>     "SanDisk SDSSDA-((120|240|480)G|[12]T00)|" // Plus, tested with SanDisk SDSSDA-2T00/411040RL<br>     "SanDisk SDSSDHP[0-9]*G|" // Ultra Plus (88SS9175), tested with SanDisk SDSSDHP128G/X23[01]6RL</div>