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

From Funtoo
Jump to navigation Jump to search
m
 
(5 intermediate revisions by 2 users not shown)
Line 6: Line 6:
{{InstallNavigation|num=6|prev=Creating Filesystems|next=Setting the Date}}</noinclude>
{{InstallNavigation|num=6|prev=Creating Filesystems|next=Setting the Date}}</noinclude>


Mount the newly-created filesystems as follows, creating {{c|/mnt/funtoo}} as the installation mount point:
Zamontuj nowo utworzone systemy plików w następujący sposób, tworząc punkt montowania {{c|/mnt/funtoo}} przeznaczony do instalacji:


{{console|body=
{{console|body=
Line 15: Line 15:
}}
}}


If you have any additional filesystems you created earlier (such as {{c|/home}} or {{c|/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:
Jeżeli masz dodatkowe systemy plików utworzone wcześniej (takie jak {{c|/home}} albo {{c|/var}}), powinieneś je teraz zamontować, żeby po rozpakowaniu 'stage3' (co zrobimy w późniejszym etapie) systemy te zostały wypełnione potrzebnymi plikami. Wykonuje się to w następujący sposób:


{{console|body=
{{console|body=

Latest revision as of 08:41, November 2, 2020

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

Przewodnik Instalacji: Montowanie systemu plików

Install Guide, Chapter 6 < Prev Next >

Zamontuj nowo utworzone systemy plików w następujący sposób, tworząc punkt montowania /mnt/funtoo przeznaczony do instalacji:

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

Jeżeli masz dodatkowe systemy plików utworzone wcześniej (takie jak /home albo /var), powinieneś je teraz zamontować, żeby po rozpakowaniu 'stage3' (co zrobimy w późniejszym etapie) systemy te zostały wypełnione potrzebnymi plikami. Wykonuje się to w następujący sposób:

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