can't zip large files 2gb >

CyberLeo Kitsana cyberleo at cyberleo.net
Fri May 4 20:14:25 UTC 2007


David Banning wrote:
> I am attempting to zip large files that are 2GB - 3GB.

If you wish to exclude the disks completely, you can try generating a
large file on a known-good host and running md5 on it, then reading it
via NFS on the suspect machine, piping through gzip and gunzip, and
right into md5, then comparing the numbers.

cat largefile | gzip | gunzip | md5

In this way, the file never even touches the disk, and that subsystem
can be ruled out entirely.

On a side note, does anybody know if those lossless codecs use the FPU?

--
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net
<CyberLeo at CyberLeo.Net>

Furry Peace! - http://www.fur.com/peace/


More information about the freebsd-questions mailing list