From owner-freebsd-fs@FreeBSD.ORG Mon Mar 17 10:48:57 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2895309; Mon, 17 Mar 2014 10:48:57 +0000 (UTC) Received: from mail-vc0-x235.google.com (mail-vc0-x235.google.com [IPv6:2607:f8b0:400c:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BAF22B; Mon, 17 Mar 2014 10:48:57 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id id10so5394120vcb.26 for ; Mon, 17 Mar 2014 03:48:56 -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:content-transfer-encoding; bh=gC/X3cM85TYj+pOfJu73iCmmq51+S0S1cOG34vGPMuI=; b=sxNexL4tbVrnm4W0MO0BMvENLNWJen1szHOxA8S3A/30gKeYFnrGKddV1Gu4niuGhx n96o9pKNF6dVs8rjSJBIMXMOr6NuYuMbvFvpkrg2M+IPJqLSWcFGKJU/7fyKdhynmDwM 6bGNPNgoQQYMIhdkjuZUb5EYexTPbRflCL0WiL3i36k9K9oGxFrwLPBNfREzP5tHse38 2n017yh4ceS1X3/hBuJnBPmW/nwX8+fOwz9aoBgywKfUDnvuWW0Arvpc4bJ22PAzxSNv aKDa0DGG1NCG05iTGguYZLNpcIPpZ/flsPz0VGPQiQ8JnivIgn5lrU8H5aAn+qOyUnM3 J89Q== X-Received: by 10.52.173.165 with SMTP id bl5mr7181458vdc.13.1395053336584; Mon, 17 Mar 2014 03:48:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.91.74 with HTTP; Mon, 17 Mar 2014 03:48:36 -0700 (PDT) In-Reply-To: <159E2EDC-C49D-4982-BB65-F757D949B5FE@FreeBSD.org> References: <5326B36B.2090601@netlabs.org> <159E2EDC-C49D-4982-BB65-F757D949B5FE@FreeBSD.org> From: Anton Sayetsky Date: Mon, 17 Mar 2014 12:48:36 +0200 Message-ID: Subject: Re: Growing a ZFS volume To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: freebsd-fs X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 10:48:57 -0000 2014-03-17 11:42 GMT+02:00 Edward Tomasz Napiera=B3a : > Wiadomo=B6=E6 napisana przez Adrian Gschwend w dniu 17 mar 2014, o godz. = 09:33: >> Hi everyone, >> >> There is a manual about growing UFS partitions in the documentation: >> >> http://www.freebsd.org/doc/handbook/disks-growing.html >> >> growfs seems to be UFS only, anyone knows what would be the correct way >> to let a ZFS volume grow on the same disk? I have a similar setup from >> mfsbsd but my last partition is simply a ZFS one. > > See "man zpool", search for "autoexpand", or "online -e". autoexpand does not works, same as autoreplace. ;)