2Feb/110
Creating a file of a certain size
Sometimes you just need a file that takes up space. To test transfer speeds, file size issues, etc. The way to do this is to use fsutil.
fsutil file createnew <name.ext> <size in bytes>
You now have a file that is exactly the size that you need it to be.
Enjoy this article?
Consider subscribing to our rss feed!
Comments (0)
Trackbacks (0)
( subscribe to comments on this post )
No trackbacks yet.

June 4th, 2011 - 01:12
Additional way to do the same:
http://www.curuit.com/how-to-create-file-for-a-desired-file-size-2008040963/
June 6th, 2011 - 08:14
Indeed it does the same, however it does require a downloaded application to work.