View Single Post
  #5  
Old 07-02-2007, 21:40
toodlesdc toodlesdc is offline
Junior Member
 
Join Date: Apr 2004
Location: Ether
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
toodlesdc
there's no reason the first iso has to be fake. put as many files as you like (but not any executables, like 1ST_READ.BIN's) into a directory for the first ISO, but you want the total to be less that 33598 sectors (about 65 megs). Pad the ISO with zeros until its exactly 33598 sectors (68,808,704 bytes exactly) Make the iso with mkisofs and burn with cdrecord -multi -xa1 . If you do a -msinfo afterwards, the LBA with be 45000. Make the second iso using the switches -M NameOfTheFirstIso -C 0,45000. If you can get the first ISO to build at exactly 33598 sectors without padding, this method actually gives you 300 more sectors (614,400 bytes) more data to use on the disk than using a 300 sector audio.raw.
Reply With Quote