LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need interpretation of lead on srn crash (https://www.linuxquestions.org/questions/linux-newbie-8/need-interpretation-of-lead-on-srn-crash-873031/)

nnjond 04-05-2011 01:27 AM

Need interpretation of lead on srn crash
 
Hi,

I have a problem with scrn and keyboard freezes.
This time it only threatened to crash, and I've noticed something in /var/log/ mssge that might lead to a solution (if I understood it)

Any advice? Please.


Apr 5 06:42:04 Den-mint kernel: [ 233.209761] EXT4-fs (sdc1): warning: mounting fs with errors, running e2fsck is recommended


It's imediate context is below.

Code:

Apr  5 06:40:32 Den-mint kernel: [  119.061354] NVRM: loading NVIDIA UNIX x86 Kernel Module  260.19.06  Mon Sep 13 06:35:06 PDT 2010
Apr  5 06:40:12 Den-mint kernel: [  120.608847] EXT4-fs (sdb8): re-mounted. Opts: errors=remount-ro,commit=0
Apr  5 06:40:14 Den-mint kernel: [  123.063407] EXT4-fs (sdb8): re-mounted. Opts: errors=remount-ro,commit=0
Apr  5 06:40:16 Den-mint nautilus: [N-A] Nautilus-Actions Menu Extender 2.30.2 initializing...
Apr  5 06:40:17 Den-mint nautilus: [N-A] Nautilus-Actions Tracker 2.30.2 initializing...
Apr  5 06:40:25 Den-mint nautilus: [N-A] Nautilus-Actions Menu Extender 2.30.2 initializing...
Apr  5 06:40:25 Den-mint nautilus: [N-A] Nautilus-Actions Tracker 2.30.2 initializing...
Apr  5 06:41:12 Den-mint kernel: [  181.004022] Clocksource tsc unstable (delta = -109589020 ns)
Apr  5 06:42:04 Den-mint kernel: [  233.209761] EXT4-fs (sdc1): warning: mounting fs with errors, running e2fsck is recommended
Apr  5 06:42:05 Den-mint kernel: [  233.459227] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
Apr  5 06:53:01 Den-mint pulseaudio[1738]: ratelimit.c: 1120 events suppressed


16pide 04-05-2011 03:04 AM

did you try doing a fsck on that filesystem?

nnjond 04-05-2011 03:12 AM

fsck
fsck from util-linux-ng 2.17.2
e2fsck 1.41.12 (17-May-2010)
/dev/sda8 is mounted.

WARNING!!! The filesystem is mounted. If you continue you ***WILL***
cause ***SEVERE*** filesystem damage.

Do you really want to continue (y/n)? no

check aborted.


Sorry I'm still in the dark as to the nature of my prob.

16pide 04-06-2011 12:40 AM

you need to unmount the filesystem first:
umount /dev/sda8
then you can do the fsck


All times are GMT -5. The time now is 11:58 PM.