Peter Humphrey schrieb:
I have no problem chrooting into a system on the hard disk if I've booted from an installation CD, but every time I try it after booting from another HD partition I get e.g. this:

# chroot /mnt/rescue /bin/bash
chroot: cannot run command `/bin/bash': Permission denied

Ls shows the same permissions in each case, and I always make sure to:

# cd /mnt/rescue
# mount -tproc proc proc
# mount -obind /dev dev

...first.

What am I doing wrong?


# cd /mnt/rescue
# mount -t proc proc proc
# mount -o bind /dev dev


You forgot some spaces!

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to