Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use linux's cdrecord Command CD Burning tool

2025-04-12 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the use of linux cdrecord command CD burning tool, the article is very detailed, has a certain reference value, interested friends must read it!

The cdrecord command is used for disc burning in Linux systems, and it supports CD and DVD formats. Cdrecord software is generally available under linux. The cdrecord command supports recording, video, data and other types of CDs.

Syntax format: cdrecord [parameters] [ISO file]

Common parameters:

-v shows the detailed process of burning the disc-eject the disc after eject burning is completed speed= specifies the speed of the disc burning dev= specifies the device number of the burner scanned using the "- scanbus" parameter-the recorder available in the scanbus scanning system

Because the record command is for SCSI devices, you need to use SCSI emulation if you use an IDE burner. Kernel module "ide-scsi.ko" or kernel module "ide-scsi.o" needs to be loaded

Reference example

View all CD-R (w) devices on the system:

[root@linuxcool ~] # cdrecord-scanbusscsibus3:3,0,0 300) 'NECVMWar'' VMware SATA CD00' '1.00' Removable CD-ROM

Specify parameters to burn a disc with an iso file:

[root@linuxcool] # cdrecord-v-eject speed=8 dev=0,3,0 linuxcool.iso

Erase and write the optical drive:

[root@linuxcool ~] # cdrecord-- dev=0,3,0-- blank=fast above is all the contents of the CD-ROM burning tool using linux's cdrecord command, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report