Explorar el Código

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 hace 6 años
padre
commit
67be523373
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file Ver fichero

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

Cargando…
Cancelar
Guardar