which is exactly what i suggested - writing 0 byte disc


that writes binary 0, the ASCII "NUL" character. /dev/zero is NOT a zero-size file.

yes it is

[woj...@wojtek ~/NOBACKUP]$ dd if=/dev/null of=/dev/null bs=1
0+0 records in
0+0 records out
0 bytes transferred in 0.000037 secs (0 bytes/sec)


/dev/null simply gives EOF when trying to read
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to