From owner-freebsd-questions Tue Oct 16 9:55:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20209.mail.yahoo.com (web20209.mail.yahoo.com [216.136.226.64]) by hub.freebsd.org (Postfix) with SMTP id DA2FD37B40E for ; Tue, 16 Oct 2001 09:55:41 -0700 (PDT) Message-ID: <20011016165541.63547.qmail@web20209.mail.yahoo.com> Received: from [63.70.144.5] by web20209.mail.yahoo.com via HTTP; Tue, 16 Oct 2001 09:55:41 PDT Date: Tue, 16 Oct 2001 09:55:41 -0700 (PDT) From: Jim Flournoy Subject: Re: A missing hard drive + vinum questions To: Greg Lehey , freebsd-questions@freebsd.org In-Reply-To: <20011016093713.D14629@wantadilla.lemis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Greg Lehey wrote: > On Monday, 15 October 2001 at 7:16:23 -0700, Jim > Flournoy wrote: > > Hello. I have 2 4.5G scsi hard drives that I just > > installed FreeBSD 4.3 on. Actually I assume its > only > > installed on 1, cause when I type df -m it only > shows > > me one of the hard drives. > > df only shows mounted file systems, whether or not > they're on disk. > > > Anyway, can anyone else think of another test to > see if the system > > recognized the other drive? > > 1. Look in dmesg. If you've lost the beginning, > the dmesg as of boot > time is in /var/run/dmesg.boot. > 2. For SCSI disks only, use 'camcontrol devlist'. Greg, Thanks for the pointers. Here is relevant output from dmesg. ahc0: port 0xf400-0xf4ff mem 0x2000000-0x2000fff irq 10 at device 14.0 on pci0 aic7870: Wide Channel A, SCSI Id=7, 16/255 SCBs ahc1: irq 0 at device 15.0 on pci0 ahc1: can't allocate register resources ahc1: Platform free device_probe_and_attach: ahc1 attach returned 12 This seems to indicate that it can find both drives, but that ahc1 is not part of the system, right? I apropos'ed 'filesystem' and found a function, VFS_START, that seems relevant to making a filesystem, but I doubt this is what I'm looking for. I'm pretty sure that the second disk isn't mountable because camcontrol devlist returned this: at scbus0 target 0 lun 0 (pass0,da0) I'm still trying to digest the man pages for vinum. I've looked in the handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html but it only describes ccd. Right now I'm just trying to figure out exactly what state the second disk needs to be in, in order to use it for redundant storage. Can anyone make a suggestion about this or maybe another resource for this? Jim __________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message