/dev/full

$ ls > /dev/full
ls: write error: No space left on device

Use case: Test your program's behavior when disk is full

Comments