linux:storage:chroot_system
This is an old revision of the document!
Chroot eines Systems
mount /dev/sda2 /mnt/x/ mount /dev/sda1 /mnt/x/boot mount --bind /dev /mnt/x/dev/ mount --bind /sys /mnt/x/sys/ mount --bind /proc /mnt/x/proc/ mount --bind /dev/pts /mnt/x/dev/pts chroot /mnt/x /bin/bash
linux/storage/chroot_system.1584027619.txt.gz · Last modified: by stone
