From owner-freebsd-questions Mon Sep 14 23:30:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA05829 for freebsd-questions-outgoing; Mon, 14 Sep 1998 23:30:48 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from relay.eunet.es (goya.eunet.es [193.127.1.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA05824 for ; Mon, 14 Sep 1998 23:30:46 -0700 (PDT) (envelope-from jms@caja-granada.es) Received: (from uucp@localhost) by relay.eunet.es (8.8.8/8.8.8) id IAA20863; Tue, 15 Sep 1998 08:27:20 +0200 (MET DST) Received: from jms.caja-granada.es (jms [130.130.105.3]) by mulhacen.caja-granada.es (8.6.12/4.4) with SMTP id IAA06667; Tue, 15 Sep 1998 08:13:46 +0200 From: "Jose M. Megias Sanchez" To: "Kenneth Chiu" Cc: Subject: RE: Problem extracting files with tar Date: Tue, 15 Sep 1998 08:28:42 +0200 Message-ID: <01bde072$15084900$00008282@jms> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.01.2111 X-MimeOLE: Produced By Microsoft MimeOLE V4.01.2111 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Yes, the leading / was stripped from the file names in my tar archive. When I use the command tar xvfbz root@mulhacen:/dev/nrst0 20 I see the following: -r--r--r-- root/wheel 3425 Jul 22 08:16 1998 COPYRIGHT drwxr-xr-x bin/bin 0 Sep 1 11:44 1998 bin/ -r-xr-xr-x bin/bin 57344 Jul 22 08:10 1998 bin/cat -r-xr-xr-x bin/bin 45056 Jul 22 08:10 1998 bin/chio -r-xr-xr-x bin/bin 53248 Jul 22 08:10 1998 bin/chmod -r-xr-xr-x bin/bin 61440 Jul 22 08:10 1998 bin/cp -r-xr-xr-x bin/bin 249856 Jul 22 08:10 1998 bin/csh -r-xr-xr-x bin/bin 139264 Jul 22 08:10 1998 bin/date -r-xr-xr-x bin/bin 61440 Jul 22 08:10 1998 bin/dd -r-xr-sr-x bin/operator 53248 Jul 22 08:10 1998 bin/df What can I do now?. Thank you. -----Mensaje original----- De: Kenneth Chiu Para: Jose M. Megias Sanchez CC: freebsd-questions@FreeBSD.ORG Fecha: Lunes 14 de Septiembre de 1998 19:45 Asunto: Re: Problem extracting files with tar >Is it because the leading / was stripped from the file names in your >tar archive? > >On Mon, 14 Sep 1998, Jose M. Megias Sanchez wrote: >> Hello, After update my system to FreeBSD 2.2.7-STABLE I obtained a copy >> with tar to tape with the following command: >> tar --block-compress -z -c -f root@mulhacen:/dev/nrst0 20 /* >> >> How do I can extract some files from the tape?, I'll try the command: >> tar xvfbz root@mulhacen:/dev/nrst0 20 '/usr/sbin/ppp*' >> and I obtain the following answer: >> tar: /usr/sbin/ppp* not found in archive >> >> Could someone help me?. Thanks in advance. >> >> >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message