Denis Vella <[EMAIL PROTECTED]> wrote: > On some Redhat or other releases, the CPIO operation terminates with a > 'cpio: write error' when the archive size on disk reaches 2GB;
This means that your version of cpio was built without large file support. Try getting the sources and configuring the package with the large file support (enabled by default for version 2.6 of cpio. For earlier versions you will need to set CFLAGS=-D_FILE_OFFSET_BITS=64 before running configure). Regards, Sergey _______________________________________________ Bug-cpio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-cpio
