Sfoglia il codice sorgente

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 anni fa
parent
commit
67be523373
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file Vedi File

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

Loading…
Annulla
Salva