Difference between revisions of "Install/Mounting Filesystems/pl"

From Funtoo
Jump to navigation Jump to search
(Created page with "<includeonly> == Montowanie systemu plików == </includeonly><noinclude><languages/> = Przewodnik Instalacji: Montowanie systemu plików =")
 
(Created page with "{{InstallNavigation|num=6|prev=Tworzenie systemu plików|next=Setting the Date}}</noinclude>")
Line 4: Line 4:
= Przewodnik Instalacji: Montowanie systemu plików =
= Przewodnik Instalacji: Montowanie systemu plików =


{{InstallNavigation|num=6|prev=Creating Filesystems|next=Setting the Date}}</noinclude>
{{InstallNavigation|num=6|prev=Tworzenie systemu plików|next=Setting the Date}}</noinclude>


Mount the newly-created filesystems as follows, creating {{c|/mnt/funtoo}} as the installation mount point:
Mount the newly-created filesystems as follows, creating {{c|/mnt/funtoo}} as the installation mount point:

Revision as of 18:22, May 6, 2020

Other languages:
English • ‎español • ‎polski • ‎português do Brasil • ‎русский • ‎中文(中国大陆)‎

Przewodnik Instalacji: Montowanie systemu plików

Install Guide, Chapter 6 < Prev Next >

Mount the newly-created filesystems as follows, creating /mnt/funtoo as the installation mount point:

root # mkdir /mnt/funtoo
root # mount /dev/sda3 /mnt/funtoo
root # mkdir /mnt/funtoo/boot
root # mount /dev/sda1 /mnt/funtoo/boot

If you have any additional filesystems you created earlier (such as /home or /var, you should mount them now, so that when the stage3 is extracted (which we will do in a later step) these filesystems will get populated with the necessary files. This can be done as follows:

root # mkdir /mnt/funtoo/var
root # mount /dev/sdb1 /mnt/funtoo/var
Install Guide, Chapter 6 < Prev Next >