> But if we copy /dev/zero to a temp file we'll fill the hard drive... Not necessarily so: dd if=/dev/zero of=file.img bs=64M count=1 conv=fsync status=progress This file would end up 64 megabyte in size. Alain