5t3v3
09-04-2001, 01:27 PM
A few days ago, my city suffered an electrical storm. In the end, we had a 5 hour black out (the black out occured while my linux box was on).
My system can boot up, but it can't find my 3rd hard drive /hdd
This is the error message I recieve:
-------------------
Modprobe: can't locate module block-major-22.
Fsck.ext2(null):
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else) , then the superblock is corrupt, and you might try running e2fsck with an alternative superblock:
e2fsck -b 8193 (device)
no such device while trying to open /dev/hdd1
---------------------------
Now, I know for a fact my hard drive isn't dead. I was already able to write data to the drive. But my superblock is lost! Is there a way I can find my superblock on the hard drive and recover the lost data.
Thanks
5t3v3
My system can boot up, but it can't find my 3rd hard drive /hdd
This is the error message I recieve:
-------------------
Modprobe: can't locate module block-major-22.
Fsck.ext2(null):
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else) , then the superblock is corrupt, and you might try running e2fsck with an alternative superblock:
e2fsck -b 8193 (device)
no such device while trying to open /dev/hdd1
---------------------------
Now, I know for a fact my hard drive isn't dead. I was already able to write data to the drive. But my superblock is lost! Is there a way I can find my superblock on the hard drive and recover the lost data.
Thanks
5t3v3