bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 1 | Announcing the release of mkdosfs version 0.3b (Yggdrasil) |
| 2 | |
| 3 | It seems I didn't get the bug completely fixed in 0.3a. Some |
| 4 | borderline cases would still allocate too many sectors for the FAT. |
| 5 | Again, nothing to worry about, just a nitpick -- this one would only |
| 6 | in certain cases add one sector per FAT. |
| 7 | |
| 8 | Announcing the release of mkdosfs version 0.3a (Yggdrasil) |
| 9 | |
| 10 | Fixed a bug which would cause too many sectors to be reserved for the |
| 11 | FAT (filesystem will still work fine, but have slightly less space |
| 12 | available). |
| 13 | |
| 14 | Announcing the release of mkdosfs version 0.3 (Yggdrasil) |
| 15 | |
| 16 | This version correctly handles even very large filesystems, and |
| 17 | properly supports the modern (3.3+) DOS bootsector format, including a |
| 18 | message printed on boot attempts. |
| 19 | |
| 20 | Peter Anvin |
| 21 | Yggdrasil Computing, Inc. |
| 22 | hpa@yggdrasil.com |
| 23 | |
| 24 | -------------- |
| 25 | |
| 26 | Announcing the release of mkdosfs version 0.2 |
| 27 | |
| 28 | |
| 29 | I've just uploaded mkdosfs to sunsite.unc.edu. It works in a similar way |
Matt Mower | 18794c8 | 2015-11-11 16:22:45 -0600 | [diff] [blame] | 30 | to Remy Card's mke2fs, but creates an MS-DOS filesystem. |
bigbiff bigbiff | 9c75405 | 2013-01-09 09:09:08 -0500 | [diff] [blame] | 31 | |
| 32 | The filename is mkdosfs-0.2.tar.gz. |
| 33 | |
| 34 | This second release should fix a small bug that could lead to FAT sizes that |
| 35 | Linux's dosfs would accept but MS-DOS wouldn't. |
| 36 | |
| 37 | The archive contains a manual page, binary and source versions. |
| 38 | |
| 39 | |
| 40 | Dave Hudson |
| 41 | dave@humbug.demon.co.uk |