in reply to Re^4: write to /dev/full does not failin thread write to /dev/full does not fail
"line\n" is 5 bytes.
820 * 5 = 4100.
Buffer size for linux is 4096, so the write hits the actual device on your 820th iteration.