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

From Funtoo
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
{{console|body=
{{console|body=
###i## mkdir /mnt/funtoo/home
###i## mkdir /mnt/funtoo/var
###i## mount /dev/sda4 /mnt/funtoo/home
###i## mount /dev/sdb1 /mnt/funtoo/var
}}
}}
If you have {{f|/tmp}} or {{f|/var/tmp}} on a separate filesystem, be sure to change the permissions of the mount point to be globally-writeable after mounting, as follows:
{{console|body=###i## chmod 1777 /mnt/funtoo/tmp}}

Latest revision as of 22:07, October 10, 2019

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/sdb1 /mnt/funtoo/var