mirror of
https://github.com/claunia/libcdio-osx.git
synced 2026-07-08 18:06:32 +00:00
OS X driver opens media instead of drive #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @claunia on GitHub (May 2, 2012).
Originally assigned to: @claunia on GitHub.
The OS X driver opens the media instead of the drive, making most of the functions fail with unsupported answer from xnu.
Most of the driver is heavily dependent of the BSD compatibility layer, but xnu only offers this layer when there is a disc inserted in the drive and doesn't allow IOKit commands to be sent to it.