Chroot

From DWIKI
Revision as of 11:55, 25 August 2023 by Tony (talk | contribs) (Created page with "=Mount the stuff= mount /dev/your/rootpartition /mnt/yours mount --bind /dev/ /mnt/yours/dev chroot /mnt/yours mount -t proc none /proc mount -t sysfs none /sys mount -t devpts none /dev/pts")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mount the stuff

mount /dev/your/rootpartition /mnt/yours
mount --bind /dev/ /mnt/yours/dev
chroot /mnt/yours
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devpts none /dev/pts