Link to home
Start Free TrialLog in
Avatar of chris_irvine
chris_irvineFlag for Canada

asked on

how do I go about creating a 25 Gb file, that holds no data?

Hey there everyone,

The title of the question says it all, what I want to do is create an empty file thats about 25gb in size. I used to have a small program that would create these files with no problems, I used to use it for ftp sites back in the day where you had to upload before you could download in the old warez scene. those days have long since disappeared and so has the program I had.

What I need it for is for one of the servers that is supposedly monitoring our systems, which actually isn't preforming that function at all, I want to put this file on and see how long it takes for someone to notice the file.

thanks in advance for anyone who knows of the program I'm referring to or one similar.

ASKER CERTIFIED SOLUTION
Avatar of robsantos
robsantos

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of killamankaze
killamankaze

This piece of software may complete your task.

http://www.mynikko.com/dummy/

Open in new window

Here is the command to run in command prompt:
fsutil file createnew filename size

where filename is the name of the file and size is size of a file in bytes.
Without software then try:

fsutil file createnew C:\25GB-file.txt 2500000000

Think I have the correct number of zeros!
too slow ;)
Avatar of chris_irvine

ASKER

I can't believe this program is still available, this is the exact one I had...thanks for pointing me in the right direction to find it, brings back some good memories.

The warez scene was a pain in the ass back in the day on dialup, lol.
Thanks - but I gotta say - that FSUTIL looks really handy!