From owner-freebsd-questions@FreeBSD.ORG Wed Mar 25 12:09:25 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 A06D11065712 for ; Wed, 25 Mar 2009 12:09:25 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from gate.criticalsoftware.com (gate.criticalsoftware.com [212.13.37.242]) by mx1.freebsd.org (Postfix) with ESMTP id 3E1538FC0C for ; Wed, 25 Mar 2009 12:09:24 +0000 (UTC) (envelope-from ricardo.meb.jesus@gmail.com) Received: from [192.168.1.152] (nb-rs-valinho.critical.pt [192.168.1.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate.criticalsoftware.com (Postfix) with ESMTP id 4CBD022846B; Wed, 25 Mar 2009 12:09:33 +0000 (WET) Message-ID: <49CA1EF0.4060708@gmail.com> Date: Wed, 25 Mar 2009 12:09:20 +0000 From: Ricardo Jesus User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Fbsd1 References: <49C9FFA6.6070802@a1poweruser.com> In-Reply-To: <49C9FFA6.6070802@a1poweruser.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Reply-To: ricardo.m.jesus@criticalsoftware.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 12:09:44 -0000 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > 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.