![]() |
CD burning from command line
Hi,
Can anyone tell how to burn cds from command line. tahnk you. |
See the man pages for cdrecord, the command-line utility.
|
man cdrecord or search on Google for a cdrecord tutorial. FWIW, many of the GUI CD burners are just front-ends to cdrecord.
|
cdrecord -v speed=4 dev=0,0,0 path to file
|
Make your image file, if necessary, which I'll call "my_image.img" by running this command
Code:
mkisofs -r -o my_image.img /home/user/whatever Code:
cdrecord -v speed=8 dev=0,0,0 -data my_image.img |
All times are GMT -5. The time now is 11:12 AM. |