LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Root file system check and superblock now corrupt (https://www.linuxquestions.org/questions/linux-newbie-8/root-file-system-check-and-superblock-now-corrupt-625689/)

rooman 03-04-2008 02:45 PM

Root file system check and superblock now corrupt
 
After resizing a ntfs partition and my ext3 / partition, I get;

Root file system check
fsck:ext2: Is a directory while trying to open /
/:
The superblock could not be read or does not describe a correct ext2 filesystem. etc etc
/ is ext3 not ext2!!

I've tried fsck /dev/sda6 and sda8, / and /home, both clean no error msg.
I've tried fdisk -l and all seems in order.

A bit stuck now, come to the end of my knowledge and all google results are just too advanced for me.
Any ideas please?

ps: I have a live mdv 2008 one cd if needed.

jailbait 03-04-2008 04:14 PM

Quote:

Originally Posted by rooman (Post 3078071)

After resizing a ntfs partition and my ext3 / partition, I get;

Root file system check
fsck:ext2: Is a directory while trying to open /
/:
The superblock could not be read or does not describe a correct ext2 filesystem. etc etc
/ is ext3 not ext2!!

I've tried fsck /dev/sda6 and sda8, / and /home, both clean no error msg.
I've tried fdisk -l and all seems in order.

A bit stuck now, come to the end of my knowledge and all google results are just too advanced for me.
Any ideas please?

ps: I have a live mdv 2008 one cd if needed.

One of your problems is that you may be passing fsck the wrong file system type. The default is ext2. If your file systems are actually ext3 then you need:

fsck -t ext3 /dev/sda6

Check /etc/fstab to make sure that you have the file system type correct. You may have to use your Mandriva CD to check your fstab:

mkdir /checkit

mount -t ext3 /dev/hda6 /checkit

less /checkit/etc/fstab

Once you get your fsck command straight then run fsck on /dev/sda6 and /dev/sda8 from your Mandriva CD.

fsck -t ext3 /dev/hda6

fsck -t ext3 /dev/hda8

At that point you will probably get some meaningful error messages about whatever your basic problem is.

-------------------------
Steve Stites

rooman 03-05-2008 01:49 AM

I know my linux partitions are ext3 so I'll try as you suggested, thanks.

rooman 03-05-2008 12:05 PM

My two ext3 partitions are fine, checked out by fsck.ext3 etc etc.

But I forgot to give the last error message given on rebooting;

udevd_event[1534]:rename_netif: error changing netif name sit0 to : Invlid argument.

This one I don't understand, I have not changed any name, is udevd broken? How to repair? from a live cd?

rooman 03-14-2008 02:20 AM

Solved
 
I solved the problem like a politicien, I avoided it and just reinstalled. Thanks anyway.


All times are GMT -5. The time now is 08:10 PM.