Guest User

Untitled

a guest
Nov 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. Linux
  2.  
  3. fallocate -l 10G temp_10GB_file
  4. dd if=/dev/zero of=temp_10GB_file bs=1 count=0 seek=10G
  5.  
  6. MS Windows:
  7.  
  8. fsutil file createnew temp_10GB_file 10000000000
  9.  
  10. OSX
  11.  
  12. mkfile -n 10g temp_10GB_file
Add Comment
Please, Sign In to add comment