How to burn a CentOS CD

Source: Internet
Author: User
It is very easy to burn a CD in centos. just enter the following command in the terminal window: cdrecord-v-ejectspeed = 8dev =/dev/cdwriterdriveropts = burnfreetest. the isocdrecord software is generally available in the release. if the software is not installed during system installation, it should be available in your installation disk. The parameters are as follows:-v outputs as much verification information as possible. it is very easy to burn a CD under centos. you only need to enter the following command in the terminal window:
Cdrecord-v-eject speed = 8 dev =/dev/cdwriter driveropts = burnfree test. iso
Cdrecord software is generally available in the release. if the system is not installed, it should be available in your installation disk.
The parameters are as follows:
    -V outputs as much verification information as possible
    -After the eject is burned, the disc is displayed.
    Speed = 8 specify the burner speed
Dev =/dev/cdwriter (you can view it under/dev)
    Driveropts = burnfree enables the burn protection technology that prevents cache usage (see man cdrecord)
    Test. iso: name of the iso file to be burned
Some special instructions in this example
A. If the recorder can be identified, you do not need to execute-scanbus.
In centos5, an error is reported when you execute cdrecord-scanbus.
Use the following command:
Cdrecord dev = ATA-scanbus to output the device list and ID correctly
The optical drive is ATA:, 0, and so on.
B. the/dev/cdwriter-hdc is automatically identified by centos5 on the device name.
If it is not identified, change it to dev = ATA:, 0, or 0.
C. Generally, you do not need to add -- speed because cdrecord will automatically detect the optimal burning speed.
D. None of the tutorials on the Internet are protected against cache burning.
Sanyo BURN-Proof, Ricoh Just-Link, Yamaha Lossless-Link and other technologies
Add the corresponding parameter driveropts = burnfree.
E. The cdrecord program that comes with CentOS5 is a specially modified version that supports recording CD and various DVD media.
So you don't need to find any other DVD recording software.
You can use the following command to refer to the error iso file:
Mkisofs-r-o sample. iso my_private is made into an iso file.-r indicates that all file attributes are readable for all users, and-o indicates output.
Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.