From owner-freebsd-questions Thu Oct 3 19:28:07 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA27108 for questions-outgoing; Thu, 3 Oct 1996 19:28:07 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA27081 for ; Thu, 3 Oct 1996 19:28:02 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id TAA02605; Thu, 3 Oct 1996 19:27:49 -0700 (PDT) To: Derrell Lipman cc: freebsd-questions@freebsd.org Subject: Re: probe() other than at boot time In-reply-to: Your message of "Thu, 03 Oct 1996 16:44:09 EDT." <199610032044.QAA04719@vis-av.com> Date: Thu, 03 Oct 1996 19:27:49 -0700 Message-ID: <2603.844396069@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Jordan K. Hubbard writes: > > > Is there a way to force a probe while the system is running (i.e. at a > > > time other than boot time)? > > > > scsi -f /dev/sd0 -r > > Thanks for the suggestion, but unfortunately, it didn't work. > > I assume that you meant /dev/rst0 since I was talking about the Actually, it seems to work with any device on the same bus as the device you're interested in - I do it this way to enable my scanner. Clearly you can't do it on the device which hasn't been probed yet since that'd be a chicken-and-egg scenario at best. :-) > After thinking about /dev/sd0, I decided that it _shouldn't_ do any > harm to try the above command on that device. Bad decision. It > crashed the machine. :-( Crash how? Clearly, you've found *another* problem now. ;-) Jordan