delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/1999/12/18/05:26:47

Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin AT sourceware DOT cygnus DOT com>
List-Help: <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner AT sourceware DOT cygnus DOT com
Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com
Message-ID: <385B6187.CCB6082E@vinschen.de>
Date: Sat, 18 Dec 1999 11:27:19 +0100
From: Corinna Vinschen <corinna AT vinschen DOT de>
X-Mailer: Mozilla 4.7 [en] (WinNT; I)
X-Accept-Language: de,en
MIME-Version: 1.0
To: cygwin AT sourceware DOT cygnus DOT com
Subject: Re: cygwin1 troubles
References: <NDBBIAALNMAIFLCHPKDDIEJDCBAA DOT adam AT peacefultimes DOT com>

> Adam Shepard wrote:
> Hi,
> 
> I'm trying to use cygwin1 with tape/tar support with a SCSI Quantum
> DLT tape drive running under NT 4.0.
> 
> tar tvf /dev/rmt0
> 
> will list the contents of the tape (a tar archive), but when I try to
> extract or list specific file names, as in
> 
> tar xvf /dev/rmt0 file1.bz2
> tar tvf /dev/rmt0 file1.bz2
> 
> for files that are on the tape, the tape just reads to eot and then
> rewinds.

Hi Adam,

this works for me. Are you sure that you have used the exact
filename? If the file is stored as eg. "foo/bar/file1.bz2", tar
doesn't list (or extract) the file if you only search for
"file1.bz2". Try it again with the full path. And remember:
If not given the option `-P' or `--absolute-names', tar strips
leading slashes to avoid absolute paths.

> output of mount is:
> 
> Device           Directory           Type        Flags
> tape0            tape                native      text!=binary
> Tape0            /tape0              native      text!=binary
> tape0            /mnt/tape           native      text!=binary
> \\.\tape0        /dev/rmt0           native      text=binary
> [...]

You know that the first three entries in the mount table are...
hmm... disfunctional, do you?!?

BTW: To use the tape as norewind device, add a mount table entry
with a leading "n" in the device name:

    mount -b -s //./tape0 /dev/nrmt0
                               ^

Regards,
Corinna

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019