From owner-freebsd-doc@FreeBSD.ORG Sun Nov 24 06:24:12 2013 Return-Path: Delivered-To: freebsd-doc@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 16472872 for ; Sun, 24 Nov 2013 06:24:12 +0000 (UTC) Received: from mail-qe0-x235.google.com (mail-qe0-x235.google.com [IPv6:2607:f8b0:400d:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBD5120CD for ; Sun, 24 Nov 2013 06:24:11 +0000 (UTC) Received: by mail-qe0-f53.google.com with SMTP id nc12so1023226qeb.12 for ; Sat, 23 Nov 2013 22:24:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=zzw6ZBFmCDk9pxbTTdDfZYgCod2cQBaQdX393o+9E3A=; b=TvqcVLXStTjYp3vu1KU5jvXjPlakLW8gr8VSAkPy+bvpLJNQUpel32cmYLlKvnEaJg rXW9hgeSFoUiu7bFLeKiF9NRxEM/l5i0p/3Cwt12geNvSQgL39Je0/vFxfJvDdPPQXFv 4xcjVWysJe6G1eFGYTwSk9Z90uzgsidsnkvrw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=zzw6ZBFmCDk9pxbTTdDfZYgCod2cQBaQdX393o+9E3A=; b=HWlFAELTwI1zFdHtzfIKpfh6/Le/m4wX274NiZGFMvSjuWlXxu9bY3lm2y8mzCv3Hd IHO/eQSx/mfFcDAZKcSvvZTud3OhLC3fqU0QgZr17XMHN/uIIKsmnGJvOTIMMSyazKwe OkJ9zOlIKmv699BGHA15YF/SthWs445a1Rij2pKBtwj3hdbHbIZEfFhV44cy7HeoIZhc u3QmbREvkNkKR+vcoAu4vUnxJiD64kGZEBt3fl1JA/R+K6NeIf83/hDsTYhgwhieX9Xb po+2y6YJPMBWsW4ySHO1KSUf/28KqDKioz2VZ855s05ofmwO8M2ISfChc1c7x8FDuXQ5 0K4A== X-Gm-Message-State: ALoCoQn1c9dqEdDkBfqCP1nFLhmhnAFeZk3+410DoaBHzwZy7vMIkJgK7yf87owOeRGhnXY79HjQ X-Received: by 10.224.8.65 with SMTP id g1mr35998964qag.68.1385274251029; Sat, 23 Nov 2013 22:24:11 -0800 (PST) MIME-Version: 1.0 Received: by 10.96.63.101 with HTTP; Sat, 23 Nov 2013 22:23:40 -0800 (PST) In-Reply-To: <20131124061218.GQ7069@funkthat.com> References: <20131124061218.GQ7069@funkthat.com> From: Eitan Adler Date: Sun, 24 Nov 2013 01:23:40 -0500 Message-ID: Subject: Re: What are the limits for FFS file systems? 10+ years out of date.. To: John-Mark Gurney Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-doc@freebsd.org" X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 06:24:12 -0000 On Sun, Nov 24, 2013 at 1:12 AM, John-Mark Gurney wrote: > Attached is a patch that bring this up to date.. This was written back > when we were using UFS1 w/ 32bit block addresses... Things have changes > now that UFS2 is standard... > > The big thing is listing the memory requirements for fsck as the main > limiting factor on FS size... > > I've had Kirk review the patch, and he's fine w/ it... > > Shall I just commit it? i&nbps;386 -> &i386; After that, it is okay to commit. -- Eitan Adler