* Fw: Re: Create files with specific sizes?
@ 2004-12-14 10:55 Peter Garrett
0 siblings, 0 replies; only message in thread
From: Peter Garrett @ 2004-12-14 10:55 UTC (permalink / raw)
To: linux-newbie
Begin forwarded message:
Date: Tue, 14 Dec 2004 10:41:19 +0100
From: SVisor <svisor@lycos.com>
To: linux-newbie@vger.kernel.org
Subject: Re: Create files with specific sizes?
I have a follow up question.
...
>>is there any way (some command) that will allow me to
>>create blank files with specific sizes, eg 1MB, 5MB, 10MB etc.
...
> dd if=/dev/zero of=file1 bs=1k count=1024
I wanted a file of garbage, not zeroes.
So I tried: dd if=/dev/random of=file bs=1k count=1024
But to my suprise I got only a ~4k file. I know that dev/random may run
out of values. But should dd not wait until there are enought of data?
// Jarmo
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-14 10:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-14 10:55 Fw: Re: Create files with specific sizes? Peter Garrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox