[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-user
Subject:    Re: SCSI tape drives
From:       Craig Kelley <ink () inconnu ! isu ! edu>
Date:       1998-07-30 13:55:09
[Download RAW message or body]


On Wed, 29 Jul 1998, L.U.S.T List wrote:

> I have multible tape drives of the same manufacture tyed to a Linux
> machine.  I would like to duplicate any tape that is made by any
> program with this setup.  Is there a byte by byte transfer program for
> Linux to do this??  

If the tapes are the same type and length (ie, same DDS level and length
in meters), I would first try something like this:

$ mt -f /dev/tape1 rewind
$ mt -f /dev/tape2 rewind
$ dd if=/dev/tape1 of=/dev/tape2 bs=10240

If that doesn't work (I don't know how exact tape drives are) then my next
hunch would be to try this:

$ mt -f /dev/tape1 rewind
$ mt -f /dev/tape2 rewind
$ cat /dev/tape1 > /dev/tape2

which might run slower, but should work on any data.



================================================================================
                     +++ the KDE user mailing list +++
To unsubscribe from this list send mail to kde-user-request@kde.org with the 
                         **Subject** unsubscribe. 
================================================================================

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic