Re: what is a .pax file?

Roger Espel Llima (espel@iAgora.com)
Thu, 6 Aug 1998 13:29:34 -0400


> hi,
>
> i download the sources of linux kernel 2.0.32 for powerpc and this file is :
> linux-2.0.32.pax.gz , size is about : 9 meg
>
> what is the meaning of .pax ?

pax is the name of the 4.4BSD replacement for tar; the program itself
can read and write a bunch of formats (variations on the tar and the
cpio format), but writes POSIX tar by default, according to the pax
manpage on a FreeBSD box.

try using 'file' to see what format it's in, and either GNU tar or
GNU cpio to extract it... if not, you can always dig a copy of the
pax sources from some BSD archive, but it could be a bit of a pain to
compile under Linux because of the BSD'ish makefile templates it would
most likely use.

why anyone would distribute linux sources as ".pax" instead of ".tar"
is quite beyond me, though :)

-- 
Roger Espel Llima, espel@llaic.u-clermont1.fr                     -o)
http://www.eleves.ens.fr:8080/home/espel/index.html               /\\
                                                                 _\_v

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html