Results 1 to 9 of 9
Hello
I can't boot my system (Debian Sarge) because of a file system corruption. It says, that I have to do it manually. I launched the mepis live CD, and ...
- 08-24-2006 #1Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Emergency - file system corrupt -solved
Hello
I can't boot my system (Debian Sarge) because of a file system corruption. It says, that I have to do it manually. I launched the mepis live CD, and this is what a utility for checking hard drives said:
Please help, I've got some extremely important stuff thereCode:Checking/repairing filesystem (e2fsck) on /dev/sda1. /sbin/e2fsck : Bad magic number in super-block while trying to open /dev/sda1 /dev/sda1: The super block 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 super block is corrupt, and you might try running e2fsck with an alternate super block : e2fsck -b 8193 < device > Check completed. Checking/repairing filesystem (e2fsck) on /dev/sda1. e2fsck 1.37 (21-Mar-2005) Couldn't find ext2 superblock, trying backup blocks... /sbin/e2fsck : Bad magic number in super-block while trying to open /dev/sda1 The super block 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 super block is corrupt, and you might try running e2fsck with an alternate super block : e2fsck -b 8193 < device > Check completed.
I don't know what to do
Thanks in advance for any help
I have a SATA drive
sda1 is my root partition
My entire drive has reiserFS.
- 08-24-2006 #2
- 08-24-2006 #3Just Joined!
- Join Date
- Dec 2005
- Posts
- 25
Thanks, problem sovled
hardware is to blame - bad RAM. A friend of mine suggested testing this and it turned out that I have bad memory. Debian still seems to be indestructible
Thx
- 09-10-2006 #4Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
I have the same problem.
It says:
I typed that and then I've runed reiserfsck and then it says that the partition permissions are set to read-only.fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted read-only. To remount it read-write:
# mount -n -o remount,rw /
How to change my partition permissions to read-write???
I have reiserfs file system. It's on /dev/hda8
Help, please!
P.S. Sorry for my bad English.
- 09-11-2006 #5Linux User
- Join Date
- Feb 2006
- Posts
- 484
post the output of the following command
ls -l /dev/hda8
- 09-11-2006 #6Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
Here's the output:
Originally Posted by iwanabeguru
brw-rw---- 1 root disk 3, 8 Feb 26 2005 /dev/hda8
- 09-12-2006 #7Just Joined!
- Join Date
- Sep 2006
- Posts
- 21
Myro try this:
1. Boot to single user mode (maintenance mode) and give root pasword.
2. Manually run fsck -y.
3. Remount the file system as read/write (mount -n -o remount,rw /).
4. Reboot the system to run level 2.
It may want to do an automatic fsck on reboot. That's fine if it does.
Hope this helps.
- 09-12-2006 #8Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
Originally Posted by MainFrame185
Thanks for help! I tryed this and fixed filesystem, but now I have another problem.
It says:
Does anybody know how to fix this? Could I boot Knoppix and manually copy this library on the linux partition on my hard disk?chroot: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Kernel panic: Attempted to kill init!
- 09-13-2006 #9Just Joined!
- Join Date
- Jun 2006
- Posts
- 4
I tried to copy libc.so.6 manually with Knoppix, but without success.
Now I've installed Ubuntu. Hopefully there will be nothing wrong with that distro.


Reply With Quote
