diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-24 18:48:50 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-24 18:48:50 +0800 |
commit | f001ece90548140698fe0a2f02c1690aecbb9933 (patch) | |
tree | a8af0125257f71906a99f45333ffb91bad4890d0 /chapter08/libelf.xml | |
parent | 2ed0e93787a61f663503cc28e7db257e73e1685c (diff) |
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.
Diffstat (limited to 'chapter08/libelf.xml')
0 files changed, 0 insertions, 0 deletions