Created
October 12, 2018 05:10
-
-
Save 0x9090/c34bd2c798aa818eeb60d0dd2e287875 to your computer and use it in GitHub Desktop.
Fill Linux Disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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