lfs/chapter02
Xi Ruoyao f001ece905
creatingfilesystem: Refine the condition where a FS is needed
For example, a swap partition does not contain any FS.  And, if you want
to clone a partition, you can use

    dd if=/dev/<old-partition> of=/dev/<new-partition>

then it's unnecessary to create a FS on new-partition before operation.
This is sometimes faster than creating a new FS, mounting both
partition, then "cp -av" if the old-partition contains many small files.
2022-09-24 18:48:50 +08:00
..
aboutlfs.xml Clarify verbiage in chapter 2.6 (Setting the $LFS Variable). 2022-09-23 14:08:34 -05:00
chapter02.xml Add comments to the kernel section to change the unwinder option. 2017-12-31 16:56:07 +00:00
creatingfilesystem.xml creatingfilesystem: Refine the condition where a FS is needed 2022-09-24 18:48:50 +08:00
creatingpartition.xml Correcting idiom / syntax again, based on feedback from Bruce & Doug. 2022-09-22 14:31:32 -05:00
hostreqs.xml Fix minor typo in chapter 2 "Host System Requirements". 2022-09-21 15:41:34 -05:00
introduction.xml Remove spaces at end o lines - chapter02 2021-09-07 22:46:24 +02:00
mounting.xml Clean up grammar / idiom in chapter 2.7 (Mounting the New Partition) 2022-09-22 16:17:48 -05:00
stages.xml fix a typo 2022-09-23 01:31:26 +08:00