Write zero's to disk Infinite loop

I was bored... So this is a little bash script i wrote that will write zero's to a hard disk infinately until you press CTRL+C. It uses dcfldd instead of plain dd because i like the progress output it provides.

 1
 2
 3
 4
 5
 6
 7
 8
 9 …
more ...

'ZFS Cant rm: No space left on device'

If you completely fill up a zfs pool, it wont let you delete files on it. What you CAN do, is pick a scapegoat file to wipe out or remove a snapshot. Then you will be able to use the rm command. what I did:

# df -h
Filesystem     Size    Used …
more ...