Created
June 11, 2026 10:31
-
-
Save nad2000/9238cb0fcac5bb5e32ff173ebbf4d977 to your computer and use it in GitHub Desktop.
Fill up the disk with nonsense
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
| for ((i=0; ; i++)) ; do sleep 1; dd if=/dev/urandom of=./backup_$i.tar.xz bs=4M status=progress & ; done | |
| # dd if=/dev/urandom of=./backup.tar.xz bs=4M status=progress count=1000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment