Skip to content

Instantly share code, notes, and snippets.

@nad2000
Created June 11, 2026 10:31
Show Gist options
  • Select an option

  • Save nad2000/9238cb0fcac5bb5e32ff173ebbf4d977 to your computer and use it in GitHub Desktop.

Select an option

Save nad2000/9238cb0fcac5bb5e32ff173ebbf4d977 to your computer and use it in GitHub Desktop.
Fill up the disk with nonsense
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