Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

6. Mount device for / partition as /mnt with command:

mount /dev/sda2 /mnt

or if you have vda

mount /dev/vda2 /mnt


7. Mount device for /boot as /mnt/boot with command :

mount /dev/sda1 /mnt/boot

or if you have vda

mount /dev/sda2 vda1 /mnt/boot


8. If you have other partitions, for example, /var and /usr have their own partition, you need to find appropriate partitions and mount them inside /mnt using commands:

...