Lieber Besucher, herzlich willkommen bei: GentooForum.de. Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert. Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können. Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang. Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
Quellcode |
|
1 2 3 4 5 |
Remounting root filesystem ... Root filesystem could not be mounted read/write :( [!!] Give root password for maintenance (or type Control-D to continue) |
Dieser Beitrag wurde bereits 2 mal editiert, zuletzt von »sidious« (10.05.2006, 19:01)
Zitat
also die fstab ist in Ordnung denke ich
Quellcode |
|
1 |
init... read only |
Quellcode |
|
1 |
mkdir : can not create directory `/newroot/tmp/.initrd` : read-only-filesystem |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »sidious« (10.05.2006, 18:59)
Zitat
Original von sidiousach ja, kann man die meldungen des init-scripts nicht irgendwo in eine datei schreiben lassen, oder wird das sogar schon gemacht? oder kann man das script anhalten um meldungen lesen zu können?
Quellcode |
|
1 |
RC_BOOTLOG="yes" |
Zitat
Original von Carminis: Es wäre nicht schlecht, wenn du deinen fstab-Post stehen lassen würdest...
Quellcode |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# /etc/fstab: static file system information. # # noatime turns off atimes for increased performance (atimes normally aren't # needed; notail increases performance of ReiserFS (at the expense of storage # efficiency). It's safe to drop the noatime options if you want and to # switch between notail / tail freely. # # The root filesystem should have a pass number of either 0 or 1. # All other filesystems should have a pass number of 0 or greater than 1. # # See the manpage fstab(5) for more information. # # <fs> <mountpoint> <type> <opts> <dump/pass> # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts. /dev/hda1 / ext3 defaults 0 1 /dev/hda2 none swap sw 0 0 /dev/hda5 /tmp ext3 defaults 0 2 /dev/hda6 /var ext3 defaults 0 2 /dev/hda7 /usr ext3 defaults 0 2 /dev/hda8 /home ext3 defaults 0 2 /dev/hdb /mnt/brenner auto noauto,ro,user 0 0 /dev/hdc /mnt/cdrom auto noauto,ro,user 0 0 /dev/fd0 /mnt/floppy auto noauto,user 0 0 none /proc proc defaults 0 0 none /dev/shm tmpfs nodev,nosuid,noexec 0 0 |
Quellcode |
|
1 2 3 4 5 6 7 8 |
default 0 timeout 15 splashimage=(hd0,0)/boot/grub/splash.xpm.gz title=Gentoo Linux (genkernel 2.6.16-r7 Framebuffer) root (hd0,0) kernel /boot/kernel-genkernel-x86-2.6.16-gentoo-r7 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda1 udev video=vesafb-tng:800x600@60 initrd /boot/initramfs-genkernel-x86-2.6.16-gentoo-r7 |