From owner-freebsd-questions@FreeBSD.ORG Thu Jul 1 16:06:07 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 DBC3316A4D0 for ; Thu, 1 Jul 2004 16:06:07 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D87A43D31 for ; Thu, 1 Jul 2004 16:06:07 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i61G0qZ26940; Thu, 1 Jul 2004 12:00:52 -0400 (EDT) From: Jerry McAllister Message-Id: <200407011600.i61G0qZ26940@clunix.cl.msu.edu> To: b1henning@hotmail.com (Brian Henning) Date: Thu, 1 Jul 2004 11:59:11 -0400 (EDT) In-Reply-To: from "Brian Henning" at Jul 01, 2004 10:41:17 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: mounting 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, 01 Jul 2004 16:06:08 -0000 > > Greetings: > > Currently i have 2 drives ad1 (10 gig) and ad2 (10gig) on my bsd system that I would like to use for file storage. I want to create a mounting point, /files_area, that could treat the two drives as one. So when I add files to /files_area it treats it like one big 20 gig drive. is this possible? can someone point me to some docs on howto do it? Start by studying up on vinum(8). The FreeBSD handbook and man pages and then some searches should tell you what you need to know. Also, please break your message lines at abou 70 characters length. It makes it easier for many of us to read and to make responses. ////jerry > > thanks, > > Brian