When trying to extract an archive that contains GNU volume label, busybox tar fails: $ busybox tar -xf gnu.tar tar: unknown typeflag: 0x56 It would be nice if 'V' members were simply ignored (or at least written to file, as POSIX specifies for unknown typeflags). To reproduce: echo test > input.txt tar -cf gnu.tar -V test input.txt
Fixed in git. Thanks.