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

From Funtoo
Jump to navigation Jump to search
(Created page with "{{console|body= ###i## mkdir /mnt/funtoo/home ###i## mount /dev/sda4 /mnt/funtoo/home }} Si tiene {{f|/tmp}} o {{f|/var/tmp}} en un sistema de archivos separado, asegúrese de...")
(No difference)

Revision as of 20:15, October 11, 2018

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/var
###i## mount /dev/sdb1 /mnt/funtoo/var
}}
root # mkdir /mnt/funtoo/home
root # mount /dev/sda4 /mnt/funtoo/home

Si tiene /tmp o /var/tmp en un sistema de archivos separado, asegúrese de cambiar los permisos del punto de montaje para que puedan ser grabados globalmente después del montaje, de la siguiente manera

root # chmod 1777 /mnt/funtoo/tmp