From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 14532 invoked from network); 23 Aug 2022 05:55:39 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 23 Aug 2022 05:55:39 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 9169240D58; Tue, 23 Aug 2022 15:55:32 +1000 (AEST) Received: from junk.nocrew.org (junk.nocrew.org [51.15.56.219]) by minnie.tuhs.org (Postfix) with ESMTPS id A4AB840D53 for ; Tue, 23 Aug 2022 15:55:24 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=junk.nocrew.org) by junk.nocrew.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1oQMsk-0000hH-DC; Tue, 23 Aug 2022 05:55:22 +0000 From: Lars Brinkhoff To: Warner Losh Organization: nocrew References: <7w7d30jnp1.fsf@junk.nocrew.org> Date: Tue, 23 Aug 2022 05:55:22 +0000 In-Reply-To: (Warner Losh's message of "Mon, 22 Aug 2022 10:27:31 -0600") Message-ID: <7wlerfijw5.fsf@junk.nocrew.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: lars@nocrew.org X-SA-Exim-Scanned: No (on junk.nocrew.org); SAEximRunCond expanded to false Message-ID-Hash: EPYSW2AQ24TIGVOUXY7OY7KP3Y5U6KQT X-Message-ID-Hash: EPYSW2AQ24TIGVOUXY7OY7KP3Y5U6KQT X-MailFrom: lars@nocrew.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-tuhs.tuhs.org-0; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: The Eunuchs Hysterical Society X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Extracting files from various old dump/restore tapes List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Warner Losh wrote: > So 60011 is OFS_MAGIC and 60012 is NFS_MAGIC. Both of these are > variants on UFS, but really old. And given they are at different > offsets, you'll likely need to reverse engineer the offsets used for > the platform's dinode. So anyway, it seems my best bet would be getting an old "restore" and hack it till it runs. Part of the problem is that there are hundreds of these images, so it would be a lot of work to examine them individually in emulated systems. A good first start to examine the content would be to just list the file names. > Without more specific data it's hard to know if there's an extant > binary that can be run in emulation to read these tapes. The tapes are from MIT's "Tapes of Tech Square" collection. Likely candidates include PDP-11 V7, 4.x BSD on VAX, and Sun workstations. I suppose the latter would use the big endian format. There are also many variations of the tar and cpio formats, but I'm on firmer ground there.