From owner-cvs-all Fri Jun 21 19:40:50 2002 Delivered-To: cvs-all@freebsd.org Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by hub.freebsd.org (Postfix) with ESMTP id 60F7737B403; Fri, 21 Jun 2002 19:40:46 -0700 (PDT) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.3/8.12.3) with ESMTP id g5M2ean9020141; Fri, 21 Jun 2002 19:40:36 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200206220240.g5M2ean9020141@beastie.mckusick.com> To: Mikhail Teterin Subject: Re: cvs commit: src/include/protocols dumprestore.h ... Cc: bmah@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: Your message of "Fri, 21 Jun 2002 19:16:54 EDT." <200206211916.54853.mi+mx@aldan.algebra.com> Date: Fri, 21 Jun 2002 19:40:36 -0700 From: Kirk McKusick Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Mikhail Teterin Organization: Virtual Estates, Inc. To: bmah@FreeBSD.org, Kirk McKusick Subject: Re: cvs commit: src/include/protocols dumprestore.h ... Date: Fri, 21 Jun 2002 19:16:54 -0400 Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Also, what are the benefits of the new filesystem? Is it better (faster read/write) for BIGger partitions? Would it make sense for me to convert my 60Gb storage to it? Thanks! -mi The primary difference at this point is that UFS2 can support filesystems bigger than 1 Terabyte. It will eventually support extended attributes (up to 32Kb of extra stuff associated with each file such as access-control lists and/or alternative representations of the file such as an icon). UFS1 already gets about 90% of the disk bandwidth, so there is little room left for speed improvements for big files. UFS1 also has soft updates which gives most of the available performance for small files. Kirk McKusick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message