Skip to content

Instantly share code, notes, and snippets.

@acro5piano
Last active June 15, 2017 03:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acro5piano/035abcac281ea4349830 to your computer and use it in GitHub Desktop.
Save acro5piano/035abcac281ea4349830 to your computer and use it in GitHub Desktop.
Chromebookで外付けドライブを使い、DVDを再生、ISOファイルに吸出す ref: http://qiita.com/acro5piano/items/71a29a497acb34d3c0bb
sudo chmod 0664 /dev/sr0
sudo dd if=/dev/sr0 of=/path/to/file.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment