From owner-freebsd-questions@FreeBSD.ORG Wed May 31 14:50:03 2006 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 515C216ACE7 for ; Wed, 31 May 2006 14:50:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FF8743D46 for ; Wed, 31 May 2006 14:49:59 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k4VEmvkf032577 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 31 May 2006 17:49:01 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k4VEp9Eh056483; Wed, 31 May 2006 17:51:09 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k4VEp6tG056482; Wed, 31 May 2006 17:51:06 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 31 May 2006 17:51:06 +0300 From: Giorgos Keramidas To: Kevin Kinsey Message-ID: <20060531145106.GA56445@gothmog.pc> References: <012001c684ae$cbecaf60$0207a8c0@P800> <447D9BFC.9080304@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <447D9BFC.9080304@daleco.biz> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.401, required 5, ALL_TRUSTED -1.80, AWL -0.21, BAYES_00 -2.60, BIZ_TLD 2.01, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Philip Radford , freebsd-questions@freebsd.org Subject: Re: Mounting to a second hard disk X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 14:50:08 -0000 On 2006-05-31 08:37, Kevin Kinsey wrote: >Philip Radford wrote: >>Hi All, >> I have just installed FreeBSD 5.4 on a server with two hard disks. > > Cool ... :) Nice :) >> I have access to all my partitions on the first disk :- >> >> /dev/ad0s1a - / >> /dev/ad0s1e - /tmp >> /dev/ad0s1f - /usr >> /dev/ad0s1d - /var >> >> How do I go about mounting to the second drive which I >> assume would start with /dev/ad1* > > $ dmesg | grep ad Another way is through atacontrol: # atacontrol list ATA channel 0: Master: ad0 ATA/ATAPI revision 6 Slave: no device present ATA channel 1: Master: no device present Slave: no device present ATA channel 2: Master: ad4 Serial ATA II Slave: no device present ATA channel 3: Master: no device present Slave: no device present Then you can use fdisk/bsdlabel/newfs on ad2 as usual :)