Thomas Schmitt 2020-07-08 10:22:47 +00:00
parent 592cbef2f9
commit 5dc2822db0
1 changed files with 2 additions and 2 deletions

@ -12,7 +12,7 @@ payload between that maximum and 2048.
Data reading has several use cases in libburnia:
Demo program
[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/HEAD/test/telltoc.c)
[telltoc](https://dev.lovelyhq.com/libburnia/libburn/raw/branch/master/test/telltoc.c)
is able to read CD TAO tracks up to the last data sectors which are normally
inaccessible through the Linux block devices. This is due to the fact
that a TAO track announces a size which includes two non-data sectors
@ -38,7 +38,7 @@ Application program [xorriso](Xorriso) uses data reading capabilities for
comparing the content of disk files with the content of ISO image files
and for copying files from ISO image to disk.
On several Linux systems, the block device driver needs reloading of thei
On several Linux systems, the block device driver needs reloading of the
drive tray in order to make available freshly written data via its
buffered i/o. The libburn read function does not need such a reload.