From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 18:55:38 2010 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 7F1E8106568A for ; Mon, 26 Jul 2010 18:55:38 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from smtp-gw30.mailanyone.net (smtp-gw30.mailanyone.net [208.70.128.56]) by mx1.freebsd.org (Postfix) with ESMTP id 5BB7A8FC15 for ; Mon, 26 Jul 2010 18:55:38 +0000 (UTC) Received: from mailanyone.net by smtp-gw30.mailanyone.net with esmtpa (MailAnyone extSMTP jalmberg@identry.com) id 1OdSps-0001f8-GS for freebsd-questions@freebsd.org; Mon, 26 Jul 2010 13:55:37 -0500 Message-ID: <4C4DDA28.4070205@identry.com> Date: Mon, 26 Jul 2010 14:55:36 -0400 From: John Almberg User-Agent: Postbox 1.1.5 (Macintosh/20100613) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 1 file system, 2 drives? 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: Mon, 26 Jul 2010 18:55:38 -0000 One of my clients has a server that hosts big public-access type videos. He started off with a separate 200G drive just for video storage (FreeBSD is on another drive). This video storage drive is mounted as /videos. He's just bought another drive, but now I'm thinking of what to do with it... I know this is probably impossible, but FreeBSD can do so many miraculous things, that I can't help asking... Is it possible to use the second drive to 'expand' the /videos file system? So it would miraculously look like a single 400G drive? I ask this, because logically, I"m going to use the second drive the same way as the first: to store videos. It will be really awkward to have two mount points, and try to decide which video should get stored on which drive. And no doubt it will get more complex as we go along. It would be much simpler if this logical drive could just expand as needed. Any ideas much appreciated. -- John