Alan Brown wrote (2006/11/10):
> >> I did not do /dev/zero because of hardware compression. I guess I could
> > turn that off but isn't /dev/random 1 byte at a time??
> It's fast enough on most systems.

Really? My experience is that the speed of /dev/random and /dev/urandom
in FreeBSD is far from to be sufficient for LTO3.

# dd if=/dev/random of=/dev/null bs=64k count=10000
10000+0 records in
10000+0 records out
655360000 bytes transferred in 20.414294 secs (32102996 bytes/sec)

# dd if=/dev/urandom of=/dev/null bs=64k count=10000
10000+0 records in
10000+0 records out
655360000 bytes transferred in 20.418363 secs (32096599 bytes/sec)

Processor: CPU: Genuine Intel(R) CPU 3.20GHz (2793.02-MHz 686-class CPU).

-- 
Rudolf Cejka <cejkar at fit.vutbr.cz> http://www.fit.vutbr.cz/~cejkar
Brno University of Technology, Faculty of Information Technology
Bozetechova 2, 612 66  Brno, Czech Republic

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to