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

-- 
partitions that overflow disk not handled gracefully
https://bugs.launchpad.net/bugs/366282
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to