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/4/es"
Jump to navigation
Jump to search
Johnnygarb (talk | contribs) (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...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{console|body= | {{console|body= | ||
###i## mkdir /mnt/funtoo/ | ###i## mkdir /mnt/funtoo/var | ||
###i## mount /dev/ | ###i## mount /dev/sdb1 /mnt/funtoo/var | ||
}} | }} | ||
Latest revision as of 01:57, August 18, 2022
root # mkdir /mnt/funtoo/var root # mount /dev/sdb1 /mnt/funtoo/var