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 ?