wok view libburn/description.txt @ rev 24721

updated libburn and libburn-dev (1.5.2 -> 1.5.4)
author Hans-G?nter Theisgen
date Tue Mar 15 09:33:23 2022 +0100 (2022-03-15)
parents
children
line source
1 Libburn is a library by which preformatted data get onto optical media:
2 CD, DVD, BD (Blu-Ray).
3 On Linux it uses either /dev/sgN (on kernel 2.4 with ide-scsi, or
4 optional with concurrent operation of multiple drives) or /dev/srM
5 (kernel 2.6 and newer), /dev/hdX ( on kernel 2.6).
7 Libburn also offers a facility for reading data blocks from its drives
8 without using the normal block device i/o, which has its advantages and
9 disadvantages. It seems appropriate, nevertheless, to do writing and
10 reading via the same channel.
11 On several Linux systems, the block device driver needs reloading of the
12 drive tray in order to make available freshly written data.
13 The libburn read function does not need such a reload.
15 Audio CD can be written and read.