Today I turned on my computer, everything was working fine. I logged on, did an emerge sync && emerge world, worked for a few hours and then nicely restarted the machine (no power failures or hardware rebooting):
Code: Select all
#reboot
Code: Select all
CHECKING ROOT FILESYSTEM...
fsck.ext3: No such file or directory while trying to open /dev/sda7
/dev/sda7:
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 alternate superblock:
e2fsck -b 8193 <device>
* filesystem could not be fixed.
Code: Select all
/dev/discs/disc0/part7
Code: Select all
/dev/sda7 / ext3 noauto,noatime 0 2
Code: Select all
e2fsck -b 32768 /dev/discs/disc0/part7
Which, after about 3.000 (I'm not exagerating the number) confirmations for bug corrections, leads me to a reboot and back to the same error. I'm still being thrown at what used to be the /dev/sda7 partition, and can access it's files in read-only mode.
Can anyone give me directions on how to proceed? What's going on?
Thanks!!







