rescue-system

Plesk, Confixx, Froxlor, SysCP, SeCoTo, IspCP, etc.
Post Reply
eberhardt
Posts: 4
Joined: 2003-07-25 20:09
 

rescue-system

Post by eberhardt »

hallo,

habe mit mit rescue_system die interne Festplatte gemounted:
was auch offensichtlich soweit klappt:

rescue:~# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/ram0 79637 77064 2573 97% /
/dev/hda3 38535468 3583640 32994308 10% /mnt
/dev/hda1 253920 23124 217544 10% /mnt/boot

erhalte dann aber:

rescue:~# chroot /mnt/boot
chroot: cannot execute /bin/bash: No such file or directory

was muss ich tun???

vielen Dank im Voraus

Eberhardt
captaincrunch
Userprojekt
Userprojekt
Posts: 7066
Joined: 2002-10-09 14:30
Location: Dorsten
Contact:
 

Re: rescue-system

Post by captaincrunch »

Code: Select all

chroot /mnt
DebianHowTo
echo "[q]sa[ln0=aln256%Pln256/snlbx]sb729901041524823122snlbxq"|dc
eberhardt
Posts: 4
Joined: 2003-07-25 20:09
 

Re: rescue-system

Post by eberhardt »

sorry meinet natürlich:


rescue:~# mount /dev/hda3 /mnt
rescue:~# mount /dev/hda1 /mnt/boot
rescue:~# chroot /mnt
chroot: cannot execute /bin/bash: No such file or directory

eberhardt
Post Reply