Mount Partitions

From gr0x0rd
Jump to navigation Jump to search

Installing Gentoo - Mount Partitions

Now that we've created our partitions and applied filesystems, we need to mount them so that they are accessible to the system. This is done using the mount command. As before, remember to substitute your hard drive's alias in the place of /dev/sda if it is different.

# mount /dev/sda3 /mnt/gentoo
# mkdir /mnt/gentoo/boot
# mount /dev/sda1 /mnt/gentoo/boot

The partitions are now mounted in the paths specified above. The next step is to Download a Stage Tarball.