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
# Source: https://christianmoser.me/use-apples-usb-superdrive-with-linux/ | |
# Install package (Debian/Ubuntu) | |
sudo apt-get install sg3-utils | |
# Look for the entry /dev/sr* | |
ls /dev | |
# Change the device if necessary, and do magic... | |
sg_raw /dev/sr0 EA 00 00 00 00 00 01 |