Burning CD in Linux in 3 simple steps

The procedures are based on these assumption.
  1. If you don't have .iso image file, create one using "mkisofs -r -o /tmp/myisoimage.iso /home/your_home/source_dir".
  2. Now burn it to cd using "cdrecord -v -pad speed=1 dev=0,0,0 /tmp/myisoimage.iso".
  3. Done.
That's all folks.
Hosted by www.Geocities.ws

1