View | Details | Raw Unified | Return to bug 61716
Collapse All | Expand All

(-)/usr/src/sbin/newfs/newfs.8 (-2 / +3 lines)
Lines 125-132 Link Here
125
.It Fl d Ar max-extent-size
125
.It Fl d Ar max-extent-size
126
The file system may choose to store large files using extents.
126
The file system may choose to store large files using extents.
127
This parameter specifies the largest extent size that may be used.
127
This parameter specifies the largest extent size that may be used.
128
It is presently limited to its default value which is 16 times
128
The default value is the file system blocksize.
129
the file system blocksize.
129
It is presently limited to a maximum value of 16 times the
130
file system blocksize and a minimum value of the file system blocksize.
130
.It Fl e Ar maxbpg
131
.It Fl e Ar maxbpg
131
Indicate the maximum number of blocks any single file can
132
Indicate the maximum number of blocks any single file can
132
allocate out of a cylinder group before it is forced to begin
133
allocate out of a cylinder group before it is forced to begin

Return to bug 61716