Elektrine lite

← Feed

@abrasive@digipres.club

Post #2028708

2026-04-09 11:56 UTC

@voltagex I'm guessing it doesn't mount, but you see a CD001? give us a squiz if you like

Replies (1)

  • @abrasive@digipres.club 2026-04-09 12:00

    @voltagex the metadata is optional - you are looking at the Primary Volume Descriptor and you can follow it around the disc image from the "directory entry for the root directory": https://wiki.osdev.org/ISO_9660 the LBAs are sectors (size 0x800) counting from the start of the disc, so if it says the root directory is at 0x14 it's at offset 0xA000

    Open ##2028709