From owner-freebsd-fs@FreeBSD.ORG Sun May 12 00:06:18 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8B9AAE16; Sun, 12 May 2013 00:06:18 +0000 (UTC) (envelope-from mckusick@mckusick.com) Received: from chez.mckusick.com (chez.mckusick.com [IPv6:2001:5a8:4:7e72:4a5b:39ff:fe12:452]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD1785; Sun, 12 May 2013 00:06:18 +0000 (UTC) Received: from chez.mckusick.com (localhost [127.0.0.1]) by chez.mckusick.com (8.14.3/8.14.3) with ESMTP id r4C06G3Z066231; Sat, 11 May 2013 17:06:16 -0700 (PDT) (envelope-from mckusick@chez.mckusick.com) Message-Id: <201305120006.r4C06G3Z066231@chez.mckusick.com> To: mjacob@freebsd.org Subject: Re: Tell me how to increase the virtual disk with ZFS? In-reply-to: <518EDACC.2070609@freebsd.org> Date: Sat, 11 May 2013 17:06:16 -0700 From: Kirk McKusick X-Spam-Status: No, score=0.0 required=5.0 tests=MISSING_MID, UNPARSEABLE_RELAY autolearn=failed version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on chez.mckusick.com Cc: freebsd-fs@freebsd.org X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 May 2013 00:06:18 -0000 > Date: Sat, 11 May 2013 16:57:00 -0700 > From: Matthew Jacob > To: freebsd-fs@freebsd.org > Subject: Re: Tell me how to increase the virtual disk with ZFS? > > On 5/11/2013 2:31 PM, Kirk McKusick wrote: > > As of FreeBSD 9.1, the growfs(8) utility has the ability to increase > > the size of live filesystems. > > > but only for ufs, no? > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" Yes, growfs works only for UFS. Sorry, should have stated that. Kirk McKusick