From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.2 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: from minnie.tuhs.org (minnie.tuhs.org [50.116.15.146]) by inbox.vuxu.org (Postfix) with ESMTP id 8A886294E4 for ; Wed, 12 Jun 2024 18:31:39 +0200 (CEST) Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id BBF56427A8; Thu, 13 Jun 2024 02:31:32 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuhs.org; s=dkim; t=1718209892; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-owner:list-unsubscribe:list-subscribe:list-post; bh=Na98a9i33SwkzQysbd0Qruszfk41xYzB2aVqpCcv64M=; b=mBGECTyrXUeBV0lScIFkn6YUg+KNcPw/f7Cdw4l0AUS7co2W+FGLzwJ1Y42hxaQFSStX6P BL98bWo55/h9LBXQCvYRgzAccp+PWpuicW4jlt400o+rfncXAOt8KaBW2VstoAz6ChAW2i OOmKm8jFGGtka78am09/XDQRhiw9TP0= Received: from mail-40132.protonmail.ch (mail-40132.protonmail.ch [185.70.40.132]) by minnie.tuhs.org (Postfix) with ESMTPS id A7C75427DB for ; Thu, 13 Jun 2024 02:31:24 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1718209881; x=1718469081; bh=Na98a9i33SwkzQysbd0Qruszfk41xYzB2aVqpCcv64M=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=CuyAaeqw4ZIsWhrD/vjoZ+dHqJJA9HK4lbs8Cw06lxlukyitsiWdRg4OfiRLuh0zr IVevCh18nfNNhqmtPvYeuuU+rgvMU7hm73WFB8H2dVXck3wdhaKqeoTwzI4tnQnTC9 01L85KCR/C2JxJiPE71RNI5gkLCqUxMKydBWz4zocyHSe7c6za/4+ohBsRm5JXbqQL 0+CajSp28Db//KRBkJjVf/G50ipWr/X98c5UJYjn1F/ga2aFYoQdgzFw2udL2zz/0M sFnhnaoYgvfmORVCGVbxC981oAVo9D6JNstQNaYkOMzAbDk3foMPkw4znE8cOzZ7Sd j2LiRBchXGiEQ== Date: Wed, 12 Jun 2024 16:30:48 +0000 To: Arno Griffioen Message-ID: In-Reply-To: References: <20240612081204.670F21FBE4@orac.inputplus.co.uk> Feedback-ID: 35591162:user:proton X-Pm-Message-ID: fd049e5486a75189cf4223b10a48c7ffdf97ef2e MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-ID-Hash: ZWFDGXM4WGTP673VMODEWMOAJG27TUGP X-Message-ID-Hash: ZWFDGXM4WGTP673VMODEWMOAJG27TUGP X-MailFrom: segaloco@protonmail.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: The Unix Heritage Society mailing list X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: 5ESS UNIX RTR Reference Manual - Issue 10 (2001) List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: From: segaloco via TUHS Reply-To: segaloco On Wednesday, June 12th, 2024 at 1:41 AM, Arno Griffioen via TUHS wrote: > On Wed, Jun 12, 2024 at 09:12:04AM +0100, Ralph Corderoy wrote: >=20 > > And then perhaps there's a command to extract the ISO from the bin/cue > > files. >=20 >=20 > 'bchunk' is one that does exactly that. >=20 > Also 'fuseiso' allows mouting a BIN/CUE file/image as a regular filesyste= m to > read the files if you just want to use them as-is. >=20 > Bye, Arno. bchunk is likewise my tool of choice for that sort of thing. I think what = I'll go with is the bin/cue for completeness but also a zip of the contents= composited together. Someone who specifically needs the disc image data c= an probably figure out bchunk and then an archive will be present in a form= navigable through archive.org's interface with the composite pieces from e= ach collection (i.e. a merge of the discs for a multi-disc set). That shou= ld hopefully satisfy various needs. - Matt G.