speed47 / dvdisaster

A tool providing additional ECC protection for optical media (unofficial version)
https://dvdisaster.jcea.es
GNU General Public License v3.0
259 stars 20 forks source link

Implemented workaround to macOS Test Unit Ready bug #68

Closed jlnbxn closed 9 months ago

jlnbxn commented 9 months ago

This is an attempt to fix the device not becoming ready bug on macOS by circumventing the "Test Unit Ready" step when accessing a drive . See also #57 for further elaboration.

speed47 commented 9 months ago

Could you rebase on top of the current master branch? It seems you're missing the 4 more recent commits.

GitHub actions should now relaunch the regtests each time you update your branch :)

speed47 commented 9 months ago

OK, rebased my own macos branch on top of master, then rebased your own on top of the newly updated macos.

Thanks for your work!