[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] is it a bug ?
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] is it a bug ? |
Date: |
Wed, 11 Aug 2004 17:05:28 +0300 |
Seuberth, Frank <address@hidden> wrote:
> 1. is this true ?
Cpio archives can only store files up to 8589934591 bytes long.
> 2. Why is this like this ?
Because the standard cpio archive header (odc) encodes file size using
a field of 11 octal digits:
077777777777 = 8589934591
> 3. I did not have the problem with the cpio on SOLARIS
Solaris cpio suffers from the same limitation. According to
the sun's largefile(5) manpage:
The /usr/bin/cpio and /usr/bin/pax utilities are large file
aware, but cannot archive a file whose size exceeds 8 Gbyte
- 1 byte.
Regards,
Sergey