From owner-freebsd-current Fri Jun 2 21:29:38 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA21062 for current-outgoing; Fri, 2 Jun 1995 21:29:38 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id VAA21053 ; Fri, 2 Jun 1995 21:29:37 -0700 X-Authentication-Warning: freefall.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Jim Durham cc: freebsd-current@freefall.cdrom.com Subject: Re: floppy installation of 2.0.5-ALPHA In-reply-to: Your message of "Sat, 03 Jun 95 00:09:21 EDT." Date: Fri, 02 Jun 1995 21:29:36 -0700 Message-ID: <21052.802153776@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: current-owner@FreeBSD.ORG Precedence: bulk > The problem with the floppy installation is that the device /dev/fd0a > returns "busy" whenever you try to mount it. It does not appear to be Hmmm. I need to look into this more, thanks. Floppy detection is really giving me a pain, and my decision to go with fds rather that FILE *'s has robbed me of any pushback! :-( Clearly someone has still got hold of the floppy.. I will check that the close from the root floppy extract is happening properly. > mounted anywhere. Looking from the ALT-F4 shell, it also appears that > the first slice of wd0 is wierd. It shows up as "wd0a", I think it > wants to be "wd0s2a" ?? It is mounted on /mnt. If this is true, where No, that's actually correct. I have to to to extra trouble to turn the correct "wd0s2a" into "wd0a" (one of the compatibility slice names) since the boot blocks cannot currently deal with slices. I'm stuck with the old name for root partitions.. :-( Jordan