How to create a sparse file on UNIX.

To create a sparse file on UNIX use following command line:

$ dd if=/dev/zero of=<file name> bs=<block size> count=1 seek=<position>

The result of the command line is a file named ‘<file name>’ of a size ‘(position+1)*block size’.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

WP Like Button Plugin by Free WordPress Templates