Saturday, December 30, 2006

Burning DVD ISO in Linux

growisofs -Z /dev/dvd=ISOFILENAME -speed=2
Where ISOFILENAME is CentOS-4.4-i386-binDVD.iso, for instance. Note:
  • -Z closes the DVD from additional sessions (which is the normal case when burning .ISO files).
  • For some reason, under FC4, you can't sudo the command, you must be root.