Skip to content

Instantly share code, notes, and snippets.

@0x9090
Created October 12, 2018 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0x9090/c34bd2c798aa818eeb60d0dd2e287875 to your computer and use it in GitHub Desktop.
Save 0x9090/c34bd2c798aa818eeb60d0dd2e287875 to your computer and use it in GitHub Desktop.
Fill Linux Disk
#!/bin/bash
dd if=/dev/zero of=filename bs=$((1024*1024)) count=$((10*1024))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment