Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2001 11:49:43 -0600
From:      Dan Nelson <dnelson@allantgroup.com>
To:        =?IBM437?Q?S=F8ren?= Neigaard <neigaard@e-box.dk>
Cc:        FreeBSD-questions@FreeBSD.ORG
Subject:   Re: Difference between Linux and Unix tar?
Message-ID:  <20011126174943.GA93514@dan.emsphone.com>
In-Reply-To: <1006796532.2917.1.camel@lapdancer.dk>
References:  <1006796532.2917.1.camel@lapdancer.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (Nov 26), Søren Neigaard said:
> Sometimes when I pack a tar from a Linux box and unpack it on a Unix
> (Compaq Tru64) box I get this eror: tar: ././@LongLink : Unknown
> filetype
> 
> What is this?

The official tar format cannot store symlinks with very large paths;
gnu tar uses a special format to store them correctly, but Tru64 tar
doesn't know about it.  You'll have to build gnu tar on the Tru64 box
if you want to extract those tarfiles completely.

-- 
	Dan Nelson
	dnelson@allantgroup.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011126174943.GA93514>