cdrskin
command line CD/DVD/BD writing tool
Install
- All systems
-
curl cmd.cat/cdrskin.sh
- Debian
-
apt-get install cdrskin
- Ubuntu
-
apt-get install cdrskin
- Arch Linux
-
pacman -S cdrskin
- Kali Linux
-
apt-get install cdrskin
- CentOS
-
yum install cdrskin
- Fedora
-
dnf install cdrskin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cdrskin
- Raspbian
-
apt-get install cdrskin
- Dockerfile
- dockerfile.run/cdrskin
cdrskin
command line CD/DVD/BD writing tool
cdrskin strives to be a second source for the services traditionally provided by cdrecord. Currently it does CD-R and CD-RW this way. Overwritable media DVD-RAM, DVD+RW, DVD-RW, and BD-RE are handled differently than with cdrecord-ProDVD in order to offer TAO-like single track recording. Sequential DVD-R[W], DVD+R, DVD+R DL, BD-R are handled like CD-R[W] with TAO and multi-session. Additionally cdrskin offers cdrecord-ProDVD-like mode DAO with DVD-R[W]. This is a burner only application. If you want a burner and ISO 9660 image manipulation application, please install xorriso package.
libburn-dbg
debugging symbols for libburn and cdrskin
libburn is a library for reading, mastering and writing optical discs. This package contains debugging files used to investigate problems with binaries included in the libburn and cdrskin packages.
libburn
Libburn is a library by which preformatted data get onto optical
media: CD, DVD and BD (Blu-Ray). It also offers a facility for reading data blocks from its drives without using the normal block device I/O, which has advantages and disadvantages. It seems appropriate, nevertheless, to do writing and reading via same channel. On several Linux systems, the block device driver needs reloading of the drive tray in order to make available freshly written data. The libburn read function does not need such a reload. The code of libburn is independent of cdrecord.