ソースを参照

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

読み込み中…
キャンセル
保存