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
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
###i## mkdir /mnt/funtoo | ###i## mkdir /mnt/funtoo | ||
###i## mount /dev/ | ###i## mount /dev/sdX3 /mnt/funtoo | ||
###i## mkdir /mnt/funtoo/boot | ###i## mkdir /mnt/funtoo/boot | ||
###i## mount /dev/ | ###i## mount /dev/sdX1 /mnt/funtoo/boot | ||
}} | }} |
Revision as of 04:50, March 7, 2020
root # mkdir /mnt/funtoo root # mount /dev/sdX3 /mnt/funtoo root # mkdir /mnt/funtoo/boot root # mount /dev/sdX1 /mnt/funtoo/boot