注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Translations:Install/Mounting Filesystems/3/es"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
===='''UEFI/GPT'''==== | ===='''UEFI/GPT'''==== | ||
{{console|body= | {{console|body= | ||
###i## mkdir /mnt/funtoo | ###i## mkdir /mnt/funtoo |
Revision as of 21:12, August 19, 2022
BIOS/MBR
root # mkdir /mnt/funtoo root # mount /dev/sda3 /mnt/funtoo root # mkdir /mnt/funtoo/boot root # mount /dev/sda1 /mnt/funtoo/boot
UEFI/GPT
root # mkdir /mnt/funtoo root # mount /dev/sda3 /mnt/funtoo root # mkdir /mnt/funtoo/boot root # mount /dev/sda1 /mnt/funtoo/boot root # mkdir /mnt/funtoo/boot/efi root # mount /dev/sda1 /mnt/funtoo/boot/efi