X-Spam-Check-By: sourceware.org Message-ID: <9a9ad31d0706171815h49bb877cwaa5fdcf84ac4b389@mail.gmail.com> Date: Sun, 17 Jun 2007 18:15:11 -0700 From: "Michael Xavier" To: cygwin AT cygwin DOT com Subject: Getting data off a UNIX tape drive In-Reply-To: <9a9ad31d0706171803y3a92de20gafdd7e8b3dcc8456@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9a9ad31d0706171803y3a92de20gafdd7e8b3dcc8456 AT mail DOT gmail DOT com> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Hi, We have a Sony SDT-11000 SCSI tape drive and a tape that may or may not be damaged. We are trying our best to get as much data off the tape drive, which was recorded originally using tar. We were unsuccessful by actually using linux so we decided to get windows + cygwin a go. Here's what we are able to do with the drive: mt -f /dev/st0 status will give us accurate information on the drive mt -f /dev/st0 rewind appears to work, it doesn't return errors However, when we try tar xvf /dev/st0 we get no errors but we are instantly returned to the prompt and nothing is extracted off of the tape drive. We have tried referencing the drive differently, \device\tape0, //./tape0, \\.\tape0 without success. What could I be doing wrong? We aren't even married to using cygwin for this but we definitely know that the tape was made with tar so this seemed like a logical step. Any help would be greatly appreciated! Michael -- 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/