Selaa lähdekoodia

Adding truncate sparse file

Found the truncate command which is much easier than DD and also
creates a sparse file or resizes a sparse file larger or smaller.
master
Nate Bohman 6 vuotta sitten
vanhempi
commit
67be523373
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file Näytä tiedosto

@@ -0,0 +1,2 @@
# Create a sparse file using truncate
truncate -s 100G file.img

Loading…
Peruuta
Tallenna