DVD-R burning problem under Linux

Source: Internet
Author: User

Previous CD burning has been using mkisofs, Cdrecord in the command-line toolset Cdrtools. Then the original burning DVD can use its growisofs command.

Now suppose the original file directory is/src/and the target directory is/dest/.

The Initialize multiple burn command is:

Growisofs-z/dev/sr0-j-r-graft-point/dest/=/src/

The command to continue burning is:

Growisofs-m/dev/sr0-j-r-graft-point/dest/=/src/

The problem comes, now to entertained, according to growisofs command instructions, increase the dvd-compat can be.

Growisofs-m dvd-compat/dev/sr0-j-r-graft-point/dest/=/src/

However, after the burn is complete, it will still not entertained. Only the first burn and requires entertained to be true entertained:

Growisofs-z/dev/sr0-j-r-graft-point/dest/=/src/

Of course also found a way to entertained, but it is the remaining disc space is clear 0, so it takes a long time:

Growisofs-m/dev/sr0=/dev/zero

And in addition to the above problem, there is no such command in the normal burning after the completion of the CD-ROM parameters (as if there is one, but there is no effect).

The use of the Xorriso command is relatively simple, but this command system is generally not self-brought, you need to install, the installation method directly in the official website to download the source code, and then configure, make, made install on it.

The simplest way to use:

xorriso-dev/dev/sr0-map/src//dest/-volid Volume label-close off-commit-eject

Where-dev is followed by the optical drive device

-map following the files to be burned and the target files to burn

-volid the volume label name of the disc after the burn is complete

-close followed by on or off indicates whether entertained

-eject indicates whether to eject the disc after burning (-commit is added by using this parameter)

DVD-R burning problem under Linux

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.