Parcourir la source

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 il y a 6 ans
Parent
révision
67be523373
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file Voir le fichier

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

Chargement…
Annuler
Enregistrer