<div dir="ltr"><div dir="ltr"><a href="https://en.wikipedia.org/wiki/DECtape">https://en.wikipedia.org/wiki/DECtape</a><br><br></div><div>It's more like a very slow floppy drive than like a tape.  You may have DECtape-I (tu56) or DECtape-II (tu58).  If it's DECTape-II, <a href="https://retrocmp.com/tools/tu58fs">https://retrocmp.com/tools/tu58fs</a> is probably what you want; it doesn't do great for VAX 11/730 booting, but it should be OK for file extraction.  SIMH has reasonable support for both -I and -II devices but you may have to pull the code out and make your own tool--I don't know of a tu58fs equivalent for tu56.<br><br></div><div>Adam</div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, May 27, 2025 at 10:18 AM Thalia Archibald via TUHS <<a href="mailto:tuhs@tuhs.org">tuhs@tuhs.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Yufeng Gao wrote:<br>
> The s1 tape is a UNIX INIT DECtape containing the kernel, while s2 includes<br>
> most of the distribution files.<br>
[<a href="https://www.tuhs.org/pipermail/tuhs/2025-February/031420.html" rel="noreferrer" target="_blank">https://www.tuhs.org/pipermail/tuhs/2025-February/031420.html</a>]<br>
<br>
Hello Yufeng,<br>
<br>
Do you have more details on the format of the s1 tape? I want to reproduce your<br>
work.<br>
<br>
The s2 tape is in the tap format, which was easy to decode, and I assumed that<br>
s1 was similar, just with its file headers on an earlier tape. I’ve been able to<br>
fairly accurately segment s1 into files by observing that blocks duplicate the<br>
tail of the previous block when they are not a full 512 bytes. I’ve written a<br>
tool for this and have segmented all the text files and some of the binaries,<br>
but I’m floundering on the rest. What you say seems to suggest that s1 actually<br>
does have file metadata.<br>
<br>
Thalia<br>
</blockquote></div></div>