What is printed on the tape cartridges?
Not an expert, but I have used (and still have to use) quite a few different Exabyte drives over the years.
The tape is an 8mm written on an Exabyte drive in 1994. It is probably a 2 or 4 GB tape at most. It would likely have been written on an A4000 running Unix using tar.
I also have some 4mm DATs from roughly the same era but I'll get to those later.
My desire to read the tape only once is driven by experience with very old tapes. The become brittle and will often fly off their spindles.
My hope is to (using a Windows machine) slurp up all data in one or more partitions / segments (forget what they're called) into individual files and then figure out how to parse the files.
I have a Linux machine as well but it is used as a production server and do not want to take it down for SCSI controller installation.
From early memory, a Unix "dd" command could be used to suck the data off the tape without parsing it. Is there something like that for Windows tape (which I have never used)?
Once the bytes are on the Windows machine I can transfer to the Linux server and untar them there - shouldn't be a problem, right?