Jump to content

Mint /var/log/fsck/checksfs


réjean

Recommended Posts

Hi all!I have a little problem when I boot into Linux Mint. Here is the message that I get;

*File system check failedA log is being saved in /var/log/fsck/checkfs if that location is writable*A maintenance shell will now be startedCONTROL-D will terminate this shell and resume system boot
which reboot the whole system if I try it, If I don't do anything the message continues;
bash:no job control in this shellbash:groups:command not foundbash:lesspipe:command not foundbash:The:command not foundThe program 'apt-get' is currently not installed. You can install it by typing: apt-get install apt
which sounds a little strange does it not?Then it goes;
bash:apt-get:command not foundbash:discolors:command not foundbash:The:command not found
and then again;
The program 'apt-get' is currently not installed. You can install it by typing: apt-get install aptroot@upstairs:~#
Now all I have to do is press Ctrl-Alt-Del and I eventually get a login screen where I type my username and password and I get into Linux Mint.Oh! here is the content of var/log/fsck/checkfs;
Log of fsck -C -R -A -a Sun Nov 18 17:07:42 2007fsck 1.40-WIP (14-Nov-2006)/dev/hdb1: clean, 120770/611648 files, 837052/1220932 blocks/dev/hda2: clean, 147799/2443200 files, 908222/4883760 blocks/dev/hdb2: clean, 137718/1281696 files, 990295/2560359 blocks/dev/hda6: clean, 2235/2562240 files, 2719708/5116694 blocks/dev/hda8: Superblock last write time is in the future.  FIXED./dev/hda8: clean, 100680/1221600 files, 513804/2441872 blocks/dev/hdb3: clean, 1838/1286752 files, 1814120/2570400 blocks/dev/hda9: clean, 86157/2562240 files, 667333/5118702 blocks/dev/hdb5: clean, 916/611648 files, 337168/1220932 blocksfsck.ext3: Unable to resolve 'UUID=4e6a7922-ee18-4f1c-bb5f-3973bc6b9f5b'/dev/hdb6 has been mounted 29 times without being checked, check forced./dev/hdb6: 229969/641280 files (0.3% non-contiguous), 963363/1281175 blocks/dev/hdb7: clean, 248/592000 files, 56975/1182777 blocksfsck died with exit status 8Sun Nov 25 17:08:58 2007----------------

I have been using the Ctrl-Alt-Del for at least 3-4 weeks now so it's not a big deal. I just want to learn a bit more that's all. If anyone has a clue as to what is going on that will be great.

Link to comment
Share on other sites

Hi RéjeanCan you tell me on what partition Mint is installed ?? And can you mount that partition in an other distro and post the result of "cat /mnt/<mint_partition>/etc/fstab" ??:) Bruno

Link to comment
Share on other sites

Here you go Bruno, but as I said it's not a big deal;Oops! Forgot to mention that it is on /hda10

[rejean@localhost ~]$ suPassword:[root@localhost rejean]# mount /dev/hda10 /mnt/mint[root@localhost rejean]# cat /mnt/mint/etc/fstab# /etc/fstab: static file system information.## <file system> <mount point>   <type>  <options>	   <dump>  <pass>proc			/proc		   proc	defaults		0	   0# /dev/hda10UUID=584964d2-34ce-4a2a-b379-2ee24de66d52 /			   ext3	defaults,errors=remount-ro 0	   1# /dev/hda1# /dev/hda2UUID=831e4809-3853-4c34-b2a4-47b4662f1d18 /media/hda2	 ext3	defaults		0	   2# /dev/hda6UUID=2c2df885-c0fa-4f6a-9358-8b49c597448d /media/hda6	 ext3	defaults		0	   2# /dev/hda7UUID=4e6a7922-ee18-4f1c-bb5f-3973bc6b9f5b /media/hda7	 ext3	defaults		0	   2# /dev/hda8UUID=e6d5318f-962d-4b4d-a87f-d249478fd77e /media/hda8	 ext3	defaults		0	   2# /dev/hda9UUID=b2eced7d-096b-4202-8066-0aa89cf686dc /media/hda9	 ext3	defaults		0	   2# /dev/hdb1UUID=7ae2567a-2f91-4132-a715-e1cd4adca4b5 /media/hdb1	 ext3	defaults		0	   2# /dev/hdb2UUID=21406a43-1ca4-45ed-8a1e-5209830403d7 /media/hdb2	 ext3	defaults		0	   2# /dev/hdb3UUID=3675b359-95dc-45da-8da1-62ee6b3ad0c2 /media/hdb3	 ext3	defaults		0	   2# /dev/hdb5UUID=71739896-5a04-4032-ac22-223b3eb87084 /media/hdb5	 ext3	defaults		0	   2# /dev/hdb6UUID=7d9880d2-86e0-4463-883a-d3997efe4156 /media/hdb6	 ext3	defaults		0	   2# /dev/hdb7UUID=725b1a7a-1a12-4797-b00b-20d29d0b0efc /media/hdb7	 ext3	defaults		0	   2# /dev/hda5UUID=86db6b90-a737-411d-b1f3-c0c73c28d9d0 none			swap	sw			  0	   0/dev/hdc		/media/cdrom0   udf,iso9660 user,noauto	 0	   0dev/hda11 /home/rejean/shared ext3 rw,rejean,noauto  0 0[root@localhost rejean]#

Edited by réjean
Link to comment
Share on other sites

Okay Réjean . . make these changes:

# /etc/fstab: static file system information.## <file system> <mount point> <type> <options> <dump> <pass>proc /proc proc defaults 0 0# /dev/hda10UUID=584964d2-34ce-4a2a-b379-2ee24de66d52 / ext3 defaults,errors=remount-ro 0 1# /dev/hda1# /dev/hda2#UUID=831e4809-3853-4c34-b2a4-47b4662f1d18 /media/hda2 ext3 defaults 0 2# /dev/hda6#UUID=2c2df885-c0fa-4f6a-9358-8b49c597448d /media/hda6 ext3 defaults 0 2# /dev/hda7#UUID=4e6a7922-ee18-4f1c-bb5f-3973bc6b9f5b /media/hda7 ext3 defaults 0 2# /dev/hda8#UUID=e6d5318f-962d-4b4d-a87f-d249478fd77e /media/hda8 ext3 defaults 0 2# /dev/hda9#UUID=b2eced7d-096b-4202-8066-0aa89cf686dc /media/hda9 ext3 defaults 0 2# /dev/hdb1#UUID=7ae2567a-2f91-4132-a715-e1cd4adca4b5 /media/hdb1 ext3 defaults 0 2# /dev/hdb2#UUID=21406a43-1ca4-45ed-8a1e-5209830403d7 /media/hdb2 ext3 defaults 0 2# /dev/hdb3#UUID=3675b359-95dc-45da-8da1-62ee6b3ad0c2 /media/hdb3 ext3 defaults 0 2# /dev/hdb5#UUID=71739896-5a04-4032-ac22-223b3eb87084 /media/hdb5 ext3 defaults 0 2# /dev/hdb6#UUID=7d9880d2-86e0-4463-883a-d3997efe4156 /media/hdb6 ext3 defaults 0 2# /dev/hdb7#UUID=725b1a7a-1a12-4797-b00b-20d29d0b0efc /media/hdb7 ext3 defaults 0 2# /dev/hda5UUID=86db6b90-a737-411d-b1f3-c0c73c28d9d0 none swap sw 0 0/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0/dev/hda11 /home/rejean/shared ext3 rw,rejean,noauto 0 0
After making the changes ( also see the / in the last line ! ) save the file and reboot in Mint . . . and let us know if you still got errors at boot.:) Bruno
Link to comment
Share on other sites

Oh! friend is it ever slow. Anyway, good news. I rebooted into Mint and didn't get the message and it went right to the login screen. You're the best Bruno!!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...