wok view libburn/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
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.