From owner-freebsd-bugs Mon Jun 5 00:53:57 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA07672 for bugs-outgoing; Mon, 5 Jun 1995 00:53:57 -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 AAA07666 for ; Mon, 5 Jun 1995 00:53:56 -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 AAA19139 ; Mon, 5 Jun 1995 00:53:52 -0700 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Terry Lee cc: freebsd-bugs@FreeBSD.org Subject: Re: 2.0.5A comments In-reply-to: Your message of "Mon, 05 Jun 1995 02:17:00 CDT." <199506050717.AA28654@uivlsi.csl.uiuc.edu> Date: Mon, 05 Jun 1995 00:53:52 -0700 Message-ID: <19138.802338832@westhill.cdrom.com> From: Gary Palmer Sender: bugs-owner@FreeBSD.org Precedence: bulk In message <199506050717.AA28654@uivlsi.csl.uiuc.edu>, Terry Lee writes: >1. Though my Wangtek QIC-02 tape drive works, when I selected Tape media, > the install program reported that no tape drives were found. So I had > to use File System media and extract the tape manually via the shell. I think that the tape has to be present in the drive at the time of the probe (which is when sysinstall starts running) for the tape device to be found. Leave a tape in the drive during boot and it will probably work. >3. The entry for / in /etc/fstab is still /dev/wd0a instead of the slice > notation. This is just a small inconsistency. We tried it the other way, but the boot blocks can't handle slice names and the boot fails as the root device isn't what the kernel was told earlier on by the boot blocks... This is gross and I hope it goes away after the code freeze is lifted. Thanks for the feedback. Gary