Link to home
Start Free TrialLog in
Avatar of AverygeJoe
AverygeJoe

asked on

Linux SCSI tape dd issue

I'm working with FC6 and an LT01 SCSI tape drive.  I'm trying to create a copy of the tape and my plan was to use dd to read the tape to a file and then dd the file back to a blank tape.   The problem is that I'm only get 64k of data from the tape and then it stops like it's reached the end of the tape.  I created the tape a couple of hours ago on a Windows 2003 server (sp2) and it contains 104gb of data.  Oddly, I cannot find 'mt' on my system.

My dd command was as follows:    dd if=/dev/st0 of=/tmp/tapefile bs=128k.   Buffer sizes less than 64k generate memory errors and no data.
SOLUTION
Avatar of ezaton
ezaton

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Avatar of DonConsolio
DonConsolio
Flag of Austria image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial