my box installed FC2 OS, kernel-2.6.8
fdisk -l export:
Device Boot Start End Blocks Id System
/dev/hda1 * 1 16260 8195008+ 7 HPFS/NTFS
/dev/hda2 16261 71370 27775440 f W95 Ext'd (LBA)
/dev/hda5 16261 32520 8195008+ b W95 FAT32
/dev/hda6 32521 32723 102280+ 83 Linux
/dev/hda7 32724 69294 18431752+ 83 Linux
/dev/hda8 69295 69543 125464+ c W95 FAT32 (LBA)
I ran command :
mount /dev/hda5 /mnt/hda5
tailf /var/log/message, a number of lines appeared as follow:
Sep 20 15:21:20 newtestssh kernel: Unable to handle kernel paging request at virtual address 5b7a797d
Sep 20 15:21:20 newtestssh kernel: printing eip:
Sep 20 15:21:20 newtestssh kernel: 021b607c
Sep 20 15:21:20 newtestssh kernel: *pde = 00000000
Sep 20 15:21:20 newtestssh kernel: Oops: 0000 [#1]
Sep 20 15:21:20 newtestssh kernel: Modules linked in: vfat fat autofs4 e1000 iptable_filter ip_tables microcode joydev dm_mod uhci_hcd ehci_hcd button battery asus_acpi ac ext3 jbd
Sep 20 15:21:20 newtestssh kernel: CPU: 0
Sep 20 15:21:20 newtestssh kernel: EIP: 0060:[<021b607c>] Not tainted
Sep 20 15:21:20 newtestssh kernel: EFLAGS: 00010206 (2.6.8-1.521)
Sep 20 15:21:20 newtestssh kernel: EIP is at uni2char+0x28/0x41
Sep 20 15:21:20 newtestssh kernel: eax: 00000005 ebx: 29da5d05 ecx: 5b7a7978 edx: 00000096
Sep 20 15:21:20 newtestssh kernel: esi: 29da5dec edi: 2982603a ebp: 0234daa0 esp: 29da5d14
Sep 20 15:21:20 newtestssh kernel: ds: 007b es: 007b ss: 0068
Sep 20 15:21:20 newtestssh kernel: Process ls (pid: 1876, threadinfo=29da5000 task=298dd930)
Sep 20 15:21:20 newtestssh kernel: Stack: 29da5dec 00009605 328cede9 29da5dd0 00000000 0000000d 29830b21 0234daa0
Sep 20 15:21:20 newtestssh kernel: 29da5f4e 328d0257 0234daa0 29826000 00110246 00000000 00000000 0000000c
Sep 20 15:21:20 newtestssh kernel: 0000000c 0000000c 00000003 0000000c 00000101 00000000 00000000 00000001
Sep 20 15:21:20 newtestssh kernel: Call Trace:
Sep 20 15:21:20 newtestssh kernel: [<328cede9>] uni16_to_x8+0x2d/0x8b [fat]
Sep 20 15:21:20 newtestssh kernel: [<328d0257>] fat_readdirx+0xc03/0xd6d [fat]
Sep 20 15:21:20 newtestssh kernel: [<021420c4>] buffered_rmqueue+0x1e9/0x20c
Sep 20 15:21:20 newtestssh kernel: [<0214239b>] __alloc_pages+0x2b4/0x2be
Sep 20 15:21:20 newtestssh kernel: [<02153be3>] anon_vma_prepare+0x1f/0x215
Sep 20 15:21:20 newtestssh kernel: [<0214efb9>] do_anonymous_page+0x24b/0x2ba
Sep 20 15:21:20 newtestssh kernel: [<0214f07d>] do_no_page+0x55/0x43b
Sep 20 15:21:20 newtestssh kernel: [<02118312>] do_page_fault+0x16b/0x489
Sep 20 15:21:20 newtestssh kernel: [<0217571d>] filldir64+0x0/0x12e
Sep 20 15:21:20 newtestssh kernel: [<328d03d8>] fat_readdir+0x17/0x1c [fat]
Sep 20 15:21:20 newtestssh kernel: [<0217571d>] filldir64+0x0/0x12e
Sep 20 15:21:20 newtestssh kernel: [<021753fe>] vfs_readdir+0x8a/0xb7
Sep 20 15:21:20 newtestssh kernel: [<021758b0>] sys_getdents64+0x65/0xaa
Sep 20 15:21:20 newtestssh kernel: [<02174ab0>] do_fcntl+0x19e/0x207
Sep 20 15:21:20 newtestssh kernel: Code: 0f b6 04 08 84 c0 75 07 b8 ea ff ff ff eb 07 88 06 b8 01 00
what's mean the lines on above, and how can I correct that.
very thx for any help.