![Smile :)](./images/smilies/icon_smile.gif)
So, if anyone can answer the following question, or knows where to get the answer, this would help a lot:
A regular double-layer BD-ROM disc.
Imagine one wants to figure out physical location of the data, specifically given the user LBA, get the answer - what layer this sector/cluster is located on.
The bounds of the layers, specifically LUA/FUA values can be obtained from the disc structures. However I do not understand how the data is distributed or padded. Let's say that the disc contains two layers, the data zone of each layer is 1000 sectors in size. The total capacity of the disc (as returned by read_capacity) is 1500 sectors. So, how is the data located:
a) 1000 sectors on layer 0, 500 sectors on layer 1
b) 750 sectors on layer 0, 750 sectors on layer 1
c) something else?
Any pointers are very welcome. Thanks!