Difference between revisions of "Translations:Install/Mounting Filesystems/3/es"

From Funtoo
Jump to navigation Jump to search
(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...")
 
Line 5: Line 5:
###i## mount /dev/sda1 /mnt/funtoo/boot
###i## mount /dev/sda1 /mnt/funtoo/boot
}}
}}
Opcionalmente, si tiene un sistema de archivos separado para {{f|/home}} o cualquier otra cosa, puede elegir crear estos sistemas de archivos ahora. Tenga en cuenta que si desea utilizar [[ZFS]] o [[BTRFS]] para crear un almacenamiento general para los archivos que no contienen archivos del sistema operativo, es mejor hacerlo más tarde, después de instalar Funtoo Linux.

Revision as of 21:10, February 16, 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Install/Mounting Filesystems)
{{console|body=
###i## mkdir /mnt/funtoo
###i## mount /dev/sda3 /mnt/funtoo
###i## mkdir /mnt/funtoo/boot
###i## mount /dev/sda1 /mnt/funtoo/boot
}}
root # mkdir /mnt/funtoo
root # mount /dev/sda3 /mnt/funtoo
root # mkdir /mnt/funtoo/boot
root # mount /dev/sda1 /mnt/funtoo/boot