Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

creating a big blank file on winxp

Name: Anonymous 2006-08-02 18:55

So, I need to create a big blank file, big as in ~10 gb.
is there some utility out there that will allow me to do this relatively painlessly?
have googled around to little effect.

Name: Anonymous 2006-08-02 19:01

Name: Anonymous 2006-08-02 19:02

Name: Anonymous 2006-08-02 19:03

>>3
much thanks!

Name: Anonymous 2006-08-02 19:34

>>1
C:\>python
>>> f=file("lol","w")
>>> f.seek(10000000000)
>>> f.write("hi guyz")

or http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/fs/createfile.asp

Name: Anonymous 2006-08-02 23:37

dd if=/dev/urandom of=~/foo

Name: Anonymous 2006-08-03 2:08 (sage)

>>6
your sarcasm is wasted.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List