Note
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
Johnnygarb (talk | contribs) (Created page with "{{console|body= ###i## mkdir /mnt/funtoo ###i## mount /dev/sda3 /mnt/funtoo ###i## mkdir /mnt/funtoo/boot ###i## mount /dev/sda1 /mnt/funtoo/boot }} Opcionalmente, si tiene un...") |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
===='''BIOS/MBR'''==== | |||
{{console|body= | {{console|body= | ||
###i## mkdir /mnt/funtoo | ###i## mkdir /mnt/funtoo | ||
Line 5: | Line 6: | ||
###i## mount /dev/sda1 /mnt/funtoo/boot | ###i## mount /dev/sda1 /mnt/funtoo/boot | ||
}} | }} | ||
===='''UEFI/GPT'''==== | |||
{{console|body= | |||
###i## mkdir /mnt/funtoo | |||
###i## mount /dev/sda3 /mnt/funtoo | |||
###i## mkdir /mnt/funtoo/boot | |||
###i## mkdir /mnt/funtoo/boot/efi | |||
###i## mount /dev/sda1 /mnt/funtoo/boot/efi | |||
}} |
Latest revision as of 21:48, 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 # mkdir /mnt/funtoo/boot/efi root # mount /dev/sda1 /mnt/funtoo/boot/efi