From owner-freebsd-questions@FreeBSD.ORG Fri Feb 20 15:32:28 2004 Return-Path: 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 35D0C16A4CE for ; Fri, 20 Feb 2004 15:32:28 -0800 (PST) Received: from mail018.syd.optusnet.com.au (mail018.syd.optusnet.com.au [211.29.132.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3921143D2F for ; Fri, 20 Feb 2004 15:32:27 -0800 (PST) (envelope-from anubis357@optusnet.com.au) Received: from rdlax8-241.dialup.optusnet.com.au (rdlax8-241.dialup.optusnet.com.au [198.142.19.241])i1KNW4519440; Sat, 21 Feb 2004 10:32:05 +1100 From: anubis To: RJ45 , freebsd-questions@freebsd.org Date: Sat, 21 Feb 2004 09:34:46 +1000 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200402210934.46555.anubis357@optusnet.com.au> Subject: Re: problem with SCSI disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Feb 2004 23:32:28 -0000 On Sat, 21 Feb 2004 1:56 am, RJ45 wrote: > Hello FreeBSD 5.2/alpha > > I have 3 scsi disk, one of the disks I don;t know why is not > working. it is not seen by sysinstall and when I try to do > > sauron# disklabel -e da2 > disklabel: /dev/da2: no valid label found > > GEOM: create disk da2 dp=0xfffffc0000cfe068 > da2 at isp0 bus 0 target 2 lun 0 > da2: Fixed Direct Access SCSI-3 > device da2: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), > Tagged Queueing Enabled > da2: 35074MB (71833096 512 byte sectors: 255H 63S/T 4471C) > > > the disk isseen by the kernel. > > how come I am not able to label it ? > if you go ls /dev/da* do you see it there? Did you fdisk before disklabel?