Fehlermeldung

Hallo,

ich habe ein Problem und als Linux-Anfänger und weiß nicht weiter:
Nachdem ich unter LILO „suse“ gewählt hatte und dieser abstürze, schaltete ich den Computer ab.

Beim Booten kommt jetzt die Fehlermeldung:
/dev/hda3 contains a file system with errors, check forced

dann fängt das System bei 0% an und hört bei 100% auf zu korrigieren.

Dann taucht folgendes auf:

/dev/hda3: UNEXPECTED INCONSISTENCY; RUND fsck MANUALLY.
(i.e., without -a or -p options)
fsck.ext2 /dev/hda3 failed (status 4)! Run it manually! failed
Loading keymap qwertz/de-latin1-nodeadkeys.map.gz failed
etc.

fsck failed. Pleaser repair manually and reboot. The root
file system is currently mounted read-only. To remount it
read-write do:

bash# mount -n -o remount,rw /

Attention: Only CONTROL-D will reboot the system in this
maintanance mode. shutdown or reboot will not work.

Danach habe ich den Prompt:

(repair filesystem) #

Was mache ich jetzt? Bin ratlos.

Viele Grüße,

Marcel

Hallo,

ich habe ein Problem und als Linux-Anfänger und weiß nicht
weiter:
Nachdem ich unter LILO „suse“ gewählt hatte und dieser
abstürze, schaltete ich den Computer ab.

Beim Booten kommt jetzt die Fehlermeldung:
/dev/hda3 contains a file system with errors, check forced

dann fängt das System bei 0% an und hört bei 100% auf zu
korrigieren.

Dann taucht folgendes auf:

/dev/hda3: UNEXPECTED INCONSISTENCY; RUND fsck MANUALLY.
(i.e., without -a or -p options)
fsck.ext2 /dev/hda3 failed (status 4)! Run it manually!
failed
Loading keymap qwertz/de-latin1-nodeadkeys.map.gz failed
etc.

fsck failed. Pleaser repair manually and reboot. The root
file system is currently mounted read-only. To remount it
read-write do:

bash# mount -n -o remount,rw /

Attention: Only CONTROL-D will reboot the system in this
maintanance mode. shutdown or reboot will not work.

Danach habe ich den Prompt:

(repair filesystem) #

Was mache ich jetzt? Bin ratlos.

Hi Marcel
das ist übel, durch das Abschalten sind Dateien, in die geschrieben werden sollte, nicht mehr verknüpft.
Versuch mal das mount -n -o remount,rw /
danach fsck.ext2 -a.
Wird das nix, wird es kompliziert, da brauchst Du etwas Linux-Grundkenntnis, studier mal gründlich das Handbuch, neu installieren geht natürlich schneller :wink:
Gruß
Rainer

Hi,

sorry, da hat es Dich uebel erwischt, hast ganz schoen Pech gehabt. Mein Tip:
Mach mit der shell, die Du ja hast ein Backup des /etc Verzeichnisses (sowie aller anderen Konfigurationdateien) und von /home (oder wo immer sich die user verzeichnisse befinden) und installiere neu. Und verwende dann Reiserfs (statt ext2, nur /boot muss ext2 bleiben)! Reiser ist schneller, besser und stabiler und meines Wissens schon alltagstauglich (ich verwende es und habe nur gute Erfahrungen gemacht).

Gruss

Thorsten