Quickly create sparse file in Linux
dd if=/dev/zero of=MY_FILE count=0 bs=1G seek=100
is quicker than
dd if=/dev/zero of=MY_FILE count=100 bs=1G
because it doesn't write to every block in between.
Written by Tom O'Connor
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Linux
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#