From owner-cvs-lib Fri May 8 06:17:56 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19712 for cvs-lib-outgoing; Fri, 8 May 1998 06:17:56 -0700 (PDT) (envelope-from owner-cvs-lib) Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19687; Fri, 8 May 1998 06:17:31 -0700 (PDT) (envelope-from dag-erli@ifi.uio.no) Received: from skejdbrimir.ifi.uio.no (skejdbrimir.ifi.uio.no [129.240.65.2]) by ifi.uio.no (8.8.8/8.8.7/ifi0.2) with SMTP id PAA03497; Fri, 8 May 1998 15:17:31 +0200 (MET DST) Received: from localhost (dag-erli@localhost) by skejdbrimir.ifi.uio.no ; Fri, 8 May 1998 13:17:30 GMT Mime-Version: 1.0 To: "Jordan K. Hubbard" Cc: Julian Elischer , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libftpio ftpio.c References: <20823.894632024@time.cdrom.com> Organization: Gutteklubben Terrasse / KRST / PUMS / YASMW X-url: http://www.stud.ifi.uio.no/~dag-erli/ X-Stop-Spam: http://www.cauce.org From: dag-erli@ifi.uio.no (Dag-Erling Coidan =?iso-8859-1?Q?Sm=F8rgrav?= ) Date: 08 May 1998 15:17:26 +0200 In-Reply-To: "Jordan K. Hubbard"'s message of "Fri, 08 May 1998 05:53:44 -0700" Message-ID: Lines: 21 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" writes: > > Anyway, can't we just make the first fragment slightly smaller than > > the others to make room for the .inf file? > Bah, don't make me special-case the first image, please - it would be a > hack and something extra for an already terminally confused user base > (which refuses to read "ABOUT.TXT") to have to know. :) OK, so if we're using FAT12-formatted floppies, we have 2880 sectors minus 1 boot sector minus (((2880 * 1.5) / 512) + 1) = 9 sectors for the FAT, minus a couple of sectors for the root directory and one for the .inf file, say we leave out the entire first track (18 sectors), which leaves us with 2862 sectors (or 1431 kB, or 1465344 bytes) for the tarball fragments. If you don't like "random" numbers you can round down to 1400 kB (2800 sectors) which should leave plenty of space - enough space, in fact, that it could fit on a floppy with a handfull of bad sectors. With the old scheme you could only fit ~1200 kB (five 240 kB fragments) on one floppy, so we're actually reducing the number of floppies required for an installation. -- Noone else has a .sig like this one.