From owner-cvs-all@FreeBSD.ORG Sun Feb 20 11:23:51 2005 Return-Path: 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 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]) 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) Date: Sun, 20 Feb 2005 12:23:48 +0100 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 cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/newfs mkfs.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Feb 2005 11:23:51 -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