From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 13:14:12 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 AF04716A4CE for ; Thu, 8 Jan 2004 13:14:12 -0800 (PST) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26BB943D5A for ; Thu, 8 Jan 2004 13:14:11 -0800 (PST) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out003.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040108211410.QSSP20713.out003.verizon.net@duron.pcmedx.com>; Thu, 8 Jan 2004 15:14:10 -0600 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id AB4A9A99B; Thu, 8 Jan 2004 13:14:09 -0800 (PST) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id E96D3A929; Thu, 8 Jan 2004 13:14:08 -0800 (PST) Message-ID: <004a01c3d62c$6bf6fe40$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: References: <002701c3d62a$b24a7360$0201a8c0@sacawhac> Date: Thu, 8 Jan 2004 13:14:37 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [4.46.22.189] at Thu, 8 Jan 2004 15:14:10 -0600 cc: Keith McKay Subject: Re: Problems adding a second hard drive 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: Thu, 08 Jan 2004 21:14:12 -0000 > It took me a little time to figure how to do this but I managed (or so I > thought) to install FreeBSD. However although I can see both drives during > the installation if I do a df all that is displayed is ad0s with no > information on ad2s. Also I cannot install any more programms since it says df only shows mounted filesytems. > /usr is full. I'm begining to wonder if the ad2s drive is being used at > all. When I installed FreeBSD I used the auto defaults for both drives. > Was this the right thing to do? Any hints or tips would be usefull. If you configured the second drive at install time, it should be usable. Try mounting a partition to /mnt. To find the partition scheme, run 'disklabel ad2'. Any partition of type 4.2BSD is usable. Mike