Welcome, Guest. Please login or register.

Author Topic: The most you can cram on a DD floppy  (Read 3787 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: The most you can cram on a DD floppy
« on: May 01, 2006, 01:43:09 AM »
Quote
I already tried powerpacking all the large executables before adding them to the lzx archive, but surprisingly it made the lzx archive BIGGER. I guess the lzx compression works better on non-powerpacked files.

You're surprised? Uh, come on, this is obvious. You can't really compress data forever, and esp trying to compress already compressed data almost always results in larger file than the original compressed one.

And btw, PowerPacker isn't that good packer. LZX is way better.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: The most you can cram on a DD floppy
« Reply #1 on: May 01, 2006, 01:49:05 AM »
The most obvious way is to have the first track as regular 11 sectors per track, then use diskspare.device method to store 12 sectors per track for rest of the tracks. Also use the extra 2 tracks having total 82.

This will give you 983KB per floppy, but is quite tricky to implement (mixed track format requires some special code).