mirror of
https://github.com/aaru-dps/Aaru.Documentation.git
synced 2025-12-16 19:24:33 +00:00
18 lines
909 B
Markdown
18 lines
909 B
Markdown
Some software contains bugs that can make users think the problem resides with Aaru. This page contains a list of such
|
|
known bugs.
|
|
|
|
### ImgBurn complains image is smaller than disc
|
|
|
|

|
|
|
|
This seems to be a common bug, also appearing with images created with other software.
|
|
|
|
The problem comes because ImgBurn uses the `SCSI READ CAPACITY` command to decide the size of compact discs. Aaru
|
|
instead reads and interprets the TOC (Table of Contents) that describes the disc start and end. While that command
|
|
should indicate the same size as the TOC interpretation, seems not to be the case in some conditions (possibly a drive
|
|
firmware bug?).
|
|
|
|
A CompactDisc data area starts from the Track 1 pregap (MSF 00:00:00, LBA -150) to the last Lead-out start and Aaru
|
|
dumps from the Track 1 start (MSF 00:02:00, LBA 0) unless you want it to try to read the pregap (not all drives can read
|
|
it).
|