From owner-freebsd-hackers Mon Sep 11 16:46:14 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA11854 for hackers-outgoing; Mon, 11 Sep 1995 16:46:14 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id QAA11846 for ; Mon, 11 Sep 1995 16:46:07 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA28033 (5.67a/IDA-1.5 for hackers@freebsd.org); Mon, 11 Sep 1995 17:21:41 -0500 Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.9) id OAA17304 for hackers@freebsd.org; Mon, 11 Sep 1995 14:41:35 -0500 Date: Mon, 11 Sep 1995 14:41:35 -0500 From: peter@taronga.com (Peter da Silva) Message-Id: <199509111941.OAA17304@bonkers.taronga.com> To: hackers@freebsd.org Subject: Re: higher density diskettes Organization: Taronga Park BBS Message-Id: References: <199509071133.NAA03804@gilberto.physik.rwth-aachen.de> <1337.810473461@critter.tfs.com> Sender: hackers-owner@freebsd.org Precedence: bulk In article <1337.810473461@critter.tfs.com>, Poul-Henning Kamp wrote: >> Microsoft has switched to using so called DMF format >> (Distribution Media Format - 1,716,224 bytes 1.63 MB) on >> diskettes for the WIN95 distrubution disks. >This is very interesting. If it works for them, we can do that too. >The changes to the floppy-build procedure is rather few, but I still >suggest we hang in there until we hear how much trouble MS has with it... Anyone know what they're actually doing? Amiga uses standard MFM to get 1760KB on the same density disks, by leaving off the inter-sector gaps and reading and writing a track at a time. If you also leave off all the sector headers you get 1970KB (you nead one gap/sector header to mark the beginning of the data, or you'd be all the way to 2000KB).