From owner-freebsd-geom@FreeBSD.ORG Wed Jun 20 07:16:15 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACF65106564A for ; Wed, 20 Jun 2012 07:16:15 +0000 (UTC) (envelope-from rudi.kramer@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 34BB48FC08 for ; Wed, 20 Jun 2012 07:16:15 +0000 (UTC) Received: by obbun3 with SMTP id un3so604501obb.13 for ; Wed, 20 Jun 2012 00:16:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=AB+Nr+pXsh0v++juXe3TXt2/Xyw11DGyQK9yXdYIMRk=; b=MJFR152dOHsSy9SCV7B8NlOdU/DMLKjAXdyTVaP/FFTu3f2MMeb/7POirZYNS6BY4O EIk9OXXj4zQrP2i+P3rUkF9GitfizvRLLzljxJqfSvpiCb8YtWOOM6m/myVcdu2lsKTS xtUVfBT1pWWbI66Q+hYe4qVVhPHbMmNxWB0xixJhBS/5f5u4F19STV3mYaLp0hoem8DG aDZijWpc6Kiid/hWx0lhsTfAi8OpRNaIZcRZyu+9NJQJMdPNAh98KmDeoTRLwtjpKZZJ zz7JKL0uhtfMrc+mD3NNYW1xbFTzCQ9hUXVe4Wq2BSHAt/qPjyTZjLOtgsEgelXxRywt DE5A== Received: by 10.182.207.39 with SMTP id lt7mr23099978obc.67.1340176574823; Wed, 20 Jun 2012 00:16:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.58.135 with HTTP; Wed, 20 Jun 2012 00:15:54 -0700 (PDT) In-Reply-To: <20120619165504.GA20497@neutralgood.org> References: <20120619131011.GA76729@neutralgood.org> <20120619165504.GA20497@neutralgood.org> From: Rudi Kramer Date: Wed, 20 Jun 2012 09:15:54 +0200 Message-ID: To: kpneal@pobox.com Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-geom@freebsd.org Subject: Re: Gconcat + growfs: we are not growing X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jun 2012 07:16:15 -0000 On 19 June 2012 18:55, wrote: > > Try ZFS. You can maximize your storage easily with ZFS if you want. > > With ZFS you can add multiple disks and ZFS will spread the data out > across them. ZFS also keeps track of what file is where. If you lose a > disk then ZFS is supposed to tell you what files you lost, but the > rest of the filesystem should be fine. > > ZFS can do mirroring, and it can do raid, but neither is required. If > you do neither mirroring nor raid then the amount of space you get is > the sum of the sizes of your disks. It sounds like that's what you want. > Thanks Mark, That's pretty much exactly what I was looking for. Cheers Rudi