Friday, March 29, 2013

rescue chroot


Occasionally a machine won't boot well. When chrooting in a rescue environment the following commands are useful


mount --bind /proc /CurrentMountPointofRootPartition/proc
mount --bind /dev /CurrentMountPointofRootPartition/dev
mount --bind /sys /CurrentMountPointofRootPartition/sys

No comments: