Path: cimlinc!uunet!usc!math.ohio-state.edu!jussieu.fr!univ-lyon1.fr!swidir.switc
Newsgroups: comp.unix.admin
Subject: URGENT HELP NEEDED !!
Date: 1 Jun 94 19:56:43 GMT
Organization: Universidad Complutense de Madrid
Lines: 26
After a improper shutdown, fsck detects errors in one of our disk.Quote:J. Sanchez writes:
# fsck /dev/rrz2g
** /dev/rrz2g
BAD SUPER BLOCK: MAGIC NUMBER WRONG
USE -b OPTION TO FSCK TO SPECIFY LOCATION OF AN ALTERNATE
SUPER-BLOCK TO SUPPLY NEEDED INFORMATION; SEE fsck(8).
We tried using the superblock 32 with similar results. We have an old
backup but we have made a lot of work since then, and we would like to recover
as many files as possible. Does anybody have any magic recipe ??
WE ARE DESESPERATED. HELP NEEDED !!!!!!
WE ARE DESESPERATED. HELP NEEDED !!!!!!
WE ARE DESESPERATED. HELP NEEDED !!!!!!
Thanks for any help you can give to us.
J. Sanchez
If you are on a SUN 4.1.x you could run newfs -N /dev/rrz2g, this will print out all
file system parameters without trying to create a new file system. You then can use
these different block numbers. It can be a long process if there are many, but you may
find one that works. EXAMPLE:
1). newfs -N /dev/rrz2g
produces block numbers where the superblock has made copies
2). fsck -b <block number> /dev/rrz2g
good luck!!