注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Install/Mounting Filesystems/zh-cn"
< Install
Jump to navigation
Jump to search
Mmwweettyy (talk | contribs) (Created page with "<includeonly> == Mounting Filesystems == </includeonly><noinclude><languages/> = 安装指南:挂载文件系统 =") |
Mmwweettyy (talk | contribs) (Created page with "按照如下的步骤挂载新创建的文件系统,创建 {{c|/mnt/funtoo}} 作为安装的挂载点:") |
||
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> | ||
按照如下的步骤挂载新创建的文件系统,创建 {{c|/mnt/funtoo}} 作为安装的挂载点: | |||
{{console|body= | {{console|body= |
Revision as of 16:49, March 14, 2021
安装指南:挂载文件系统
Install Guide, Chapter 6 | < Prev | Next > |
按照如下的步骤挂载新创建的文件系统,创建 /mnt/funtoo
作为安装的挂载点:
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 > |