From owner-freebsd-questions@FreeBSD.ORG Thu Mar 26 06:18:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4E69106566C for ; Thu, 26 Mar 2009 06:18:14 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 9FB6C8FC08 for ; Thu, 26 Mar 2009 06:18:14 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from [10.0.10.6] ([202.69.174.152]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 25 Mar 2009 23:17:51 -0700 Message-ID: <49CB1E1C.4030808@a1poweruser.com> Date: Thu, 26 Mar 2009 14:18:04 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: ricardo.m.jesus@criticalsoftware.com References: <49C9FFA6.6070802@a1poweruser.com> <49CA1EF0.4060708@gmail.com> In-Reply-To: <49CA1EF0.4060708@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Mar 2009 06:17:52.0236 (UTC) FILETIME=[980EEAC0:01C9ADDA] Cc: FreeBSD Questions Subject: Re: mount 2nd HD containing running Freebsd system 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: Thu, 26 Mar 2009 06:18:15 -0000 Ricardo Jesus wrote: > Fbsd1 wrote: >> I have run out of space on my running 7.1 system. I have a 2nd HD >> containing 6.1 that I want to mount and use the 80gb /usr slice. >> >> What is the mount command to use? >> >> Thinking mount /dev/ad1 /mnt but un-sure how this handles the 6.1 >> slices on that HD. >> > Read up http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html, > namely entries 9.1 and 9.2. Very detailed and helpful stuff. > None of that was helpfull. Found post in questions archives from 1992 that gave me pointer to correct direction. Here is the solution I used. ls /dev/ad* listed all the slices on both HDs. mount /dev/ad1s1f /mnt mounted the /usr dir from the second HD just like i wanted.