LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error 16 Inconsistent File System Structure (https://www.linuxquestions.org/questions/linux-newbie-8/error-16-inconsistent-file-system-structure-646523/)

marc1984 06-02-2008 06:58 PM

Error 16 Inconsistent File System Structure
 
I have a system running FC5.
Over the weekend the system froze.
I rebooted and during the boot O receive the message
Error 16 Inconsistent File System Structure

I have booted with a rescue disk and run fsck, which claims all is well.
I search linuxquestions.org and found a few things tpo try like reinstalling the grub, but nothing has worked.

Is there anything I can do to fix this boot problem?

JZL240I-U 06-03-2008 08:12 AM

What type is your file system? What is the output of
Code:

fdisk -l /dev/<your-device-here>
?

marc1984 06-03-2008 10:42 AM

fdisk -l /dev/sda

Disk /dev/sda: 18.2 GB, 18210036736 bytes
255 heads, 63 sectors/track, 2213 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 19 152586 83 Linux
/dev/sda2 20 656 5116702+ 82 Linux swap / Solaris
/dev/sda3 657 2213 12506602+ 83 Linux


grub.conf
title Fedora Core (2.6.17-1.2139_FC5smp)
root (hd0,0)
kernel /vmlinuz-2.6.17-1.2139_FC5smp ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.17-1.2139_FC5smp.img

JZL240I-U 06-04-2008 01:35 AM

Okay, that means GRUB expects your "/" on the first partition (and quite small). Is that so? Did you change something in "root=LABEL=/1" (looks funny to me but I don't use labels much)?

You didn't tell with what file system you formatted the drive...

marc1984 06-05-2008 10:02 AM

grub.conf looks like this now. I don't know where the '1' came form.

default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.16-1.2122_FC5smp)
root (hd0,0)
kernel /vmlinuz-2.6.16-1.2122_FC5smp ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.16-1.2122_FC5smp.img

Since fdisk is not telling me the format type, how can I find it?

I did not originally configure this system.

Marc

JZL240I-U 06-06-2008 01:39 AM

Do you still have the install CDs? You might just pop in the first one, usually the distros detect an existing OS and offer to repair any damage, including damage to the boot loader.

"fdisk" told you the file system type: 82 (linux) meaning ext2 or ext3. Hum. Out of my depth here...

Well, the GRUB manual says:

"16 : Inconsistent filesystem structure
This error is returned by the filesystem code to denote an internal error caused by the sanity checks of the filesystem structure on disk not matching what it expects. This is usually caused by a corrupt filesystem or bugs in the code handling it in GRUB."

With which parameters did you run fschk?

sahil0512 12-27-2016 01:13 AM

GRUB Error 16: Inconsistent filesystem structure
 
I am facing the same issue for RHEL5 and i am not able to switch to Maintenance mode also.
My server is not booting. Can anyone suggest, what to do in this case.

astrogeek 12-27-2016 01:35 AM

You have posted to a thread which has been inactive almost nine years.

To get the best exposure for your question and attract replies from those with most knowledge of your problem, please open your own thread with a complete description of your specific system and the problem you are experiencing.

For guidance in posting your question please see the Site FAQ, and in particular this page.

Good luck!

John VV 12-27-2016 07:50 PM

the very dead and very unsupported Fedora core5
is NOT the same as the soon to be End Of Life RHEL5.11
( you are using 5.11 !!! it is the ONLY version of 5 still supported by redhat)

and seeing as this is RHEL5 you do have the REQUIRED support contract ! right ?

contact redhat customer service

as to booting
just use the normal everyday
SINGLE USER boot

put a blank space and a 1 at the end of the grub0.98 kernel line


All times are GMT -5. The time now is 01:51 AM.