From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 00:19:40 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88EAA37B401 for ; Sat, 5 Apr 2003 00:19:40 -0800 (PST) Received: from spam2.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id 114F343FD7 for ; Sat, 5 Apr 2003 00:19:39 -0800 (PST) (envelope-from lahaye@users.sourceforge.net) Received: (snipe 29389 invoked by alias); 5 Apr 2003 08:25:43 -0000 Received: from lahaye@users.sourceforge.net with Spamsniper2.0 (Processed in 0.126083 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 5 Apr 2003 08:25:43 -0000 X-RCPTTO: freebsd-questions@FreeBSD.ORG,m.seaman@infracaninophile.co.uk, Received: from users.sourceforge.net ([147.46.44.183])h358Ion101968; Sat, 5 Apr 2003 17:18:51 +0900 Message-ID: <3E8E91A8.3080508@users.sourceforge.net> Date: Sat, 05 Apr 2003 17:19:52 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3b) Gecko/20030215 X-Accept-Language: en-us, en, ko-kr MIME-Version: 1.0 To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <3E8E8339.5060304@users.sourceforge.net> <20030405074410.GB86666@happy-idiot-talk.infracaninophi> In-Reply-To: <20030405074410.GB86666@happy-idiot-talk.infracaninophi> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: 4.8-Installation floppies fail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 08:19:40 -0000 Matthew Seaman wrote: > On Sat, Apr 05, 2003 at 04:18:17PM +0900, Rob Lahaye wrote: >>Does the official release come with broken floppy files? >>Anything I can do to avoid this? > > > No, but floppy disks are notoriously unreliable. Sounds to me as if > your mfsroot floppy has got some bad sectors. Could you try again, > making a new mfsroot floppy, preferably on a brand new never used > before floppy? Thanks; indeed that was the problem. I found out that I can check first whether my floppies are alright by fdformat -f 1440 /dev/fd0 on my other FreeBSD box. This program reports bad blocks on the floppy. I actually wonder if this should go in the installation manuals somewhere. Thanks! Rob.