[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] Long path names
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] Long path names |
Date: |
Wed, 05 Feb 2014 12:01:48 +0200 |
Hi Thomas,
> Tar archives with long path names get truncated by CPIO.
So far CPIO handles only ustar archives, it does not handle GNU
extensions to tar format. The archive you are trying to list
via cpio uses GNU @LongLink@ headers to represent long file names,
which cpio is unable to handle.
> Any workaround on this?
No, unfortunately there is none.
Regards,
Sergey