PC Review


Reply
Thread Tools Rate Thread

Big file generator?

 
 
Mark Carter
Guest
Posts: n/a
 
      25th Jan 2005
I want to test out a hard disk by generating a large file (let's say
20Gb) to it. I don't care what its contents actually are, it could be
random as far as I can.

Is there such a utility to do this?
 
Reply With Quote
 
 
 
 
K3
Guest
Posts: n/a
 
      25th Jan 2005
Mark Carter wrote:
> I want to test out a hard disk by generating a large file (let's say
> 20Gb) to it. I don't care what its contents actually are, it could be
> random as far as I can.
>
> Is there such a utility to do this?


File Generator 1.0 --> http://www.winsite.com/bin/Info?21000000037189

It's a small (80k), Stand-Alone application.

--
Kendall F. Stratton III
Fort Fairfield, Maine USA
k3@(86_THE_SPAM)maine.rr.com
http://home.maine.rr.com/k3

"Support bacteria -- it's the only culture some people have!"


 
Reply With Quote
 
REM
Guest
Posts: n/a
 
      25th Jan 2005

> "K3" <k3@(86_THE_SPAM)maine.rr.com> wrote:


>>Mark Carter wrote:


>> I want to test out a hard disk by generating a large file (let's say
>> 20Gb) to it. I don't care what its contents actually are, it could be
>> random as far as I can.


>> Is there such a utility to do this?


>File Generator 1.0 --> http://www.winsite.com/bin/Info?21000000037189


>It's a small (80k), Stand-Alone application.


Pretty cool! If, for some reason it doesn't work I have a utility that
can easily be can be altered to do this. It currently writes 1, 5, 10,
50 and 100 meg files and a million character file with no line breaks.





--
Pricelessware:

http://www.pricelesswarehome.org
 
Reply With Quote
 
Susan Bugher
Guest
Posts: n/a
 
      25th Jan 2005
Mark Carter wrote:

Apologies for changing the subject. The ACF info post seems to have gone
on vacation. . .

Susan
--
Pricelessware & ACF: http://www.pricelesswarehome.org
ACF FAQ: http://clients.net2000.com.au/~johnf/faq.html
ACF wiki: http://www.markcarter.me.uk/cgi-bin/wiki.pl?AcfWiki
Pricelessware (not maintained): http://www.pricelessware.org
 
Reply With Quote
 
Mark Carter
Guest
Posts: n/a
 
      25th Jan 2005
REM wrote:
>>"K3" <k3@(86_THE_SPAM)maine.rr.com> wrote:

>
>
>>>Mark Carter wrote:

>
>
>>>I want to test out a hard disk by generating a large file (let's say
>>>20Gb) to it. I don't care what its contents actually are, it could be
>>>random as far as I can.

>
>
>>>Is there such a utility to do this?

>
>
>>File Generator 1.0 --> http://www.winsite.com/bin/Info?21000000037189


causes an "illegal instruction" on xp sp2
 
Reply With Quote
 
Mark Carter
Guest
Posts: n/a
 
      25th Jan 2005
Susan Bugher wrote:

> Mark Carter wrote:
>
> Apologies for changing the subject. The ACF info post seems to have gone
> on vacation. . .


My script keeps generating the error:
nntplib.NNTPTemporaryError: 441 437 EMP rejected (md5)
.... whatever that means.

It was working in the past. I'm wondering if the newsgroup server is
rejecting this email, thinking it to be spam, or something. Sorting that
one out is going to be a drag.

You may also notice that the wiki isn't working, either. An attempt to
upload an improved wiki cgi script failed; causing the original script
to be deleted, and the wiki to cease working. I'm having upload
difficulties to my web host. I'm not sure of the cause. Maybe it's a
firewall problem.

The good news, though, is that the daily posting summaries have now been
reinstated after a directory changeover. Don't forget that they are
blogged over at:
http://markcarterturriff.blogspot.com/
 
Reply With Quote
 
Mel
Guest
Posts: n/a
 
      25th Jan 2005
>On Tue, 25 Jan 2005 12:53:54 +0000, Mark Carter <(E-Mail Removed)> wrote:

>I want to test out a hard disk by generating a large file (let's say
>20Gb) to it. I don't care what its contents actually are, it could be
>random as far as I can.
>
>Is there such a utility to do this?
>

http://www.funduc.com/dupblock.htm
 
Reply With Quote
 
Jem Berkes
Guest
Posts: n/a
 
      25th Jan 2005
> I want to test out a hard disk by generating a large file (let's say
> 20Gb) to it. I don't care what its contents actually are, it could be
> random as far as I can.
>
> Is there such a utility to do this?


If you already have the UNIX like environment via the wonderful
www.cygwin.com then you can easily generate test data with the dd command

dd if=/dev/zero of=bigzero bs=1048576 count=1024

Uses zero input, writing blocks of 1 megabyte, 1024 blocks (= 1 GByte)

dd if=/dev/random of=bigrandom bs=1048576 count=1024

Uses random input

--
Jem Berkes
Free software, no nasties! (no adware, spyware, etc.)
http://www.cleansoftware.org/
 
Reply With Quote
 
REM
Guest
Posts: n/a
 
      25th Jan 2005
> Mark Carter <(E-Mail Removed)> wrote:

>>REM wrote:


>>>>I want to test out a hard disk by generating a large file (let's say
>>>>20Gb) to it. I don't care what its contents actually are, it could be
>>>>random as far as I can.


>>>>Is there such a utility to do this?


>>>File Generator 1.0 --> http://www.winsite.com/bin/Info?21000000037189


>causes an "illegal instruction" on xp sp2


Bummer. It looked like a perfect small app. I'll get going tomorrow
morning and modify the program I was using to test text editor
capacity if no one comes up with another solution.


--
Pricelessware:

http://www.pricelesswarehome.org
 
Reply With Quote
 
Dark Angel
Guest
Posts: n/a
 
      25th Jan 2005
REM <(E-Mail Removed)> wrote in
news:(E-Mail Removed):

>> Mark Carter <(E-Mail Removed)> wrote:

>
>>>REM wrote:

>
>>>>>I want to test out a hard disk by generating a large file (let's say
>>>>>20Gb) to it. I don't care what its contents actually are, it could be
>>>>>random as far as I can.

>
>>>>>Is there such a utility to do this?

>
>>>>File Generator 1.0 --> http://www.winsite.com/bin/Info?21000000037189

>
>>causes an "illegal instruction" on xp sp2

>
> Bummer. It looked like a perfect small app. I'll get going tomorrow
> morning and modify the program I was using to test text editor
> capacity if no one comes up with another solution.
>
>


point your browser here, i have 2 apps that will make any file up to 2 gig.

ftp://silversurfers:silversurfers@82.20.122.105:40412


da.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
File List Generator Nunya Bizniss Freeware 5 11th Dec 2005 12:00 PM
File List Generator - Generator of File Lists jo Freeware 1 16th Nov 2004 02:34 PM
LS - List File Generator *ProteanThread* Freeware 0 8th Jul 2004 07:25 PM
Panda PDF Generator 0.5.4 - A PDF generator in the form of a C library. Gordon Darling Freeware 0 18th Apr 2004 01:03 PM
Re: WSDL file generator Fitim Skenderi Microsoft C# .NET 1 2nd Apr 2004 04:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:19 PM.