Einzelnen Beitrag anzeigen
Alt 18.07.2005, 19:59   #1 (permalink)
Gägä
Taschenrechner
 

Registriert seit: 10.07.2005
Beiträge: 74

Gägä befindet sich auf einem aufstrebenden Ast

Standard superblock bei ROOT-Partition fehlerhaft?

Hallo,

Ein Ausschnitt ausm Bootvorgang

Code:
* Mounting proc at /proc...											 [OK]
* Mounting sysfs at /sys...											 [OK]
* Mounting devpts at /dev/pts...										 [OK]
* Starting devfsd
/sbin/rc : line 271 : /sbin/devfsd : No such file or directory			[!!]
* Activating possible swap												[OK]
* Remounting root filesystem read-only (if nesessary)...				 [OK]
* Checking root filesystem...
fsck.ext3 : No such file or directory while trying to open /dev/hdc3
/dev/hdc3 :
The superblock could not be read or does not describe a correct ext2 filesystem. 
If the device is a valid and it really contains an ext2 filesystem (and not swap or ufs or something else), 
then the superblock is corrupt, and you might try running e2fsck with an alternate superblock :
e2fsck -b 8193 <device>
* filesystem couldn´t be fixed :(									 [!!]
Give root password for maintenance
(or type Control-D for normal startup):_
So....

bei STRG+D startet der PC einfach neu und das Spiel geht wieder von vorne los.
Der Befehl
Code:
 e2fsck -b 8193 <device>
bringt nix, weil die Partition OK ist.

/dev/hdc1 ist BOOT (ext2)
/dev/hdc2 ist SWAP
/dev/hdc3 ist ROOT (ext3)

hab sogar mal auf ROOT ext2 gemacht aber dann kommt wieder exakt der selber Fehler.
Ich benutze Gentoo Linux 2005.0 und den Kernel hab ich selber kompiliert (mit Unterstützung von ext2, ext3
und sogar NTFS(read/write) )

hoffe Ihr könnt mir helfen

Geändert von Gägä (18.07.2005 um 20:01 Uhr)
Gägä ist offline   Mit Zitat antworten