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 Message-Id: <08A89F1DEA45E44DA4DF4585C3E0FBA07791C0@cp-its-exs04.mail.saic.com> From: "Meier, Daniel W." To: "'cygwin AT cygwin DOT com'" , "Meier, Daniel W." Subject: RE: Reading a Solaris tape created by ufsdump Date: Fri, 27 Jun 2003 09:01:27 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" The only tape drive I have that's capable of reading this tape is an internal drive on a W2K box with Cygwin loaded. I tried doing a remote ufsrestore from a Solaris server but got: blade-100: ufsrestore tf backup:/dev/st0 connect to address 128.57.32.9: Connection refused I probably need some Cygwin service to run to service the request, but which one? -----Original Message----- From: Elfyn McBratney [mailto:elfyn AT cygwin DOT com] Sent: Thursday, June 26, 2003 6:32 PM To: Meier, Daniel W. Cc: 'cygwin AT cygwin DOT com' Subject: Re: Reading a Solaris tape created by ufsdump 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/