~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-updates

« back to all changes in this revision

Viewing changes to misc/findsuper.c

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 * Documentation addendum added by Andreas dwguest@win.tue.nl/aeb@cwi.nl
62
62
 * 
63
63
 * The program findsuper is a utility that scans a disk and finds
64
 
 * copies of ext2 superblocks (by checking for the ext2 signature
 
64
 * copies of ext2 superblocks (by checking for the ext2 signature).
65
65
 * 
66
66
 * For each superblock found, it prints the offset in bytes, the
67
 
 * offset in 1024-byte blocks, the size of ext2 partition in fs
 
67
 * offset in 1024-byte blocks, the size of the ext2 partition in fs
68
68
 * blocks, the filesystem blocksize (in bytes), the block group number
69
69
 * (always 0 for older ext2 systems), and a timestamp (s_mtime).
70
70
 *