Changeset 4260133
- Timestamp:
- Jun 3, 2014, 12:48:44 AM (10 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- 3359e39
- Parents:
- c0590b9e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/partitioning/common/creatingfilesystem.xml
rc0590b9e r4260133 20 20 21 21 <para os="b">To create an <systemitem class="filesystem">ext2</systemitem> file 22 system on the CLFS partition, run the following:</para> 22 system on the CLFS partition, run the following as 23 <systemitem class="username">root</systemitem>:</para> 23 24 24 25 <screen os="c"><userinput>mke2fs /dev/<replaceable>[xxx]</replaceable></userinput></screen> … … 41 42 <para>If the output contains features other than: dir_index; filetype; 42 43 large_file; resize_inode or sparse_super then your host system may have custom 43 enhancements. 44 enhancements. In that case, to avoid later problems, you should compile the 44 45 stock E2fsprogs package and use the resulting binaries to re-create the 45 filesystem on your CLFS partition:</para> 46 filesystem on your CLFS partition. To do this, run the following commands 47 as <systemitem class="username">root</systemitem>:</para> 46 48 47 49 <screen os="g"><userinput>cd /tmp … … 58 60 </note> 59 61 60 <para os="h">If a swap partition was created, it will need to be initialized61 for use by issuing the command below . If you are using an existing swap62 partition, there is no need to format it.</para>62 <para os="h">If you created a swap partition, you will need to initialize it 63 for use by issuing the command below as 64 <systemitem class="username">root</systemitem>:</para> 63 65 64 66 <screen os="i"><userinput>mkswap /dev/<replaceable>[yyy]</replaceable></userinput></screen> 65 67 66 68 <para os="j">Replace <replaceable>[yyy]</replaceable> with the name of the 67 swap partition.</para> 69 swap partition. If you are using an existing swap partition, there is no 70 need to format it.</para> 68 71 69 72 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.