From owner-cvs-all@FreeBSD.ORG Sun Jul 3 01:25:12 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2637416B20F; Sun, 3 Jul 2005 01:01:21 +0000 (GMT) (envelope-from ps@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3DCF451EA; Sun, 3 Jul 2005 00:49:53 +0000 (GMT) (envelope-from ps@mu.org) Received: by elvis.mu.org (Postfix, from userid 1000) id 9328E6E9C2; Sat, 2 Jul 2005 17:40:29 -0700 (PDT) X-Original-To: ps@mu.org Delivered-To: ps@mu.org Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by elvis.mu.org (Postfix) with ESMTP id 118A95C9A7 for ; Sun, 20 Feb 2005 03:28:47 -0800 (PST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id C67CC56AA4 for ; Sun, 20 Feb 2005 11:23:57 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id A6CD916A532; Sun, 20 Feb 2005 11:23:54 +0000 (GMT) Delivered-To: ps@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 2C92616A4D0; Sun, 20 Feb 2005 11:23:52 +0000 (GMT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02F9E16A4CE; Sun, 20 Feb 2005 11:23:51 +0000 (GMT) Received: from smtp-vbr14.xs4all.nl (smtp-vbr14.xs4all.nl [194.109.24.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 321EB43D31; Sun, 20 Feb 2005 11:23:50 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr14.xs4all.nl (8.12.11/8.12.11) with ESMTP id j1KBNmUc063745; Sun, 20 Feb 2005 12:23:49 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.1/8.12.9) with ESMTP id j1KBNmdP022414; Sun, 20 Feb 2005 12:23:48 +0100 (CET) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.1/8.13.1/Submit) id j1KBNmQU022413; Sun, 20 Feb 2005 12:23:48 +0100 (CET) (envelope-from wb) From: Wilko Bulte To: Xin LI Message-ID: <20050220112348.GA22390@freebie.xs4all.nl> References: <200502200633.j1K6XIQW099645@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502200633.j1K6XIQW099645@repoman.freebsd.org> X-OS: FreeBSD 4.11-STABLE User-Agent: Mutt/1.5.6i X-Virus-Scanned: by XS4ALL Virus Scanner Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on elvis.mu.org X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 X-Spam-Level: Cc: cvs-src@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Sun, 03 Jul 2005 01:25:12 -0000 X-Original-Date: Sun, 20 Feb 2005 12:23:48 +0100 X-List-Received-Date: Sun, 03 Jul 2005 01:25:12 -0000 On Sun, Feb 20, 2005 at 06:33:18AM +0000, Xin LI wrote.. > delphij 2005-02-20 06:33:18 UTC > > FreeBSD src repository > > Modified files: > sbin/newfs mkfs.c > Log: > When creating a new FFS file system, the block size will indirectly > affect the largest file size that is allowed by the file system. > On the other hand, when creating a snapshot, the snapshot file will > appear as it is as big as the file system itself. Hence we will not > be able to create a file system on large file systems with small ^--- snapshot ? -- Wilko Bulte wilko@FreeBSD.org