Mention the default location of alternative super block on a

UFS2 file system, in fsck_ffs(8).

Submitted by:	KOMATSU Shinichiro <koma2 at lovepeers ! org>
PR:		docs/86362
MFC After:	3 days
This commit is contained in:
Xin LI 2005-09-20 08:02:38 +00:00
parent 852999de55
commit d80980c8de
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=150365

View File

@ -173,8 +173,8 @@ exits without attempting any further cleaning.
.It Fl b
Use the block specified immediately after the flag as
the super block for the file system.
Block 32 is usually
an alternate super block.
An alternate super block is usually located at block 32 for UFS1,
and block 160 for UFS2.
.It Fl c
Convert the file system to the specified level.
Note that the level of a file system can only be raised.