From owner-freebsd-questions Tue Apr 29 07:29:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id HAA18554 for questions-outgoing; Tue, 29 Apr 1997 07:29:38 -0700 (PDT) Received: from ozemail.com.au (server3.syd.mail.ozemail.net [203.108.7.41]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA18542 for ; Tue, 29 Apr 1997 07:29:33 -0700 (PDT) Received: from oznet02.ozemail.com.au (oznet02.ozemail.com.au [203.2.192.124]) by ozemail.com.au (8.8.4/8.6.12) with ESMTP id AAA05892; Wed, 30 Apr 1997 00:29:25 +1000 (EST) Received: from rlyon.mynet.au (slmel13p49.ozemail.com.au [203.108.202.65]) by oznet02.ozemail.com.au (8.8.4/8.6.12) with SMTP id AAA29151; Wed, 30 Apr 1997 00:29:20 +1000 (EST) Date: Wed, 30 Apr 1997 00:26:20 +1000 (EST) From: Richard Lyon X-Sender: rlyon@rlyon.mynet.au To: tuc@stormking.com cc: kevin_eliuk@sunshine.net, FreeBSD-questions@FreeBSD.org Subject: Re: installing freebsd In-Reply-To: <199704281256.IAA00919@tucslap.stormking.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 28 Apr 1997, Scott J. Ellentuch wrote: > Still the same problem. The image is 1,474,567 and the disk is > 1,45?,??? (Can't rememeber exactly). When I do boot the disk, I get the > FreeBSD header, it tried to boot kernel, and says it can't find it. Thats > alot more than I expected since it didn't write the entire .flp to the > disk. > Under DOS the reported size of 1,457,664 bytes refers to the free space on the disk. The total capacity of the disk must also include space for the boot sector and FAT. The floppy images do fit on a 1.44M disk. I used rawrite2, which I downloaded from ftp.debian.org. If you are having problems and have tried a number of new floppies, it may indicate a problem with your machine/drive. Try it on some one else's machine. You should be able to run rawrite2 on any microsoft operating system. With version 2.2.1 the only problem I had with floppies is that I tend to pull the disk out before the machine has finished writing to the disk. Hope this helps ...