Burn a DVD and a CD on the command line under Ubuntu7.10

Source: Internet
Author: User
K3b was used at the beginning, but since Ubuntu7.10's default Gonme desktop, K3b is not very stable, and NeroLinux actually gave me a "Buy "! Let's just give up. Let's take a look at the popular command line. It's powerful, fast, and stable! Note: You can specify the recording speed for both CD and DVD. If you do not specify the speed, it will be the best by default. If you want to specify the speed, refer to other articles. Dial Cd (mkisofs, cdrecord): 1 make ISO: $ mkiso

K3b was used at the beginning, but because of the default Gonme desktop in Ubuntu 7.10, K3b was not very stable. In addition, NeroLinux gave me a "Buy "! Let's just give up. Let's take a look at the popular command line. It's powerful, fast, and stable!

Note: You can specify the recording speed for both CD and DVD. If you do not specify the speed, it will be the best by default. If you want to specify the speed, refer to other articles.

Engraved Cd (mkisofs, cdrecord ):

1. Create ISO: $ mkisofs-V LabelName-J-jcharset = utf8-r-o/home/TargetImage. iso/home/my-data-dir

To create a disk compatible with windows, you 'd better add the parameter J. If you don't want to talk about it, you can understand it at a glance.

2 $ cdrecord-scanbus
Scsibus1:
1, 0, 0 100) 'tsstcorp 'CD/DVDW TS-H653A' 'cm00' Removable CD-ROM
101, 0 )*
1, 2, 0 102 )*
1, 3, 0 103 )*
1, 1, 0 104 )*
1, 5, 0 105 )*
1, 6, 0 106 )*
1, 7, 0 107 )*
Find the burning device. Mine is, 0.

3. CD
# Cdrecord-v-dev = 1,0, 0/home/klot/software/deepin-hopelii-soft.iso
Burn my CD. The dev parameter is followed by the new device.

Burn a DVD (growisofs ):
1. Find the name of the DVD burner device.
$ Ls/dev/dvd *
/Dev/dvd/dev/dvdrw
The/dev/dvdrw is a burner.

2 # growisofs-dvd-compat-Z/dev/dvdrw-V a10-r-J-jcharset = utf8/home/download/a10
Here, home/download/a10 is the burned directory-V parameter followed by the volume label.

2' directly burn the iso file of the DVD (not tested)
# Growisofs-dvd-compat-Z/dev/dvd = TargetImage. iso

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.