Module Name: src
Committed By: lukem
Date: Sun May 10 13:28:00 UTC 2009
Modified Files:
src/sbin/newfs: newfs.8
Log Message:
Note that FFSv1 is also known as FFS, UFS, or UFS1.
Note that FFSv2 is also known as UFS2.
Add a reference to Kirk's BSDcon03 paper on UFS2.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sbin/newfs/newfs.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/newfs/newfs.8
diff -u src/sbin/newfs/newfs.8:1.72 src/sbin/newfs/newfs.8:1.73
--- src/sbin/newfs/newfs.8:1.72 Fri Aug 1 15:32:29 2008
+++ src/sbin/newfs/newfs.8 Sun May 10 13:28:00 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: newfs.8,v 1.72 2008/08/01 15:32:29 simonb Exp $
+.\" $NetBSD: newfs.8,v 1.73 2009/05/10 13:28:00 lukem Exp $
.\"
.\" Copyright (c) 1983, 1987, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
.\"
-.Dd December 10, 2007
+.Dd May 10, 2009
.Dt NEWFS 8
.Os
.Sh NAME
@@ -209,9 +209,16 @@
understood by older boot ROMs.
.It 1
FFSv1; normal fast-filesystem (default).
+This is also known as
+.Sq FFS ,
+.Sq UFS ,
+or
+.Sq UFS1 .
.It 2
FFSv2; enhanced fast-filesystem (suited for more than 1 Terabyte capacity,
access control lists).
+This is also known as
+.Sq UFS2 .
.El
To create an LFS filesystem see
.Xr newfs_lfs 8 .
@@ -370,6 +377,13 @@
.%D August 1984
.%O (reprinted in the BSD System Manager's Manual)
.Re
+.Rs
+.%A M. McKusick
+.%T Enhancements to the fast filesystem to support multi-terabyte storage systems
+.%J Proceedings of the BSD Conference 2003
+.%P pp 79-90
+.%D September 2003
+.Re
.Sh HISTORY
The
.Nm