iso9660 file offset [SOLVED]

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
kubeos
Member
Member
Posts: 138
Joined: Tue Jan 30, 2007 2:31 pm
Location: Kamloops BC, CANADA
Contact:

iso9660 file offset [SOLVED]

Post by kubeos »

Hey :)

I can almost successfully read files from a cd now. But I'm having a problem figuring out the actual offset of a files data within the extent. I assumed that the files data started at the first byte in the extents first sector. But I've been examining my iso's with a hex editor and they start at variable offsets. Does anyone know how to get the offset in that first sector?

Hopefully this makes sense to someone, I just started writing atapi and iso9660 code yesterday morning. But anyway, I'll keep hacking away at it....
kubeos
Member
Member
Posts: 138
Joined: Tue Jan 30, 2007 2:31 pm
Location: Kamloops BC, CANADA
Contact:

Re: iso9660 file offset

Post by kubeos »

Okay, nevermind.... I was looking at it wrong. I forgot to set my hex editor to 16bit wide columns.. :roll:


Please delete this thread. It's pointless.
Post Reply