UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
jhouse59
Level 3
Level 3
Posts: 179
Joined: Wed Aug 15, 2007 7:27 pm
Location: Eastern Tennessee,USA

UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Post by jhouse59 »

For a while now when I boot into Mint. I get this message. Above this it says about checking the other drives on my computer. I think this is the one having the problems.
This is the message:

/dev/hdf8:
Inode 224161 has imagic flag set.

/dev/hdf8: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck.ext3: Unable to resolve 'UUID=39e6f331=55b6=4dce-972f-6e7827020f82'
fsck died with exit status 12
...fail!
* File system check failed.
A log is being saved in /var/log/fsck/checkfs if that location is writable.
Please repait the file system manually.
* A maintenancce shell will now be started.
CONTOL-D will terminate this shell and resume system boot.
Give root password for maintenance
(or type Contol_D to continue):


Can someone tell me how to fix this.
I'm dual booting WinXP and Daryna. Thanks in advance.


This is from the checkfs file:

Log of fsck -C -R -A -a
Fri Jun 13 21:35:27 2008

fsck 1.40.2 (12-Jul-2007)
/dev/hdf1: clean, 33/38152 files, 32054/152584 blocks
/dev/hda10: clean, 13461/15908864 files, 25178533/31790619 blocks
/dev/hdf10: clean, 15159/10518528 files, 6441384/21004979 blocks (check in 2 mounts)
/dev/hda2: clean, 40/38304 files, 51931/152616 blocks
/dev/hdf6: clean, 1108/384000 files, 49668/767095 blocks
/dev/hdf7: clean, 11/768544 files, 59935/1536207 blocks (check in 5 mounts)
/dev/hda3: clean, 9337/746304 files, 127321/1490028 blocks
/dev/hdf9: clean, 24/640000 files, 55409/1279167 blocks
/dev/hda5: clean, 130051/895840 files, 864358/1791239 blocks
/dev/hda6: clean, 1108/320640 files, 47494/640584 blocks (check in 4 mounts)
/dev/hdf5: clean, 95862/1026144 files, 606530/2048279 blocks (check in 4 mounts)
/dev/hda7: clean, 11/704512 files, 57670/1407687 blocks (check in 5 mounts)
/dev/hda8: clean, 8911/513024 files, 100700/1024135 blocks
/dev/hdf8 contains a file system with errors, check forced.
/dev/hda9: clean, 20/489600 files, 33694/977949 blocks
/dev/hdf8: Inode 224161 has imagic flag set.

/dev/hdf8: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)
fsck.ext3: Unable to resolve 'UUID=39e6f331-55b6-4dce-972f-6e7827020f82'

fsck died with exit status 12

Fri Jun 13 21:35:32 2008
----------------
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Post by Husse »

This is the key to your problem
Unable to resolve 'UUID=39e6f331-55b6-4dce-972f-6e7827020f82'
Somehow you've ended up in UUID hell
Solution here
http://www.linuxmint.com/wiki/index.php ... _a_problem
User avatar
jhouse59
Level 3
Level 3
Posts: 179
Joined: Wed Aug 15, 2007 7:27 pm
Location: Eastern Tennessee,USA

Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Post by jhouse59 »

Husse wrote:This is the key to your problem
Unable to resolve 'UUID=39e6f331-55b6-4dce-972f-6e7827020f82'
Somehow you've ended up in UUID hell
Solution here
http://www.linuxmint.com/wiki/index.php ... _a_problem
I went to the link. Under the : What can you do about it? It gave an example:
An entry in fstab looks like this (everything behind # is a comment):
# /dev/sda6
UUID=242a97c5-916c-4c76-b403-a390ef292e39 /home ext3 defaults 0 2
Ever line in my fstab looks like the one above. Do I need to change ever line to look like the one below?
As you see the /dev/sdax number is put above the active entry. So you change it like this:
# /dev/sda6
#UUID=242a97c5-916c-4c76-b403-a390ef292e39
/dev/sda6 /home ext3 defaults 0 2
Thanks for answering Husse. I just want to make sure on this before I change anything then regret it.
Husse

Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Post by Husse »

You really only have to change the line with the failing UUID but I'd do it for all the lines
It is not that hard to do after all
User avatar
jhouse59
Level 3
Level 3
Posts: 179
Joined: Wed Aug 15, 2007 7:27 pm
Location: Eastern Tennessee,USA

Re: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.

Post by jhouse59 »

Husse wrote:You really only have to change the line with the failing UUID but I'd do it for all the lines
It is not that hard to do after all
Husse, I couldn't get it to work for me. I done what you told me. It still didn't fix it. I'm just going to install Elyssa. I was going to wait on it. But, I think that I'll just go ahead and get it installed. Thanks for the help.
Locked

Return to “Installation & Boot”