Skip to content

Instantly share code, notes, and snippets.

@nilox94
Created May 29, 2020 14:21
Show Gist options
  • Save nilox94/08e16960ac99cf0587d7cf30ddf2acef to your computer and use it in GitHub Desktop.
Save nilox94/08e16960ac99cf0587d7cf30ddf2acef to your computer and use it in GitHub Desktop.
Create a 1TiB sparse file
dd if=/dev/zero of=1tb.img bs=1 count=0 seek=$((1<<40))
ls -lh 1tb.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment