Use wodim to download the CD-general Linux technology-Linux technology and application information under the command line. The following is a detailed description. Author: linuxtoy
From http://linuxtoy.org/archives/burning-cd-with-wodim.html
The Linux CD burning tool we introduced previously is mostly a graphical program. Let's take a look at how to use wodim to burn the CD under the command line. Wodim is included in cdrkit. If you cannot find the wodim command in your system, you only need to install the cdrkit package.
For a CD that can be repeatedly erased, run the following command to erase the existing content on the CD before burning:
# Wodim-v dev =/dev/cdrw blank = fast
After the command is executed, the final output information is:
Starting to write CD/DVD at speed 4.0 in real BLANK mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Ming OPC...
Blanking PMA, TOC, pregap
Blanking time: 48.583 s
If I want to burn the ISO image file of the install-x86-minimal-2008.0.iso to a CD, run:
# Wodim-v dev =/dev/cdrw install-x86-minimal-2008.0.iso
Similarly, we can see the final output information:
Starting to write CD/DVD at speed 4.0 in real TAO mode for single session.
Last chance to quit, starting real write in 0 seconds. Operation starts.
Waiting for reader process to fill input buffer... Input buffer ready.
Ming OPC...
Starting new track at sector: 0
Track 01: 79 of 79 MB written (fifo 100%) [buf 96%] 4.2x.
Track 01: Total bytes read/written: 83396608/83396608 (40721 sectors ).
Writing time: 137.829 s
Average write speed 3.9x.
Min drive buffer fill was 96%
Fixating...
Fixating time: 61.887 s
BURN-Free was never needed.
Wodim: fifo had 1314 puts and 1314 gets.
Wodim: fifo was 0 times empty and 1110 times full, min fill was 94%.
To fully understand wodim usage, of course, it is man.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.