From owner-freebsd-questions@FreeBSD.ORG Wed Jun 15 04:37:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0ABA016A41C for ; Wed, 15 Jun 2005 04:37:36 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE88443D1F for ; Wed, 15 Jun 2005 04:37:35 +0000 (GMT) (envelope-from juhasaarinen@gmail.com) Received: by wproxy.gmail.com with SMTP id 67so364505wri for ; Tue, 14 Jun 2005 21:37:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=o+nvGSFNMeG7QkW/oUhgw7Y8ULq9FKBlZ4D968MYIf8afGMov5Rgd9KoWQyo3UDgwZPCC4SSe17haJMsPUGnEQoVLawLvzdmsSS9ioD+AC0MFuKWJiT0XMWc/FDLnAwyYQxhzPjlBPkGIt0hlvJdQv5CEJr1kV0wkndvSW68hV4= Received: by 10.54.27.40 with SMTP id a40mr3913267wra; Tue, 14 Jun 2005 21:37:35 -0700 (PDT) Received: by 10.54.4.67 with HTTP; Tue, 14 Jun 2005 21:37:34 -0700 (PDT) Message-ID: Date: Wed, 15 Jun 2005 16:37:34 +1200 From: Juha Saarinen To: "D. Goss" In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD questions Subject: Re: odd disk activity X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Juha Saarinen List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 04:37:36 -0000 On 6/15/05, D. Goss wrote: > I've got a bit of a general question - sorry if this is vague. >=20 > I recently ran some memory tests that were posted in the list earlier > - they are bootable CD images. Each one hung in it's standard > configuration and I put them aside until later to look into in more > detail. In the meantime I've noticed that one of my hard drives can > not be found on the SCSI bus... >=20 > Normally with this test server the drives are as follows: >=20 > da0s1 =3D 18GB U160 as boot volume with system and all data > da1s1 =3D 36GB U320 emtpy > da2s1 =3D 36GB U320 emtpy > da3s1 =3D 36GB U320 emtpy > da4s1 =3D 36GB U320 emtpy >=20 > The four test drives have been mountable (up until now) - >=20 > mount /dev/da1s1 /mnt/misc1 > mount /dev/da2s1 /mnt/misc2 > etc... >=20 > but now I'm getting > # mount /dev/da4d1 /mnt/misc4 > mount: /dev/da4d1: No such file or directory Did you mean to type: # mount /dev/da4s1 /mnt/misc4 instead? --=20 Juha