Translations:FAQ/136/zh-cn

From Gentoo Wiki
Jump to:navigation Jump to:search
root #mount /dev/sda3 /mnt/gentoo # Mount rootfs (/)
root #mount /dev/sda1 /mnt/gentoo/boot # Mount boot partition
root #swapon /dev/sda2 # Activate swap
root #mount --types proc /proc /mnt/gentoo/proc
root #mount --rbind /sys /mnt/gentoo/sys
root #mount --make-rslave /mnt/gentoo/sys
root #mount --rbind /dev /mnt/gentoo/dev
root #mount --make-rslave /mnt/gentoo/dev
root #mount --bind /run /mnt/gentoo/run
root #mount --make-slave /mnt/gentoo/run