From owner-freebsd-hackers Thu Jun 1 21:43:58 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id VAA02229 for hackers-outgoing; Thu, 1 Jun 1995 21:43:58 -0700 Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.57]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id VAA02223 ; Thu, 1 Jun 1995 21:43:57 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.11/8.6.11) with SMTP id VAA15313 ; Thu, 1 Jun 1995 21:41:55 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Temptation cc: "Jordan K. Hubbard" , hackers@freefall.cdrom.com Subject: Re: New installation floppys for 2.0.5A In-reply-to: Your message of "Fri, 02 Jun 1995 00:23:03 EDT." Date: Thu, 01 Jun 1995 21:41:55 -0700 Message-ID: <15312.802068115@westhill.cdrom.com> From: Gary Palmer Sender: hackers-owner@FreeBSD.ORG Precedence: bulk In message , Tempt ation writes: > >just a note if this hasn't been fixed in the lastest set, after the NFS >and reboot, etc.... I told the disklabel program to mount /dos >when it reboot it gave me errors, I noticed it didn't create a /dos so >it could mount. I'm new to freebsd, so i don't know if your suppose to >create this yourself or not. Thanks - that was a bogon which was introduced in an attemt to fix the DOS FS install (it would try and remount the filesystem after the main install code had already mounted it). The directory for the mountpoint is now created, but the mount not done until needed. This should fix this problem, although I haven't rolled a new boot floppy yet to test this. Gary