소스 검색

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…
취소
저장