# Mount system partition with chroot

Useful when investigating a system partition from a live ISO.

cd /mnt/arch # or where you are preparing the chroot dir
mount -t proc /proc proc/
mount --rbind /sys sys/
mount --rbind /dev dev/