From owner-freebsd-stable Wed Jun 13 13:49:25 2001 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (earth-nat-cw.backplane.com [208.161.114.67]) by hub.freebsd.org (Postfix) with ESMTP id E3BC737B407 for ; Wed, 13 Jun 2001 13:49:22 -0700 (PDT) (envelope-from dillon@earth.backplane.com) Received: (from dillon@localhost) by earth.backplane.com (8.11.3/8.11.2) id f5DKnKZ10363; Wed, 13 Jun 2001 13:49:20 -0700 (PDT) (envelope-from dillon) Date: Wed, 13 Jun 2001 13:49:20 -0700 (PDT) From: Matt Dillon Message-Id: <200106132049.f5DKnKZ10363@earth.backplane.com> To: Dave Uhring Cc: Jaye Mathisen , stable@FreeBSD.ORG Subject: Re: Can't newfs big filesystem (twe/4.3-stable) References: <20010613104512.M51977@apocalypse.cdsnet.net> <01061315423100.00790@dave.uhring.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG :> newsfeed-inn# newfs -i 67108864 /dev/twed0d :> [stuff deleted] :> 1048576032, 1048641568, 1048707104, 1048772640, 1048838176, 1048903712, :> 1048969248, 1049034784, 1049100320, 1049165856, 1049231392, 1049296928, :> 1049362464, 1049428000, 1049493536, 1049559072, 1049624608, 1049690144, :> 1049755680, 1049821216, 1049886752, 1049952288, 1050017824, 1050083360, :> 1050148896, 1050214432, 1050279968, 1050345504, 1050411040, 1050476576, :> 1050542112, 1050607648, 1050673184, 1050738720, 1050804256, 1050869792, :> 1050935328 :> fsinit: inode value out of range (2). :> :> Tried larger -i parameters, same thing. :> :> Can't newfs figure this out before it gets to this point that something :> isn't going to work? :> :> I'll try some different block/frag sizes, see if it helps. Specifying a byte-to-inode ratio that large is kind of silly. I usually use something like -i 262144 -b 16384 -f 2048 on my larger filesystems. A couple of million would also probably work, but beyond that you aren't really saving anything, not even fsck time. I'm not surprised that 67 million doesn't work. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message