dd if=/dev/zero of=/home//movie.flv
it will be record zero data to file, until you'll stop operation
second solution
fallocate -l 1G test.img
it will be record zero data to file, until you'll stop operation
second solution
fallocate -l 1G test.img