Skip to content

Instantly share code, notes, and snippets.

@matthiasbalke
Created November 16, 2018 17:01
Show Gist options
  • Save matthiasbalke/aea5d12c0a0552a98cac5f52317f0abf to your computer and use it in GitHub Desktop.
Save matthiasbalke/aea5d12c0a0552a98cac5f52317f0abf to your computer and use it in GitHub Desktop.
Generate big dummy files for testing
fsutil file createnew c:\users\steve\desktop\10gb.img 107374182
#!/bin
fallocate -l 10G 10G.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment