On Sat, 25 Sep 2004 10:23:40 +0200 Gerhard GauÃling <[EMAIL PROTECTED]> wrote:
> Am Samstag 25 September 2004 07:42 schrieb Vladislav Vorobiev: > > mount /dev/hda3 Â/mnt; mount /dev/hda1 /mnt/boot; mount /dev/hda5 > > /mnt/usr/; mount /dev/hda6 Â/mnt/home; mount /dev/hda7 /mnt/tmp; > > mount /dev/hda8 /mnt/var dann noch chroot /mnt und mount -t proc > > proc proc > > Hallo Vladislav, > > Mir scheint Du machst das ganze fÃrs Rettungssystem (Ramdisk), also > "fÃr die Katz". > > Versuche doch mal > # mount -t <rootfs> /dev/<rootplatte> /mnt/<rootMountpoint> > # mount -a > # mount (zur kontrolle) > # chroot /mnt/<rootMountpoint> > gegebenenfalls > # vi /etc/lilo.conf > # lilo > # reboot > > HTH > > Ciao Ich habe auch so das gefÃhl aber ich mache es nicht. nach dem CHROOT rescue:/# mount /dev/hda3 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw) proc on proc type proc (rw) proc on proc type proc (rw) rescue:/# mount -a mount: /dev/hda1 already mounted or /boot busy mount: /dev/hda5 already mounted or /usr busy mount: /dev/hda6 already mounted or /home busy mount: /dev/hda7 already mounted or /tmp busy mount: /dev/hda8 already mounted or /var busy rescue:/# Gerne stelle ich dir weitere informationen zur verfÃgung. Ich wÃrde ja auf den Kernel tipen, doch ich habe drei davon. Zwei von denen haben ein halbes jahr funktioniert. -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

