wok-current view libburn/description.txt @ rev 25687
Up expat CVE-2024-28757
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Mar 15 07:23:20 2024 +0000 (10 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.