Paul Smedley <[EMAIL PROTECTED]> writes:
>Hi All,
>I just compiled tar on OS/2 using Innotek GCC.
>
>It builds fine and works fine, except that it chokes on archives with drive
>letters.
>
>eg:
>[M:\]tar -xvf e:\file.tar
>tar: e\:\\file.tar: Cannot open: I/O error
>tar: Error is not recoverable: exiting now
Try to use the '--force-local' tar option:
`--force-local'
Archive file is local even if it contains a colon.
[M:\]tar -xvf e:\file.tar --force-local
Does the error still persist?
--
Wenn Sie mir E-Mail schreiben, stellen | When writing me e-mail, please
Sie bitte vor meine E-Mail-Adresse | precede my e-mail address with
meinen Vor- und Nachnamen, etwa so: | my full name, like
Helmut Waitzmann <[EMAIL PROTECTED]>, (Helmut Waitzmann) [EMAIL PROTECTED]
_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar