Skip to content

Instantly share code, notes, and snippets.

@ashee
Last active June 27, 2023 04:59
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ashee/ece29f30d50e742a2e79 to your computer and use it in GitHub Desktop.
Save ashee/ece29f30d50e742a2e79 to your computer and use it in GitHub Desktop.
Burn iso to dvd from CLI on CentOS 7
# install dvd+rw-tools
$ sudo yum install dvd+rw-tools
$ sudo growisofs -speed=1 -dvd-compat -Z /dev/sr0=/home/amitava/dl/CentOS-7-x86_64-DVD-1503-01.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment