disklabel.8 rev 1.15.2.14
This commit is contained in:
parent
9823dd52bc
commit
ef48eb5480
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10602
1 changed files with 6 additions and 6 deletions
|
@ -33,9 +33,9 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)disklabel.8 8.2 (Berkeley) 4/19/94
|
||||
.\" %FreeBSD: src/sbin/disklabel/disklabel.8,v 1.15.2.13 2001/08/16 11:35:41 ru Exp %
|
||||
.\" %FreeBSD: /c/ncvs/src/sbin/disklabel/disklabel.8,v 1.15.2.14 2001/09/06 07:00:33 ru Exp %
|
||||
.\"
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man8/disklabel.8,v 1.19 2001/08/17 06:18:17 horikawa Exp $
|
||||
.\" $FreeBSD: doc/ja_JP.eucJP/man/man8/disklabel.8,v 1.20 2001/08/19 10:25:06 horikawa Exp $
|
||||
.\"
|
||||
.Dd July 30, 1999
|
||||
.Dt DISKLABEL 8
|
||||
|
@ -687,14 +687,14 @@ Vinum
|
|||
.Cm 4.2BSD
|
||||
と LFS のファイルシステムに対してのみ有効です。
|
||||
フラグメントの大きさを意味します。
|
||||
1 GB 未満のパーティションに対するデフォルトは 8192 で、
|
||||
1 GB 以上に対するデフォルトは 16384 です。
|
||||
1 GB 未満のパーティションに対するデフォルトは 1024 で、
|
||||
1 GB 以上に対するデフォルトは 4096 です。
|
||||
.It bsize
|
||||
.Cm 4.2BSD
|
||||
と LFS のファイルシステムに対してのみ有効です。
|
||||
ブロックの大きさを意味します。
|
||||
1 GB 未満のパーティションに対するデフォルトは 1024 で、
|
||||
1 GB 以上に対するデフォルトは 4096 です。
|
||||
1 GB 未満のパーティションに対するデフォルトは 8192 で、
|
||||
1 GB 以上に対するデフォルトは 16384 です。
|
||||
.It bps/cpg
|
||||
.Cm 4.2BSD
|
||||
ファイルシステムに対しては、
|
||||
|
|
Loading…
Reference in a new issue