Quick and simple way of burning an ISO image from the command line in Linux. First, find your devices with wodim, the use the cdrecord command to burn the ISO image.
$ wodim --devices
wodim: Overview of accessible drives (1 found) :
-------------------------------------------------------------------------
0 dev='/dev/scd0' rwrw-- : 'LITE-ON' 'DVDRW LH-20A1P'
-------------------------------------------------------------------------
$ cdrecord -v dev='/dev/scd0' Download/archlinux-2009.08-netinstall-i686.iso
Then, you’re done.
Related posts:
- Creating empty files in Linux I had a need for several files of various sizes...
Related posts brought to you by Yet Another Related Posts Plugin.
Burn ISO from command line in Linux
Quick and simple way of burning an ISO image from the command line in Linux. First, find your devices with
wodim, the use the cdrecord command to burn the ISO image.Then, you’re done.
Related posts:
Related posts brought to you by Yet Another Related Posts Plugin.