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=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16142 invoked from network); 28 Feb 2023 15:45:52 -0000 Received: from minnie.tuhs.org (50.116.15.146) by inbox.vuxu.org with ESMTPUTF8; 28 Feb 2023 15:45:52 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id B84E942273; Wed, 1 Mar 2023 01:45:47 +1000 (AEST) Received: from mail-pf1-x435.google.com (mail-pf1-x435.google.com [IPv6:2607:f8b0:4864:20::435]) by minnie.tuhs.org (Postfix) with ESMTPS id B158A4226F for ; Wed, 1 Mar 2023 01:45:40 +1000 (AEST) Received: by mail-pf1-x435.google.com with SMTP id ce7so6028754pfb.9 for ; Tue, 28 Feb 2023 07:45:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date:message-id:reply-to; bh=gg0H1RPDISzBVvpfspPBeHr5obbBWXgvrIkbbW6TuBA=; b=WdlECGM9sxEUZdbgrbuhDhInXeQtPilZT6KJ+Sthdp5msNZ2ZSIKqE3z6gP9vO6Tmm y2DkrwFzhF8Ue5fzgbrfPg2Mt9dyLOYimm/5v+k52NrHjWP0PwdujlRqf5mooEPWIhXG 2bJXiMy90QiypAyGR2guKnoeHM4ljGNUhBbkU+2ysnNRjsQ24QUt9sP5ROy8MQk1N/Yh 0FSr6K0NquUXX1y/Gdm7ebhvnI6tcO9Trv/H4oJ4WA142A6HMcfPJqgn8mgE7gdplCOo z7/SbnUz26PLOYGPnIF7/OyGnn25ESusX5IoCnt+AaguzoQ73vMtmdoW60jMIz/eM2yD 3aBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=gg0H1RPDISzBVvpfspPBeHr5obbBWXgvrIkbbW6TuBA=; b=5gxuDwrkBZgDfv6MTd24KqljZ4vVdzz0MSs1J5ulw4F5mhvQBBsiWpjowrnskX0um9 225OV4nksUWrO8WfdtAfq97mU5F7iR5noDzcmCWlhnw8iAyHXmiypzQPRu2rxwKdEMug eaj3ETAXWglIfUcBI4nk5IEiiIl/0A4uYTcSaDH/QdT349pLfnIlEMLOcwt3Ez9FkSXu 9IsJKBtRfqB5jOy+7N+NmQgU5QuWWjLb6Zc/wNgW85RtyUEzRx2P4uAyyqzAOneyUTCr a9bROyaPE1tYHBb+R3gmTS93QDw2tzLLsArQIbc/ZAq4pnlXEj1cbMO4ioYVKsncaRw/ J9mA== X-Gm-Message-State: AO0yUKWSr+H0g9NDmqWbVxXD4+8hxfeSghV+8s575kG8FE+dwRCL7Dty 6FsZKM7AuGeV50rS0uDS0AXwviJLT83XtUpZx6+zMHJy X-Google-Smtp-Source: AK7set+QGNKs3x8niRY9aNSEbJiy3yvjdyQoXj5wxKztGaBuWF0rb6tdskd8J+mnWQevz1M5vAu8EDGUoKj69LA17tg= X-Received: by 2002:a05:6a00:26ed:b0:5a8:ac30:80bf with SMTP id p45-20020a056a0026ed00b005a8ac3080bfmr1127494pfw.6.1677599139591; Tue, 28 Feb 2023 07:45:39 -0800 (PST) MIME-Version: 1.0 From: KenUnix Date: Tue, 28 Feb 2023 10:45:23 -0500 Message-ID: To: UNIX TUHS Group Content-Type: multipart/alternative; boundary="000000000000ca78a305f5c47c17" Message-ID-Hash: ZTMS7G7ZBCHZHGDEODI764HZL7HCJOLK X-Message-ID-Hash: ZTMS7G7ZBCHZHGDEODI764HZL7HCJOLK X-MailFrom: ken.unix.guy@gmail.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 X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Unix V7 enblock.c List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: --000000000000ca78a305f5c47c17 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Morning, I am using enblock to create tap files from tar files. Was a program ever written to convert tap files to tar files or a Linux program that could read tap files? I also see that writing to a tap file from Unix the size increases when writing multiple files however when writing 1 file to the tap file "tar cv0 ..." the tap file still remains at its larger size from the previous larger writes. Is this what is expected? Thanks, Ken --=20 WWL =F0=9F=93=9A --000000000000ca78a305f5c47c17 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Morning,

I am using enblock = to create tap files from tar files.

Was a prog= ram ever written to convert tap files to tar files or
a Linux pro= gram that could read tap files?

I also see that wr= iting to a tap file from Unix the size increases
when writing mul= tiple files however when writing 1 file to the tap
file "tar= cv0 ..." the tap file still remains at its larger size from the
=
previous larger writes. Is this what is expected?

Thanks,
Ken


--
WWL =F0=9F=93=9A


<= /div>
--000000000000ca78a305f5c47c17--