Was anyone ever able to donate the needed tape drives? If not, couldn't we pool our money together and buy the needed drives online? I know there is no guarantee the drives would be in working condition, but it might be worth the risk if no one has the correct drive and is able to send it.
You never, ever put valuable tapes into an unknown drive. Getting the drives, as has been stated countless times before, isn't even half the battle. It's quite a convoluted process.
I've read through the threads; I understand there is more to this than simply getting the drives, but how are we supposed to move on to those steps when we don't even have the drives to work with? What's the point in knowing how to retrieve the data if you don't have the tools needed to retrieve it?
Indeed, to expand on the idea Indeed, the correct way is the cautious, slow way. For each Drive obtained - it must be checked electrically, then mechanically and finally software must be procured for it. Each drive would then be connected and run thru a test/validation sequence to insure the drive is in proper working order (cleaning tape, test tapes, test backup + read/write special test data patterns). Once its thru those hurdles - it can be used to read out the tape data. Assuming the tape cartridge itself is in good condition!
I'm sure ASSEMbler will take whatever precautions are necessary to ensure the drives will do no harm to the tapes. As far as I know, he is currently trying to raise money to acquire the needed drives. I’ll gladly donate what I can, but I highly doubt it would be enough. If anyone else is interested in donating, maybe we could start a fundraiser to help ASSEMbler get started with this daunting task.
Aw C'mon, I can't be the only one that wants to see this project go somewhere. :shrug: To anyone who has experience with tape drives, would the Exabyte EXB-8500 and the HP C1521B be good purchases or are there others that provide a better bang for the buck? http://www.ebay.com/itm/HP-C1521B-H...C_Drives_Storage_Internal&hash=item4cf39c203c http://www.ebay.com/itm/Exabyte-EXB...C_Drives_Storage_Internal&hash=item5642c0c343 The ones in these links claim to have been tested, so it might be worth looking into. Or there is a better place to get the drives?
well, after a long time writing about this, I can say I have found a tape drive. The Tape drive i have it's this one: http://www.serversupply.com/HP-COMPAQ/TAPE DRIVES/DDS-2/INTERNAL/C1539-00485.htm (mine is white and has a different shape, but it is to give you an idea). Maybe it's useful? Let me know
It should work, or at least according to this link: http://knowledgebase.tolisgroup.com/?View=entry&EntryID=178 The Drive you have is a 4mm DDS-2 and the some of the tapes are 4mm DDS-1. Unless the link is incorrect, technically any DDS drive between 1 and 4 would work, since all that matters is reading from the tapes, not rewriting them. Using a drive like yours should also read any DDS-2 tapes, so it's probably better than the one I linked in my last post. As for the AIT tapes, I've seen a used drive somewhat cheap, but there are also brand new -still in the box- drives for about 100 dollars. Dirt cheap considering it is brand new.
I was lucky that nobody threw it in the trash! ('cause was lying here in my room for a while). Now we have to wait Assembler's Opinion and see if he really needs it Unfortunately I cannot test it...
Ok, I've read this thread, and a bunch of others, about these archives. 12 years ago (God, time flies) I was an intern, for a few months, at a data recovery company. Mostly dealt with hard drives, but had some experience with tapes too. Now a days I babysit servers and routers (The only tapes we still use are LTO-5), so I apologize, if the following is confusing (I don't know your familiarity with, say, Linux). The above makes sense, *if* you want to *write* using the drive as well. But you do not care much about writing. You want to read. So your biggest concern, is that the drive has a clean head, and that the drive doesn't chew tapes. Writing patters, etc, is nice, but not necessary. Who cares about the status of the write head of the drive, if you don't intend to use it (writing head, that is)? I'd do the following: Set up a dedicated system, consisting of some reasonably recentish motherboard, Adaptec AHA-2940U (or UW) SCSI controller (since your tape drive will be SCSI, and since 2940s have been around forever, and are well supported by pretty much any OS out there), one smallish (20 GB is more then enough) hard drive for the OS, one large (TB or so) hard drive for the recovered files, and install Linux onto the small drive (I'd go with Debian or Ubuntu, but it's a personal preference). Procure a new cleaning tape for the drive (this can be expensive, and could cost up to 50$ or so, depending on the type of tape needed), and a not necessarily new, but disposable data tape. Step 1: Clean the drive. Just follow the instructions on the package. Usually you put the tape in, then either drive recognizes it as cleaning tape, and does its magic on its own, or you need to attempt reading the cleaning tape using software. Depends on the type of drive and tape. Step 2: Check that the drive can retention the disposable tape correctly (Basically rewind the tape one way, and then all the way back. Sadly, with tapes that have been sitting around for years, this is a good idea before reading), without chewing the tape. Next, if the "disposable" tape you have is used, go to step 3b. If it is new, go to step 3a. Step 3a. Here I assume that your "disposable" tape is new, and has no data. Next we want to verify that our setup works for reading. Unfortunately, in order to read, we need to have something to read. And while I earlier said that we don't need to *write* anything, this is the case where we are going to write some data on disposable tape. Doesn't have to be much, something trivial like tar xvf /dev/rst0 /etc command (that will just dump a copy of the /etc filesystem to tape) is enough. Then rewind the tape (mt rewind), and go to step 3b. Step 3b. Here I assume that the disposable tape is used, and presumably has something on it. Then attempt reading the tape as a block device. This is the most primitive way of accessing the tape - computer basically reads all of the contents of the tape from beginning to end without trying to interpret the data, and writes it to file on the large hard drive. Make sure that the test read is successful. Here "success" is defined by the drive actually physically winding the tape from beginning to end past the read head, without "chewing" it up. All good? Step 4. Now, use standard UNIX utilities, such as file, strings, and hexedit (well, hexdump -C is standard, hexedit is trivial to install), to poke at the file you obtained. You want to make sure that there is something identifiable inside. At this point, if you see recognizable parts of files inside the file you obtained from tape (If you did the step 3a, and backed up /etc to tape, your file should contain lots of text, that is clearly readable, occasionally interrupted by file paths and headers, that tar put in. Tar is simple, which is why it's great for testing). If you see files in your test, great! You can go ahead, and start working on the actual data tapes. Remember the write protect tab. If you don't see anything identifiable, but the tape did not get chewed up, well, chances are that either the read, or the write head is busted in the drive. But as long as the drive doesn't chew tapes, you can still attempt to read one of the data tapes (betting that its the write head on your drive), and see if you can identify any of the data you got from it. If the tape is in good shape (ie, wasn't dropped, stepped onto, case not cracked), the write protect tab is clicked on the tape, and the drive doesn't chew tapes, you are not going to damage the tape by reading it through. In a lab setting, the write head on a drive would, more likely then not, be physically disabled. But here is to hoping that what you read from the data tape contains identifiable data. If working with a labeled spanning set of tapes, dump all members of the set. Next step becomes to figure out what software did the backup. You can pray for easy to identify tar/cpio/ufsdump formatted data (Possible, if Acclaim had, say, a Solaris fileserver). Not compressed in any way (only drive compression), not encrypted, easy to work with. But chances are, that it's something more annoying. Legato Networker (should be right age), NetBackup, one of the Seagate "solutions" for Windows. Here is where you might need to re-install the OS on your recovery box to something else (Windows, most likely), and hunt around for the right software to read your tapes. But unless you do the first pass, and read the tapes to files, and look at contents, you will never know that there is something on the tapes, and how to approach recovering files from the dumps. Of course, if the above all sounds like it's way too stressful and complicated, there is another option. You can get a quote from a data recovery lab, a place that recovers data from hard drives, SD cards, etc. They will basically follow the same methodology (copy tapes raw to files on hard drive, then attempt to recombine them in software, guessing what backup software format it was (or reverse engineering the backup format, if necessary)), only they will have known good tape drives (and you will pay for that). You can contact a few labs (smaller labs will, likely, outsource this to bigger labs, since tapes are not really common anymore, so it pays to ask if they will be doing this inhouse), and get quotes from them to recover, say, a particular set of backup tapes to user supplied hard drive, and then tell you what software was used to create the backup in the first place. Once you have the quote, you can do a fundraiser *shrug* Doubt things changed much in the last 12 years, pricing wise. Figure, say, 5 tape set, at 100$ a tape = 500$ is a realistic quote for someone to dump the tapes, and then look at them, and see if what's there is obviously recognizable. Any way, feel free to ask for more information, and good luck. And if you end up fundraising for a data recovery corp, I'll paypal 20$ your way.
Also, I can obtain older tape drives for virtually nothing... (arbitrary outdated drives and sometimes tapes). SCSI cards galore too. Is this project moving forward?
I'm guessing once ASSEMbler is done with the Geist Force project, he will come back to this. I'm assuming you know how to properly test tape drives, so if you can obtain the needed drives and make sure they work, then we'll be one step closer to getting the data off the tapes.