[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-cpio] cpio bug with crc on file over than 2Gig on Gentoo 64bits
From: |
David Vandergucht |
Subject: |
[Bug-cpio] cpio bug with crc on file over than 2Gig on Gentoo 64bits |
Date: |
Thu, 23 Sep 2010 10:59:26 +0200 |
Hi guys
I'm experiencing trouble with cpio 2.11 on gentoo 2.6.27 64bits.
When doing an archive of files over 2 go using the following option
(file paths being in the testbck.txt file)
cat testbck.txt | cpio --file=test.cpio --block-size=16384 --create --
format=crc
well there is no error message.
But when checking:
cpio --file=test.cpio --block-size=16384 --verbose --extract --
format=crc --only-verify-crc
i get
cpio: -- path of my archived file -- : checksum error (0x3c1e735e0b,
should be 0x0)
what's wrong ?
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-cpio] cpio bug with crc on file over than 2Gig on Gentoo 64bits,
David Vandergucht <=