[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: md5sum input/output errors with large files



Pollywog wrote:
> When I do a md5sum check on large files (500MB or larger), I get this sort of 
> error:
> 
> pollywog@slider:~/RO$ md5sum RO_Beta_v3.2_Full.zip
> error processing RO_Beta_v3.2_Full.zip: failed in buffer_read(fd): mdfile: 
> Input/output error
> 
> 
> Does anyone know what is going on?

It looks like the buffer_read() call is failing :-)
Seriously, you are probably running out of memory/swap.
Try inreasing them, or using split(1) on the file and
sum the smaller chunks.

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: