Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 27 Jun 2003 02:32:16 +0100 From: Elfyn McBratney X-X-Sender: elfyn AT ellixia Reply-To: cygwin AT cygwin DOT com To: "Meier, Daniel W." cc: "'cygwin AT cygwin DOT com'" Subject: Re: Reading a Solaris tape created by ufsdump In-Reply-To: <08A89F1DEA45E44DA4DF4585C3E0FBA07791B6@cp-its-exs04.mail.saic.com> Message-ID: References: <08A89F1DEA45E44DA4DF4585C3E0FBA07791B6 AT cp-its-exs04 DOT mail DOT saic DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 26 Jun 2003, Meier, Daniel W. wrote: > Any hints on how to get the files off of a SDLT tape created by Solaris > ufsdump? > > I can access the tape handily: > $ mt -f /dev/st0 status 3 > tape capacity : 34571200 KB remaining : 34571200 KB > current block : 0 write protected : yes > datcompression : off > min block size : 4 max block size : 16777212 > def block size : 8192 cur block size : 0 > > Features: > --------- > [...] > > and I did the "mt -f /dev/st0 setblk 0" > > but what command do I use to pull the data onto disk? I beleive this can be done with GNU tar (tar -xf /dev/st0?). Take a look at main/info tar and `tar --help'. I might be wrong. Elfyn -- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/