Comment 14 for bug 366282

Revision history for this message
Colin Watson (cjwatson) wrote :

A passable simulation of Steveire's disk may be constructed as follows. Save http://launchpadlibrarian.net/25999304/od_output as 'mbr', split up the pieces of http://launchpadlibrarian.net/26023635/ext_boot_records and save them as 'ebr1', 'ebr2', 'ebr3', and 'ebr4', and use the revod script in the previous attachment:

  dd if=/dev/zero of=disk bs=1 count=0 seek=120034124288
  revod <mbr | dd of=disk conv=notrunc bs=512 count=1
  revod <ebr1 | dd of=disk conv=notrunc bs=512 count=1 seek=60275880
  revod <ebr2 | dd of=disk conv=notrunc bs=512 count=1 seek=70043400
  revod <ebr3 | dd of=disk conv=notrunc bs=512 count=1 seek=223319565
  revod <ebr4 | dd of=disk conv=notrunc bs=512 count=1 seek=229197717