Creating sparse files on Linux hosts with dd

July 5, 2009 by admin
Filed under: Uncategorized 

To create a sparse file on a Linux host, you can run dd with a count size of zero (this tells dd not to write any data to the file), and then use the seek option to extend the file to the desired size: $ dd if=/dev/zero of=xen-guest.img …

See the original post here:



Creating sparse files on Linux hosts with dd

Share This Post

Comments

Feel free to leave a comment...
and oh, if you want a pic to show with your comment, go get a gravatar!