Compatibility - ISpillMyDrink/OpenSuperClone GitHub Wiki

NVMe SSDs

NVMe SSDs will not show up in the default passthrough mode. Generic Source Device Mode must be used.

Passthrough ATA Mode in Kernel >4.4

On kernel >4.4 there is no longer any ATA return data in ATA-passthrough mode. This does not have a major effect on program operation, although certain optimizations will not happen. But this can effect how some of the scripts work in CLI mode.

OSCDriver

The virtual driver seems to work well with Linux kernel 3.13. Kernel 4.18 seems to be unusable with the virtual driver, and just locks up no matter what. So somewhere between 3.13 and 4.18 some changes were made that do not work well with the virtual driver. Sstarting with kernel 5.0, and also 5.3, the virtual driver seems to work very well, even better than back at 3.13. The current release of OpenSuperClone supports kernels up to 6.11.