注意:
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
Tag: Manual revert |
|||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
###i## mkdir /mnt/funtoo | ###i## mkdir /mnt/funtoo | ||
###i## mount /dev/ | ###i## mount /dev/sda3 /mnt/funtoo | ||
###i## mkdir /mnt/funtoo/boot | ###i## mkdir /mnt/funtoo/boot | ||
###i## mount /dev/ | ###i## mount /dev/sda1 /mnt/funtoo/boot | ||
}} | }} |
Revision as of 01:57, August 18, 2022
root # mkdir /mnt/funtoo root # mount /dev/sda3 /mnt/funtoo root # mkdir /mnt/funtoo/boot root # mount /dev/sda1 /mnt/funtoo/boot