<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">I wrote one of these a long time ago for Tru64, but I do not think I still have it.  The concept is easy:  <a href="http://simh.trailing-edge.com/docs/simh_magtape.pdf">http://simh.trailing-edge.com/docs/simh_magtape.pdf</a></div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">But the problem is it becomes extremely driver specific.   You need to know what marks the driver is going to write for you - which is highly OS dependent - as well as what the devices does behind the scenes which is highly device dependent.  I was going to 9-track and I know the details for all of that, but I have not idea how TKxx wrotes tape marks (I always avoided them as a "bad idea").</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">In 9-track world, the end of each file is mark as a single meta record (tape mark),  Two in the row marks end-of-tape.   So the when you write a take the driver check to see if its at start of tape and if not, has to backs up over the last tape mark and then start writing.  On close it writes 2 tape marks. </div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">QIC tapes do not work that way.  Exabyte and DAT are closer to 9-track in rules, but I've forgotten most of the details and I do remember there was something funky about the original DECtape but those bits in my brain have long rotted away.  You really should open the driver for the TK50 and see if you can grok it.  Look at the open and close code very carefully.</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Clem</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 4:38 PM, Cory Smelosky <span dir="ltr"><<a href="mailto:b4@gewt.net" target="_blank">b4@gewt.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br>
<br>
Googling around only seems to want to show me how to copy real tapes to images.  I need to copy a SIMH tape image to a real tape!<br>
<br>
I seem to recall SIMH including a utility for this...but I could be mistaken.<br>
<br>
I will need a utility that will run on VMS (VAX) as I need to use a TK50 to make a TK50. (Unless someone wants to doante a TK70. ;) )<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Cory Smelosky<br>
<a href="http://gewt.net" target="_blank">http://gewt.net</a> Personal stuff<br>
<a href="http://gimme-sympathy.org" target="_blank">http://gimme-sympathy.org</a> Projects<br>
______________________________<u></u>_________________<br>
Simh mailing list<br>
<a href="mailto:Simh@trailing-edge.com" target="_blank">Simh@trailing-edge.com</a><br>
<a href="http://mailman.trailing-edge.com/mailman/listinfo/simh" target="_blank">http://mailman.trailing-edge.<u></u>com/mailman/listinfo/simh</a><br>
</font></span></blockquote></div><br></div>