On Fri, Aug 13, 2010 at 9:43 AM, Ben Donohue <[email protected]> wrote:
> Anyway to find the other superblocks I found the answer on... > > http://www.cyberciti.biz/faq/recover-bad-superblock-from-corrupted-partition/ > > |dumpe2fs /dev/sda2 | grep superblock| > > ...gives the locations of alternate superblocks. Another alternative is to use: mke2fs -n <device> Taken from the man page: man mke2fs In fact a variant of the mke2fs (mkfs) command is available on a few Unix operating systems, and typically use the -n option to print out what's going to happen when you run the mkfs / mke2fs command, without creating it. Chris- -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
