Procházet zdrojové kódy

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 před 6 roky
rodič
revize
67be523373
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file Zobrazit soubor

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

Načítá se…
Zrušit
Uložit