From owner-freebsd-questions Sun Nov 23 19:25:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27572 for questions-outgoing; Sun, 23 Nov 1997 19:25:41 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27553; Sun, 23 Nov 1997 19:25:32 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.5) id NAA07717; Mon, 24 Nov 1997 13:55:25 +1030 (CST) Message-ID: <19971124135524.61906@lemis.com> Date: Mon, 24 Nov 1997 13:55:24 +1030 From: Greg Lehey To: QHunt29936@aol.com Cc: freebsd-doc@FreeBSD.ORG Subject: Re: can't copy boot.flp to a floppy of 1.44MB References: <971123215746_476974659@mrin86.mail.aol.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <971123215746_476974659@mrin86.mail.aol.com>; from QHunt29936@aol.com on Sun, Nov 23, 1997 at 09:57:46PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Nov 23, 1997 at 09:57:46PM -0500, QHunt29936@aol.com wrote: > A floppy disk of 1.44MB has the space 1,474,560 bytes; but the boot.flp I > download > from FreeBSD is of 1,546,706 bytes (>1.44MB). when I "copy boot.flp a:\*.* > /v", I was told "insufficiant space". How can I do the boot disk? Please send messages of this nature to FreeBSD-questions, not FreeBSD-doc, which is dedicated to documenting the FreeBSD system. The floppy image is exactly 1474560 bytes long. I don't know how you got 1,546,706 bytes. Some people will tell you it's because you used ASCII mode transfer (which is likely), but that doesn't explain the size: an ASCII transfer of the 2.2.5 boot floppy produces 1479138 bytes. Try again, and make sure you use a binary (not ASCII) transfer. Greg