diff options
author | delphij <delphij@FreeBSD.org> | 2005-09-20 08:02:38 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-09-20 08:02:38 +0000 |
commit | 5d20aabe9aa5c439e4e616e4a0753d73c0cba2a1 (patch) | |
tree | 505e405b22933524ce5ec1457dc7f40fd60d75cb /sbin/fsck_ffs | |
parent | 419b2edafeada4dc7f21fb2d765c241acc3a65be (diff) | |
download | FreeBSD-src-5d20aabe9aa5c439e4e616e4a0753d73c0cba2a1.zip FreeBSD-src-5d20aabe9aa5c439e4e616e4a0753d73c0cba2a1.tar.gz |
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
Diffstat (limited to 'sbin/fsck_ffs')
-rw-r--r-- | sbin/fsck_ffs/fsck_ffs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fsck_ffs/fsck_ffs.8 b/sbin/fsck_ffs/fsck_ffs.8 index c85b94a..a64c7ce 100644 --- a/sbin/fsck_ffs/fsck_ffs.8 +++ b/sbin/fsck_ffs/fsck_ffs.8 @@ -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. |