Log in

View Full Version : How to read absolute sectors on a DVD disc?


jeanl
16th April 2006, 20:24
People, I need a quick point to send me in the right direction: I'm trying to retrieve the start LBA of a specific file on a DVD... Are there windows functions I can use for that?
Thanks,
Jeanl

fengtao
18th April 2006, 06:12
Hi Jeanl,

You need do UDF parsing to get the LBA info, no windows function can do that.

Best Regards,
Fengtao

jeanl
18th April 2006, 07:19
Thanks fengtao, I found out how to do it, and indeed, you have to do the silly UDF parsing...
Jeanl

fengtao
19th April 2006, 06:47
You are welcome :)