Cdrecord-CD burning in linux-general Linux technology-Linux technology and application information. For more information, see below. Cdrecord can be used to burn audio or data. As for iso files, the following steps can be used for simple operations:
1. Find the SCSI Addresses under the system prompt symbol cdrecord-scanbus to display SCSI Addresses such as 0, 0 (bus, channel, lun)
2. Use the cdrecord command to burn iso files
Cdrecord-v-eject speed = 12 dev =, 0-data Mandrake82-cd1-inst.i586.iso under system prompts
-V: displays the burning process.
-Eject
Speed =: Specifies the burning speed.
Dev =: Specifies the burning device.
-Data: Specifies the archive to be burned
Yes. If I remember correctly, xcdroast calls cdrecord.
The cdrecord tool allows you to engrave audio, data, and mixed-mode (audio, video, and data combination) discs. It uses options to configure various settings during the engraving process, including speed, device, and data settings.
To use cdrecord, you must first create the address of the device where you can (re) write the disc device by running the following command as the root user at the shell prompt:
Cdrecord-scanbus
This command will display all the (re) writable disc devices on your computer. Write down the address of the device you want to use to engrave the disc. The following is an output example after running cdrecord-scanbus:
To engrave the backup file image created using mkisofs, switch to the root user, and enter the following command at the shell prompt:
Cdrecord-v-eject speed = 4 dev = 0, 3, 0 backup. iso
The above command sets the write speed to 4, the device address to 0, 3, and 0, and the write output to verbose (-v ), this is helpful for tracking the status of the engraved process. -After the eject parameter is completed, the disc is displayed. This command can also be used to burn ISO image files downloaded from the Internet, such as Red Hat Linux ISO images.
You can use cdrecord to clear a Rewritable CD to reuse it by typing the following command:
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.