Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Created March 12, 2017 18:01
Show Gist options
  • Save tayyebi/e59ba82a0e178d3da02d0dacb68f493c to your computer and use it in GitHub Desktop.
Save tayyebi/e59ba82a0e178d3da02d0dacb68f493c to your computer and use it in GitHub Desktop.
Mount cdrom Ubuntu
#!/bin/bash
sudo mkdir -p /mnt/cdrom
mount /dev/cdrom /mnt/cdrom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment