View previous topic :: View next topic |
Author |
Message |
fuge Tux's lil' helper
Joined: 08 May 2004 Posts: 117 Location: Brugge, Belgium (Europe)
|
Posted: Sun May 23, 2004 6:31 pm Post subject: fsck.ext3 exited with signal 4 |
|
|
I've got a problem with my 1 day old installation of gentoo . I can't boot anymore... error: ..fsck.ext3 exited with signal 4
When i check i've got this error
#fsck /dev/hda3
/dev/hda3 was not cleanly unmounted, check forced
pass1: checking inodes, blocks, and sizez
pass2: checking directory structure
illegal instruction
Or a previous time ... exited with signal 4 lik in startup
typing
#fsck -b 8193 /dev/hda3
show's me the help contents
Are there any solutions except restarting my installation? |
|
Back to top |
|
|
r3pek Retired Dev
Joined: 17 Sep 2003 Posts: 568 Location: Lisbon - Portugal
|
Posted: Sun May 23, 2004 6:53 pm Post subject: |
|
|
well, that "illegal instruction" is because fsck was compiled to a CPU that is not yours. if you use CFLAGS with the option mcpu=athlon and compile a program on an Intel CPU box, the binary will have AMD Athlon specific instruction that wont run on Intel's CPU.
What processor do you have and what CFLAGS are you using? |
|
Back to top |
|
|
fuge Tux's lil' helper
Joined: 08 May 2004 Posts: 117 Location: Brugge, Belgium (Europe)
|
Posted: Sun May 23, 2004 7:03 pm Post subject: |
|
|
I've got a athlon 1400, cflags are set for my pc else i couldn't compile the kernel etc . but've got the illegal instruction only the last time the 10 previous tries i've got the exit code 4 thing.. |
|
Back to top |
|
|
fuge Tux's lil' helper
Joined: 08 May 2004 Posts: 117 Location: Brugge, Belgium (Europe)
|
Posted: Mon May 24, 2004 4:15 pm Post subject: |
|
|
look when i typed in
#fsck /dev/hda3
I've got
/dev/hda3 was not cleanly unmounted, check forced (((( I had some electrical problems in my house )))))
Pass 1: Checking nodes, blocks, ans sizes
Pass 2: Checking directory structure
Warning... fsck.ext3 for device /dev/hda3 exited with signal 4.
#fsck -b 8193 /dev/hda3
Doesn't work properly either :s, thougt my problem had something to do with the superblock? |
|
Back to top |
|
|
|