From owner-freebsd-fs@FreeBSD.ORG Fri Sep 21 13:19:20 2007 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 25AC116A418; Fri, 21 Sep 2007 13:19:20 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (unknown [IPv6:2001:5c0:8fff:fffe::214d]) by mx1.freebsd.org (Postfix) with ESMTP id E406613C45B; Fri, 21 Sep 2007 13:19:19 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1IYiPf-000MU2-3D; Fri, 21 Sep 2007 09:19:19 -0400 Date: Fri, 21 Sep 2007 09:19:19 -0400 From: Gary Palmer To: Ivan Voras Message-ID: <20070921131919.GA46759@in-addr.com> Mail-Followup-To: Ivan Voras , freebsd-fs@freebsd.org References: <46F3A64C.4090507@fluffles.net> <46F3B4B0.40606@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-fs@freebsd.org Subject: Re: Writing contigiously to UFS2? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 13:19:20 -0000 On Fri, Sep 21, 2007 at 02:50:14PM +0200, Ivan Voras wrote: > Eric Anderson wrote: > > >The largest file size per chunk in a cylinder group is calculated at > >newfs time, which determines also how many cylinder groups there should > >be. I think the largest size I've seen was something in the 460MB-ish > >range, meaning any contiguous write above that would span more than one > >cylinder group. > > Hmm, how did you manage to create a file system with such large cylinder > groups? I've experimented with smallnum-TB file systems and still > couldn't make them larger than around 190 MB (though I wasn't actively > trying, just observed how they turned out). Presumably by using the -c parameter to newfs. The original poster might get some traction out of a combination of -c and -e parameters to newfs, although the fundamental behaviour will remain unchanged.