View previous topic :: View next topic |
Author |
Message |
distax n00b
Joined: 24 May 2005 Posts: 12 Location: DE-Olpe
|
Posted: Tue May 24, 2005 2:01 pm Post subject: [DUP] Boot-Problem nach Installation (Partitionen) |
|
|
Hallo
Nach einer mißlungene Stage2 Installation (opensll needs Pearl5) habe ich /dev/hda4 mit "mke2fs -j /dev/hda4" neu formatiert. Der Befehl "mount /dev/hda4 /mnt/gentoo" gibt "EXT2-fs warning (device hda4): ext2_fill_super:mounting ext3 filesystem as ext2" aus. Ist das normal, weil das FS auf der CD (2005.0) ext2 ist. Oder liegt da schon das Problem?
Hab Stage3(werde wenn alles läuft emerge -e world mit angepasster make.conf machen), Kernel, Bootmanager usw installiert. Nach dem Reboot erhalte ich folgende Fehlermeldung:
Code: |
*mounting proc at /proc [ok]
*mounting sysfs at /sys [ok]
*mounting devpts at /dev/pts [ok]
*starting devfsd
/sbin/rc line 271 /sbin/devfs No such file oe directory [!!]
*Activating (possible) swap... [ok]
*Remounting root filesystem read-only (if necessary) [ok]
*checking root filesystem.....
fsck.ext3: No such file or directory while trying to open /dev/hda4
/dev/hda4
The Superblock could not be read or does not describe a correct ext2 (ist ext2 richtig?? da ext3 "ext2 +j" ist?)
filesystem. If the device is valid and it really contains an ext2 filesystem(and not.....), then the superblock is corrupt
and you might try running e2fsck with alternate superblock
e2fsck -b 8193 <device>
* Filesystem couldn't be fixed :( [!!]
Give root pass.......
|
Meine /etc/fstab
Code: |
/dev/hda2 /boot ext2 noauto,noatime 1 1
/dev/hda4 / ext3 noatime 0 0
/dev/hda3 none swap sw 0 0
/dev/cdrom.......
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
|
|
|
Back to top |
|
|
Hilefoks l33t
Joined: 29 Jan 2003 Posts: 849 Location: Emden / Deutschland
|
Posted: Tue May 24, 2005 2:31 pm Post subject: Re: Boot-Problem nach Installation (Partitionen) |
|
|
Moin,
distax wrote: | Der Befehl "mount /dev/hda4 /mnt/gentoo" gibt "EXT2-fs warning (device hda4): ext2_fill_super:mounting ext3 filesystem as ext2" aus. Ist das normal, weil das FS auf der CD (2005.0) ext2 ist. Oder liegt da schon das Problem? |
das ist normal. Aber nicht wegen der LiveCD sondern weil ein einfaches mount die Partition als ext2 und nicht als ext3 mountet. Willst du das er die Partition als ext3 mountet mußt du ihm das mit Code: | mount /dev/hda4 /mnt/gentoo -t ext3 | sagen. Leider sehe ich aber den Fehlergrund bei dir nicht, sorry!
Mfg Hilefoks |
|
Back to top |
|
|
aisixt n00b
Joined: 09 Mar 2005 Posts: 41
|
Posted: Tue May 24, 2005 2:51 pm Post subject: |
|
|
gleichen fehler hatte ich auch, is manueller kernel oder? geb mal die config von dem filesys, kann sein das du das gleiche prob hast wie ich, dann musste in den File systems --> Pseudo filesystems
nur bei
/proc filesystem support
/dev filesystemsupport
Virtual memory file system support (from shm fs)
nen haken zum einkompilieren machen, du hast sicher auch /dev/pts, dann bekommste den fehler (hatt nähmlich genau das gleiche) |
|
Back to top |
|
|
slick Bodhisattva
Joined: 20 Apr 2003 Posts: 3495
|
|
Back to top |
|
|
|