Tutorial on Saving Tapes
Why and how
Most of the software for the 9845 was distributed on DC100 tape cartridges. This was the standard way since the tape drives were already built into the standard 9845 configuration. At design time this was a quite useful decision. The DC100 was small, fast, reliable and comparably cheap. And it had a very good storage per volume ratio.
However, neither the tape drive nor the tapes themselves were built for eternity. Both are 'time bombs' since it is not a question if they fail but just when. An estimated 90% of the tape drives suffer from 'melted' capstan coatings. But even worse, a considerable amout of original HP tapes, especially those which were used as original software distribution media, have lost parts of their magnetic coating, causing dead spots on the media.
No question that it is overdue to save all the software from tape to more durable media. This applies to original commercial software as well as to individual saved programs and data. Since the original software probably is of higher common interest, there is a special section for 9845 software here.
How to repair your internal tape drive is described in the Tape Drive Repair Tutorial.
This tutorial has its focus on the tapes, not on the tape drives. In order to understand how to get access to the data on the tapes, it might be useful to know how they work.
The DC100 Tapes
There is an excellent description of the history of the DC100 tapes at HP9825.com, it is worth reading.
Now here are the facts:
The DC100 was based on U.S. patent no. 3692255 from 1972 (you can find it here for download) and developed in a joined venture of Hewlett Packard with 3M Corporation (who already used the patent for their DC300 tape cartridge). The mechanism was admittadly ingenious. Simple, precise and reliable. The design was applied to most data tape drive mechanisms as for the QIC standard or the DC600 tapes, and is still in use. The basic principle is that, in contrast to a plain compact cassette as it is used for audio recording, the whole tape movement is controlled by one single puck-like drive wheel. All movement is transferred from the drive wheel via a drive belt. Only one single drive motor is needed. The tape itself is spooled on two tape reel hubs and guided over two guide pins. The drive belt is wrapped around the tape spools and guided around two belt guide rollers as well as around the drive wheel. Once the drive wheel is brought into constant rotation, the drive belt moves each tape spool exactly the amount which is needed to spool the tape from one reel hub to the other with the desired constant tape speed.
The whole mechanism is completely closed and mostly secure against dirt and dust. A shutter opens the cartridge for the read/write head automatically when the cartridge is inserted into the tape drive. The design includes a slider for write protection (which is not necessarily included in all manufactured DC100 tapes).
The tape is loosely spooled onto the reel hubs (means that in contrast to the audio compact cassette the ends were not fixed to the reel hubs). The mechanism is secured against tape runoff through a couple of index holes (so-called beginning-of-tape or end-of-tape marker) at both tape ends in combination with a photo sensor. At the beginning of tape there are 3 double-holes and one single hole, at the end of the tape there are four single holes, all with defined distances. The first single hole marks the beginning of data and therefore will be used for head positioning, too. If this mechanism fails, the tape will spool off and, if the data on the tape is of importance, must be re-threaded. There is a special procedure for tape re-threading available here.

Index Hole Layout
In principal, the tape will be retensioned automatically during normal operation due to a slightly faster coiling than uncoiling. In fact the retension process highly depends on the characteristics of the tape, the drive belt, the belt guide rollers and the tape guide pins. Those characteristics include factors like rotation resistance, adhesion and belt tension and elasticity, which sometime is out of specification due to aging. As an example, some old tapes fail to retension properly because the elasticity of the drive belt has gone or the consistance of the lubricant which was used to control the adhesion at the guide pins has changed during the years. Briefly said, the correct tape tension depends on a perfect balance of all components.
How deep the cartridges are affected by aging depends quite a lot on the manufacturer. HP's own media had been highly optimized at production time, but suffer most from aging. Estimated 80% of all HP DC100 tapes can't be used without problems. In contrast, the tapes produced by 3M still have a (comparably) high reliability. Scotch is anywhere in between. Unfortunately, most original software was stored on original HP media.
For further reading, the May 1976 issue of the HP Journal is recommended. Although the tape drives introduced in this issue are those of the 2644A terminals, the basic principles of the DC100 tapes which are described in detail apply to the 9845 series as well.
The 9845 Tape Data format
The DC100 tape was introduced in 1975 with the HP 2644A terminals. Those early built-in drives did use only one track on tape (mainly for reliability reasons). The 9815, 9825 and the 9845 all use two tracks. Since the read/write head has one coil for each track, the track can be changed on the fly without removing and turning the tape cartridge. All data is modulated into flux reversals which represent logical 0 and 1.
In order to use a tape for mass storage operations, the factory new tape has to be low-level formatted with the INITIALIZE command. This low-level format writes a basic frame structure on the tape, which is a little bit different for each system. Whereas the 9815, the 9825, the series 80 and the peripheral 9875A dual tape drive all utilize SIF (Standard Interchange Format), this was sacrificed for the 9845 for the sake of a so-called Unified Mass Storage Concept. Not much is known about the low-level tape structure of the 9845, since the TACO (Tape Control) chip does most of the work. Better documented are those of the HP 2644A terminals or of the 9875A dual tape drive. Both use a file and a data record structure with defined inter-record-gaps. The 9845 uses a data record structure only, with the record number and a checksum stored into a record header.
There is no buit-in support for reading SIF tapes in the internal 9845 tape drives, however there is a special SIF binary program provided as part of the 9845 General Utilities package as well as of the 85 to 9835/9845 Data Utilities package, which implements the most important commands for reading SIF tapes even in 9845 tape drives.
During seek operation the tape drive switches into fast spool mode with 90 inches/sec and only looks at the record headers with the record numbers. When the searched record is found, the tape drive switches to slower read/write mode with 22 inches/sec in order to reliably read/write the data into the record. Each record holds 256 bytes of user data. There are 426 records on each track, giving a total capacity of 852 records or 213 kBytes. The complete tape length is 140 ft. (42.67 m).
The first 5 records on the first track are reserved. The first record (record 0) is not used. The next 2 records hold the directory information and the following 2 records hold a spare copy of the directory, just for the case the first directory is not readable. So the space available for file data is limited to max. 847 records or 211.75 kBytes.
Each directory copy starts with the two-byte hex value $0500 which identifies the directory as a 9845 tape directory. Each directory may hold up to 42 file entries, each consisting of 12 bytes with the following structure (C language style):
typedef struct {
BYTE filename[6];
BYTE type[1]; // upper 6 bits: type info, lower 2 bits: MSBs of location
BYTE location[1];
BYTE size[2];
BYTE wpr[2];
} Tape45_dir_entry;
Each filename may have up to six letters. Only the upper 6 bits of the type byte hold type information, the lower 2 bits are used as MSB for the location which has to be combined with the content of the location byte as LSB. Both the location and the size refer to whole physical records, i.e. blocks of 256 bytes. The wpr byte denotes the logical number of words per record for the file, also referred to as defined record size (in contrast the the physical record size which is always 256 bytes on tapes). The last valid file entry is immediately followed by the two-byte hex value $FFFF, which therefore marks the end of the directory.
I have not yet figured out where the file protection information is being stored, this is for further study.
Archiving 9845 Software
There are two ways how 9845 software can be archived, either file by file (which is in principle media independent) or as complete media content (so-called binary images).
At hpmuseum.net the first method is used, mainly because there is no way to produce 1:1 images from the original software tapes. Instead, the tape content first was copied to a 9845A floppy disk drive, which is then swapped to a 9826 workstation, where the files are transferred to 5.25" floppies. The 5.25" floppies are then moved into a standard PC floppy drive and archived with the Teledisk program. The guys from hpmuseum.net did a quite good job and archived in this way many of HPs standard software packages. The main problem is, that you need a PC with Teledisk, plus 9826 or 9836, plus 9895A in order to restore the files, and due to limitations of the 9826 operating system not all types of files may be archived and reconstructed in this way.
I suggest using the other approach, i.e. to save whole media content. The main advantage is that floppies, tapes etc. may become completely reconstructed, including all file system information. The drawback is that you need an additional tool to extract individual files from the image. However, there are a couple of tools which can be used to handle the image format I am using, especially the HPDrive program to emulate a HP-IB mass storage on PC while using an image file as disc storage, and the HPDir utility to extract files from or add files to images.
The format I've chosen for image files is absolute generic. It is just a 1:1 reproduction of the mass storage physical records without any extra information. For floppy discs this covers the complete sector content in ascending order including the system sectors, for tapes the complete data content of both tracks, again including the system records. I gave them the file extension .hpi, which stands just for 'HP Image File'. There are even plugins provided for the well-known Total Commander for this type of archive/filesystem. Since the image format itself is completely system or device independent, LIF discs or tapes can be archived as well as any other vintage disc or tape content. HPDrive plays just the role of the drive hardware and firmware, the media is completely emulated with the image file.
There's a conversion utility provided to translate the Teledisk images from hpmuseum.net into the .hpi image format (see the Software Packages section), and I'll make those translations available for download from this site in the near future. However be aware that some of the original tape files are missing, and some double-sided media have been recorded with Teledisk in single-side mode (e.g. the 9845A Computer Games), which makes them unusable.
For reading the tape content record by record and creating .hpi image files there is a special 9845 program provided, wich does most of the job (its name is TDUMP, I wrote it especially for the handling of tapes suffering from bad spots on the magnetic coating). TDUMP and how to use it is described in the following sections.
I just started to read out the tapes by myself, so there are also a few packages available for download which are true images from the original media. It is planned to save some more in the near future, and actually I hope there are also others who will submit what they saved using the utilities provided here.
It is true that an .hpi image file may become much larger than the sum of the file contents, in particular if there is much unused space on the media. But if you just ZIP the image files, they in general collaps to a size comparable to an also zipped archive of the files only. When I've got the time maybe I create a compressing format as well (I'll call it then .hpz).
Reading the Tape Content
Reading tape content from a given DC100 tape is not a difficult task if the following prerequisites are fulfilled:
- At least one 9845 internal tape drive is fully operational
- The tape which has to be read has the right format and no bad spots
- There is either another mass storage device available (e.g. a 9845A floppy drive) or there is a working HP-IB connection from the 9845 to a standard Windows PC.
The second mass storage device (or alternatively the HP-IB link to a PC) is needed both for loading the tape read program and for storing the tape data. How to connect to a PC via HP-IB is decribed in another tutorial, the Connecting to the PC Tutorial.
Whether the tape drive is working you should already know (at least after consulting the Tape Drive Repair Tutorial).
But be warned. If only one of the above prerequisites is not fulfilled, saving tape content may become a REALLY ugly and time consuming procedure.
A first check for a defective tape may be done as follows (try to find some non-sticky rubber like an eraser before you start):
- Insert the tape into the functional tape drive and press REWIND.
- When the tape stops, remove the tape from the drive and take it into your left hand with the shutter up and away from you.
- Open the shutter and hold it open with your left hand. Be careful NOT to touch the tape inside.
- Use the rubber to move the drive wheel in the center of the cartridge in your direction. You should see an index hole in the tape moving away from you. If not, you should see a transparent area on the tape. If this is the case, your tape has at least one bad spot (you just detected it).
- If you saw the index hole correctly, keep on moving the drive wheel for another, say, 20 rotations of the tape wheel. If you still don't encounter any transparent areas on the tape (ignore additional index holes), the first impression of the tape is positive and you can stop here.
The next step would be to load the tape dump utility TDUMP. This is a BASIC program of type PROG which includes a binary routine called PHYREC for reading and writing physical sectors (works with any 9845 mass storage).

TDUMP Menu
With TDUMP you can list a tape directory, dump full tracks (either single tracks or complete tapes), dump a selected range of records, create 1:1 copies of tapes, verify tapes, position and and re-spool tapes. Tape dumps are either stored as binary images on another mass storage medium, or transferred via a HP-IB link to a PC.
If using the HP-IB link, you have the choice of using either a HTBasic program, the Getfile Windows program, or the virtual HP-IB mass storage drive HPDrive (the latter two are currently limited to NEC µPD7210 compatible IEEE488/GPIB boards, see the appropriate section under the Project tab for program usage). If using the HP-IB connection, prepare the tape dump by first starting the program of your choice on the PC side.
Now you can check whether there are any other bad spots on the tape. Use the re-spool function on the tape. This function just tries to move the tape to the last sector. When the tape stops, perform the above steps (2) to (4) again to see whether a bad spot has terminated the spool. If this is the case, you know that the tape has a (maybe another) bad spot before the last tape sector. Now you can press REWIND to get the tape back to the starting position. If the rewind stops early because of another bad spot, position the tape manually behind the bad spot and then continue spooling.
Before a dump can start, the tape has to be positioned exactly before the first sector. This is true when the single index hole is visible in the mirror window of the tape cartridge (see the picture in the sectrion below). With a healthy tape, this is automatically the case after each rewind operation. If the tape has bad spots, it might be necessary to position the tape manually.
TDUMP uses two alternative methods for reading tape sectors, either in blocks of 10 sectors or with single sector access. The block method is recommended, since it minimizes tape stops and so does not stress the tape as much as the single sector access does. Unreadable sectors can either be filled with whatever the tape drive delivers (mostly junk) or can be filled with zeros and marked as "BAD RECORD". If a sector is unreadable, TDUMP does up to three retries until it finally takes the sector as bad.
It is always a good idea to clean the read/write head using magnetic head cleaner and to re-spool the complete tape prior to a dump. Load and start the TDUMP program on your 9845. Then just follow the instructions. If you encounter a problem, look at the hints in the following sections.
It is also a good practice to dump each tape at least twice and perform a binary compare on the resulting image files. Due to the age of the media and despite of the checksum, it is not uncommon that some image sectors hold bad data caused by undetected read errors. However the chance is good, that the same sector is read OK on the next dump, so that the defective sector can be at least theoretically be replaced. However there are situations where you definitly need two or even three identical tapes in order to reconstruct the complete original tape data.
The Sticky Tape Problem
At production time, the guide pins of the tape cartridges got a well-dosed lubrication. Reason for this was to fine-tune the tension of the tape as the tape is being moved. After now almost 30 years, the lubrication has changed, and - even worse - the tape consistancy has changed. As a result, there are two unfavorable effects:
- Tape spooling becomes uneven, caused by the wrong tension
- Tape abrasion accumulates at the guide pins and the tension rises until the tape stucks
Both effects can be highly destructive. Uneven spooling may cause tape jam or block tape movement. Tape movement is also blocked when the tape stucks at the guide pins. Tape jam will damage the tape medium, and tape stucks may be the cause for worn drive belts or even motor damage.
So if you encounter either tape garbage or blocked movement, IMMEDIATELY press CONTROL-STOP in order to prevent even more damage, remove the cartridge from the drive and treat the problem.
The probability of uneven spooling can be minimized by re-spooling the tape completely before each dump. This can be done with the appropriate function in the TDUMP program or the TBIN test binary.
Tape stucks can be minimized through a continuous read process. This is important, because numerous tape stops during tape reads will multiply the chance to get into tape stuck (a symptom for missing lubrication is a hearable 'tick' each time the tape starts another move). This is addressed by the block read feature of the TDUMP utility. Unfortunately, it is not possible to avoid tape stops completely, since the read data has to be processed between the block reads.
The Bad Spot Problem
Most original software tapes have a common problem: the magnetic coating has become defective at certain spots. The tape is mainly constructed with two different layers, a transparent vinyl carrier and a gray/brown magnetic coating. When the magnetic coating gets loose, the tape has visible transparent spots. The original tapes manufactured under HP label are more affected than those from 3M or Scotch. It seems that especially the spots where the tapes had contact with the guide pins over years of storage are worn out, but there are usually more bad spots on a tape. They are likely to be in the area of the first meter of tape, but they can occurr anywhere, e.g. when the tape was not rewound before storage.
The problem with the bad spots is two-fold. On the one side, the absence of magnetic coating causes data errors, on the other - since the carrier is transparent - the photo sensor detects index-'holes' and assumes end-of-tape each time a bad spot passes the sensor.
The general rule is: it is better to save as much data as possible and leave the rest, than to save nothing. With a little luck there is another, identical tape, where the bad spots are at another position, so the original content may be completely reconstructed by merging the two. But the photo sensor allows reading just up to the very first bad spot and then drive transport stops (since it thinks it has encountered the tape end). Even rewinding to the start of tape is a problem, because the photo sensor may think it has reached the tape start when it runs on a bad spot during rewind.
One solution is to cut and recombine the tape, leaving all the bad spots off. Fortunately there is a more simple solution (no, please do NOT paint the transparent spots on the tape):
Take some dark paperboard, and cut a strip of 2-3 cm x 10 cm. Mark the strip at a length of 5 cm. Since the light path for the photo sensor which detects the end-of-tape marker goes from a light bulb in the bottom of the tape tray through the cartridge over a mirror in the cartridge to the sensor, we can interrupt the light path easily by inserting the paper strip at the right place even with a loaded tape cartridge. See the picture for how to apply the strip:

The art of tape reading is now to insert the strip at the right time during the tape transport (so that bad spots are ignored by the photo sensors) and to draw the strip out when the real end of tape is near, so that the tape will not be accidentally run off. The mark on the strip is ment as help for drawing out an already inserted strip. When the mark is visible, the light path will be free.
Once the reading process has successfully started, this method works fine. The problem is to get it started when the bad spots are at the beginning of the data section. The tape transport then makes some movements back and forth in order to find the data start. When there are bad spots near this position, the tape transport gets completely confused and starts moving coninuously back and forth (which can only be interrupted be pressing CONTROL-STOP).
With the paper strip, it is of course possible to hide the bad spots, but the index hole at the beginning of the tape will be masked, too. So if the strip is inserted as the tape is moving back and no index hole is found, the tape will easily be run off. There is no clean solution for this, but you can practice a bit with a not-so-important tape cartridge to get a feeling when the tape is moving back (where using the strip may lead to running off the tape) and moving forward (where it is safe to interrupt the light path, at least until the tape transport switches to backward move again). By the way, there is a nice description for tape re-threading here.
There is a special situation when there are bad spots near either tape end. As already mentioned, the tape transport stops during forewind as well as during rewind when running on one of the bad spots. It is safe to insert the strip as long as the tape ends are still far away. But when you get near either end, you have to remove the strip. Spooling than will stop either at the next index hole or at the next bad spot. If you reach the index hole, everthing is fine and the tape is positioned. If you reach a bad spot, you have to move the tape manually beyond that bad spot and then continue spooling, still without the paper strip installed.
You can check whether the movement stopped at an index hole or at a bad spot only by removing the tape from the tape drive and opening the cartridge shutter as described above. You can manually forewind the tape by moving the drive wheel in your direction, or rewind the tape by moving the tape drive wheel in the opposite direction (away from you, you than can see moving the tape towards you). Move the tape about 10 cm behind the transparent area, then re-insert the cartridge and continue with spooling until the next stop is reached. If you encounter an index hole during manual spool, position the index hole exactly under the cartridge mirror window as shown in the drawing below, then stop (the cartridge now is in perfect position for the next operation).

Rewound Tape Cartridge with Index Hole over Mirror
If you decide to use this technique, you'll need to practice until it works well. In any case it is a good idea to make yourself familiar with re-threading a runoff tape (see here how it works).
The TDUMP program tries to assist you in terms of telling you when to insert the paper strip and when to move the tape manually. The whole procedure isn't perfect at all, but at least there it is minimal invasive and lets you read any data which is still readable.
Tape Malfunction

Tape Cartridge
There are even more things which can go wrong with the tape (not taking into account what in addition can go wrong with the tape drive hardware). It is generally not recommended to touch the tape surface. Best solution would be to wear gloves. Second best is at least to degrease your hands before you start. However, if you do such tricky things as re-installing a drive belt or re-installing the cartridge shutter there is no chance to afford that with gloves.
The only tools required are a Philips screwdriver for opening the cartridge, a non-sticky vinyl or rubber for moving the drive wheel, and, last but not least, a couple of toothpicks for handling the tape and for comfortably moving the tape reels, and maybe some adhesive tape for fixing the shutter. Cleaning is best dobe with a cotton swab (for cleaning the read/write head in combination with magnetic head cleaner).
Here are the remaining 'most common' failures:
1. Lost drive belt
Happens generally when the tape blocks for whatever reason, and also when the drive belt has to little tension. Try re-installing the drive belt (see the procedure description below). Experience shows that the drive belt suffers from aging and if it is lost too often, it may tear. So have another cartridge at hand with less important data where you can 'borrow' the drive belt if needed.
2. Torn drive belt
Happens mostly if the drive belt as too much tension, but can be caused by simple aging or missing lubrication at the guide pins as well (causing tape stucks). Once the drive belt is torn it must be replaced. There is no way to repair a drive belt. Take another one from another less important cartridge (ideally from a cartridge which has already successfully saved and/or has unreadable data).
3. Tape jam
Happens when there is too little adhesion at the guide pins or the drive belt has too little tension. Open the cartridge and re-arrange the tape, as far as it is possible. Transfer the whole tape to another cartridge where the guide pins and the drive belt are OK. Tape jams are very bad because the chance is high that the tape gets damaged, mostly through crinkling.
4. Tape stucks
Typical symptom is that the motor works but the tape stops. If that happens, immediately press CONTROL-STOP or the motor may get damaged. Reason for this failure is either too high adhesion at the guide pins or non-uniform spooling which blocks the tape reels. Best solution for both cases is to transfer the tape to another cartridge where the guide pins and the drive belt are OK. If there is too high adhesion you can try to re-lubricate the guide pins but I won't recommend that.
If the tape still stucks even in the new cartridge, then there is probably some substance at the back of the tape which aggregates at the guide pins and makes the tape stuck at those pins. You can try cleaning both the back of the tape and the guide pins, but be careful not to remove the lubricant from the guide pins. For cleaning the back of the tape you can use some isopropyl alcohol on a Q-tip. But take care that the isopropyl does not get into contact with the guide pins!
5. Non-uniform spooling
The tape is visibly not evenly coined up. This can affect tape transport, and you should take it seriously because it may be the pre-stage of tape jam. Reason is normally a worn out drive belt or too little adhesion at the guide pins. If tape transport is affected, transfer the tape to another cartridge where the drive belt is OK. Sometimes it will suffice to replace only the drive belt. Use the TDUMP utility to re-spool the tape.
Opening and Closing a Tape Cartridge
- Place the cartridge with the aluminium plate up on the workbench.
- Use a Philips screw driver to remove the four screws.
- Hold the plate still attached to the plastic housing and carefully flip the cartridge so that it lays with the plate down to your workbench (otherwise the cartridge interior will distribute on your desk).
- Lift the plastic housing vertically up.
It is a good idea to fixate the cartridge shutter with some adhesive tape, since it easily falls from its pivot post (see below how to re-install it if that happens).
When finished close the cartridge in exacly the reverse order. Make sure that the tape is tensioned (see below for tape retension) and not jammed between plate and plastic housing before re-assembling the cartridge.
Retensioning a Tape Cartridge
Small tape slacks are sometimes eliminated by spooling the whole tape forth and back (also known as 'conditioning'). The 9845 has no built-in command for conditioning a tape cartridge, but you can use the TDUMP utility for spooling (see the 9845 Utilities section). This will be especially necessary if the tape is visibly not evenly coined up or the tape was exposed to extreme changes in temperature. If this won't work, follow these steps:
Open the cartridge as described above, then
- Tension the tape by moving both tape reels in opposite direction. If the the drive belt adhesion prevents moving, do not use force (the drive belt can tear) but use a tool like a toothpick to separate tape and drive belt so that the tape can easier move.
- Use the tape drive wheel to move the tape forth & back.
- If there is still some slack, repeat step 2.
- Reassemble the catridge.
Generally, after any work on the tapes and before reassembling the tape should be tensioned in the above manner. Once the cartridge has been reassembled, it must be opened again for retensioning.
Rethreading a Tape Cartridge
Follow these steps (excerpt from the 9845B/C Service Manual):
Open the cartridge as described above, then
- Thread the tape around the the guides as shown in the drawing above.
- Moisten the end of the tape so that it will stick on the tape reel.
- Use a sharp pencil or a toothpick, guide the end of the tape between the drive belt and the reel.
- As you wind the tape onto the reel, ensure that there is no slack in the tape. If the tape is not tight, start over again.
- Wind at least 10 turns of tape onto the reel by turning the drive roller. If any rollers creep up away from the plate, press them back again.
- Reassemble the cartridge.
A (more detailed) description can be downloaded here.
Cleaning the Read/Write Head

- Remove the tape cartridge if installed.
- Clean the magnetic head with a cotton swab that has been damped with a magnetic head cleaning solution. Wipe the face of the magnetic head a few times with the cotton swab. Remove any other dust that has accumulated in the vicinity of the magnetic head.
Re-installing a Drive Belt
It is truly possible that you may have more than one chance to practice this procedure. The standard occasion is a lost or torn drive belt.
The technique is a bit tricky, but with some practice it will be no problem at all. Obey the path of the drive belt from the tape cartridge drawing above.
Open the cartridge as described above, then
- Place the cartridge plate-down with the drive wheel to the right.
- Detach the drive belt guide roller at the lower left corner from its axis and lay it aside.
- Turn the two tape reels in opposite direction so that the tape is not too loose.
- Wind the drive belt with the right orientation around the lower part of the drive wheel.
- Guide the drive belt through the space between the coils. Secure the drive belt with your right hand that it can't leave this space accidentally.
- Wind the drive belt around the drive belt guide roller in the upper left corner. Secure the drive belt with one finger of your right hand that it can't slip off the guide roller.
- Now grab both the second guide roller (which had been layed apart) together with the lower left loop of the drive belt between the thumb and the forefinger of your left hand and, while tensioning the drive belt, slip the guide roller carefully on its axis. You have to grab both the guide roller and the drive belt together in order not to loose one of them.
- Move the coils a little bit back and forth to check if the drive belt is well positioned. Then re-tension the tape as described here.
- Close the cartridge as described above.
Reassembling the Cartridge Shutter
Sometimes, when a cartridge is open, the shutter accidentally may fall off. It is a little bit tricky to get it re-attached, but with some practice it is a matter of seconds.
<drawing shutter>
There is a small spring which holds the shutter in closed position until it is plugged into the tape drive. Look for that spring (probably it is anywhere in a dark corner below your desk). It has one long and one short wire end. Then look for the shutter, it has a small depression at the bottom of the hinge where the spring fits in. The depression has two tiny notches, one deeper notch and one less deep.
<drawing depression>
Place the spring with the small end down into the depression, so that the small end fits into the deeper notch. Then bend the longer end until it fits into the smaller notch. Cover the top of the spring with your finger so that it can't jump out of the depression during bending. When the longer end is hooked in the small notch, carefully place the shutter over its pivot post and push it completely down. Then release the longer end of the spring by bending it out of the notch.
<drawing notch>
That's it, the shutter should now be completely functional again.
Tape Care
Very simple. Don't leave the cartridges in the tape drive if not used. Keep them in their boxes. Keep them away from magnetic fields and don't touch the tape surface. If you plan to store them for the next decade, I'd recommend to spool coins completely off and leave some message how to rethread them.
By the way, the by far most durable data media are punched paper tapes and paper cards. They beat any magnetic media and even CD-ROMs for centuries.