mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
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. |
||
---|---|---|
.. | ||
aboutlfs.xml | ||
chapter02.xml | ||
creatingfilesystem.xml | ||
creatingpartition.xml | ||
hostreqs.xml | ||
introduction.xml | ||
mounting.xml | ||
stages.xml |