mount --bind /dev /mnt/root/dev
mount --bind /dev/pts /mnt/root/dev/pts
mount -t proc /proc /mnt/root/proc
mount -t sysfs /sys /mnt/root/sys
mount -t run /run /mnt/root/run
