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

From Funtoo
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{console|body=
{{console|body=
###i## mkdir /mnt/funtoo/var
###i## mkdir /mnt/funtoo/var
###i## mount /dev/sdb1/mnt/funtoo/var
###i## mount /dev/sdXX1/mnt/funtoo/var
}}
}}

Revision as of 04:53, March 7, 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/var
###i## mount /dev/sdb1 /mnt/funtoo/var
}}
root # mkdir /mnt/funtoo/var
root # mount /dev/sdXX1/mnt/funtoo/var