Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DDS3 tape drive, cygwin, tar

Status
Not open for further replies.

greenpee

Programmer
Joined
Aug 3, 2004
Messages
39
Location
US
Hi,

I need to read a couple of DDS3 tapes. I know the tapes are backups of a unix or linux machine. The tape drive I am using is in a windows NT box and device name is \\.\Tape0. I installed Cygwin to read the tapes.
I got the following errors while try to rewind or read the tape
#mt -f \\.\Tape0 rewind
mt: \.Tape0: No such file or directory
# tar -tvf \\.Tape0
tar: \\.Tape0: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
Could someone help me out.

Thanks a lot,

 
Yes, I mounted from Windows Computer Management/Storeage. Is this the right way to mount it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top