瀏覽代碼

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 年之前
父節點
當前提交
67be523373
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      truncate_create_sparse_file

+ 2
- 0
truncate_create_sparse_file 查看文件

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

Loading…
取消
儲存