Date: Mon, 28 Jun 1999 13:39:00 -0700 (PDT) From: Donald Burr <dburr@pobox.com> To: vagner@www.timandpatrick.com Cc: questions@freebsd.org Subject: RE: zip and drive assignment Message-ID: <XFMail.990628133900.dburr@pobox.com> In-Reply-To: <XFMail.990628112810.vagner@vagner.com>
next in thread | previous in thread | raw e-mail | index | archive | help
A long time ago in a galaxy far, far away (actually, it was on 28-Jun-99), the great prophet vagner@www.timandpatrick.com once wrote: > if i enable the vpo driver in the kernel config > and try to boot the zip drive becomes > da0 and my scsi drive becomes da1, > the system says switching to da0 > but obviously cannot boot off the zip. For the next time, please read up before asking a question here. For example, the answer to your question can be clearly found in the sample kernel configuration file, /sys/i386/conf/LINT. You should "wire down" your SCSI hard drive to da0. This can be done like this (in the kernel config file): For example, if your SCSI boot disk is SCSI ID #0 disk da0 at scbus0 target 0 unit 0 ^---- replace this with your SCSI disk's SCSI ID This way, your SCSI disk will always get assigned to da0, no matter what other devices are in your SCSI chain (or not). --- Donald Burr <dburr@pobox.com>-Member The FreeBSD Project| PGP: Your *NEW* WWW HomePage: http://more.at/dburr/ ICQ #16997506 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990628133900.dburr>