Re: /dev/urandom too slow on my system



In article <fuss8n$9u9$1@xxxxxxxxxxxxxxxxxxxxx>,
Rainer_Temme@xxxxxxxxxxxxxxxxxxxxxx says...

dd if=/dev/urandom bs=1024 count=1024 >1m

I understood him to mean that he wants to compute the random data on the
fly as opposed to reading it from disk to avoid having the file system
and disk system limitations be the upper limit on his throughput. He
wants to choke the pipe and the disk may be slower than the disk.

HOWEVER, your suggestion still has merit as he doesn't have to write to
disk, but lay out a huge random array in memory and loop through that
instead.

--Carlos V.
.



Relevant Pages

  • Re: Encrypted Dapper filesystems?
    ... What True Crypt provides and the other doesn't is plausible ... The volume is indistinguishable from random data. ... (e.g. left over from when the disk was manufactured). ... Alan McKinnon ...
    (Ubuntu)
  • Re: using dd to wipe a disk
    ... I think you'll find that overwriting a disk once with zeroes is just as ... ecure as overwriting it once with random data. ... number of input blocks rather than output blocks. ...
    (uk.comp.os.linux)
  • Re: Zip Chip programming info / disk image?
    ... ....if the drive motor is running but there is no disk in the drive, ... It's unlikely that the random data will ever match D5 AA 96 unless you keep it running almost forever. ... The point is that the Apple uses "self-sync bytes" to allow the hardware to find the beginning of bytes in the bitstream. ...
    (comp.sys.apple2)
  • Re: Create Big size dummy File..
    ... writing more data there should leave behind an expanse of random data from ... the disk - I've certainly used some UNIX systems in the past that have ... also explains why 'creation' is so much quicker than 'copying': ... >> writing nulls to disk. ...
    (microsoft.public.vb.general.discussion)
  • SUMMARY: secure ways of disposing a hard disk - command needed to erase data
    ... The best way we do it is by wiping the disk out using ... you can format the disk, and fill it up using DD ... you can do this for each partition.. ... most methods uses overwriting the entire with random data serveral ...
    (SunManagers)