Whamcloud - gitweb
ChangeLog, e2fsck.8.in:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 23 Nov 1999 13:57:16 +0000 (13:57 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Nov 1999 13:57:16 +0000 (13:57 +0000)
  e2fsck.8.in: Update language about where to find a backup superblock.

e2fsck/ChangeLog
e2fsck/e2fsck.8.in

index 4e0d3ea..dac265c 100644 (file)
@@ -1,3 +1,8 @@
+1999-11-23    <tytso@valinux.com>
+
+       * e2fsck.8.in: Update language about where to find a backup
+               superblock.
+
 1999-11-19    <tytso@valinux.com>
 
        * pass1.c (process_inodes): Add shortcut handling; if
index 385bd29..a72194a 100644 (file)
@@ -49,8 +49,11 @@ Instead of using the normal superblock, use an alternative superblock
 specified by 
 .IR superblock .
 This option is normally used when the primary superblock has been
-corrupted; most filesystems have primary superblocks located at 
-blocks 8193, 16385, etc.  If an alternative superblock is specified and 
+corrupted.  The location of the backup superblock is dependent on the
+filesystem's blocksize.  For filesystems with 1k blocksizes, a backup
+superblock can be found at block 8193; for filesystems with 2k
+blocksizes, at block 16384; and for 4k blocksizes, at block 32768.  If
+an alternative superblock is specified and  
 the filesystem is not opened read-only, e2fsck will make sure that the
 primary superblock is updated appropriately upon completion of the 
 filesystem check.