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