diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2004-11-28 06:25:49 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2004-11-28 06:25:49 +0000 |
commit | 7ad3dd38bc1490f76ca70607c18ace60535ea661 (patch) | |
tree | d57b0827e45ddec10b568e7a1209340893a4b525 | |
parent | 8723b446685dfb46c300b89616a2ef242616ba85 (diff) |
1 inode per 8192 bytes now
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 6a7ff9a453b..fc6618b995c 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.42 2004/10/14 07:40:29 otto Exp $ +.\" $OpenBSD: newfs.8,v 1.43 2004/11/28 06:25:48 tedu Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -194,7 +194,7 @@ The expected average file size for the file system in bytes. The expected average number of files per directory on the file system. .It Fl i Ar number of bytes per inode This specifies the density of inodes in the file system. -The default is to create an inode for each 4096 bytes of data space. +The default is to create an inode for each 8192 bytes of data space. If fewer inodes are desired, a larger number should be used; to create more inodes a smaller number should be given. .It Fl m Ar free space \&% |