by Ady » Tue Apr 05, 2011 3:15 am
alex Wrote:
-------------------------------------------------------
> I'll have to have a look into it, there could be a
> problem with the size of the data on the disk...
> apparently, it's pretty tight right now, so any
> changes might exceed the valid limit.
Alex,
If the floppy image is supposed to be a STANDARD FAT12, then you have 2847 clusters (available for data). Even if the total size of the files is less than 2847 x 512 bytes, the real limit is the OCUPIED (used) CLUSTERS of EACH file (not the size in bytes).
Again, if the image is supposed to be a FAT12, you could gain space by:
1_ Somehow reducing the files, specially the text file (because it is easy to reduce).
2_ Use some "trick" to leave more than 2847 clusters available. You may:
2a_ reduce the number of "root entries"; and/or;
2b_ limit the number of fat (instead of the standard 2 fats, you may try using 1); and/or
2c_ change (reduce) the clusters size (though, this option is much less "standard".
The floppy is physically standard (1440KB), but you have more free data clusters.
Evidently, reducing the text file to the minimum possible is the easiest and more compatible alternative.