The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] Unix V7 enblock.c
@ 2023-02-28 15:45 KenUnix
  2023-02-28 15:51 ` [TUHS] " Henry Bent
  0 siblings, 1 reply; 4+ messages in thread
From: KenUnix @ 2023-02-28 15:45 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

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


-- 
WWL 📚

[-- Attachment #2: Type: text/html, Size: 838 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] Re: Unix V7 enblock.c
  2023-02-28 15:45 [TUHS] Unix V7 enblock.c KenUnix
@ 2023-02-28 15:51 ` Henry Bent
  2023-03-01 11:45   ` Michael Huff
  0 siblings, 1 reply; 4+ messages in thread
From: Henry Bent @ 2023-02-28 15:51 UTC (permalink / raw)
  To: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

On Tue, 28 Feb 2023 at 10:45, KenUnix <ken.unix.guy@gmail.com> wrote:

> 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
>

Hi Ken,

Questions like this are probably better suited to the SIMH mailing list.
https://groups.io/g/simh

That being said, is there a reason you're bothering to convert to tap
format?  Modern versions of SIMH can do "attach [file] -f tar [device]" to
directly attach a tar file to a tape device.

-Henry

[-- Attachment #2: Type: text/html, Size: 1539 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] Re: Unix V7 enblock.c
  2023-02-28 15:51 ` [TUHS] " Henry Bent
@ 2023-03-01 11:45   ` Michael Huff
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Huff @ 2023-03-01 11:45 UTC (permalink / raw)
  To: henry.r.bent; +Cc: UNIX TUHS Group

[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

On Tue, Feb 28, 2023 at 6:51 AM Henry Bent <henry.r.bent@gmail.com> wrote:

> On Tue, 28 Feb 2023 at 10:45, KenUnix <ken.unix.guy@gmail.com> wrote:
>
>> 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
>>
>
> Hi Ken,
>
> Questions like this are probably better suited to the SIMH mailing list.
> https://groups.io/g/simh
>
> That being said, is there a reason you're bothering to convert to tap
> format?  Modern versions of SIMH can do "attach [file] -f tar [device]" to
> directly attach a tar file to a tape device.
>
> -Henry
>

Hi, Henry, Ken and TUHS

All of the simh vax tutorials on Gunkies still give instructions to turn
all of the tar files (plus things like miniroot) into a single tap file for
installation. I don't know if that is the reason that Ken wants to do that,
however. If it is, he should look at the mkdisttap.pl utility on those
pages.

Ken, there are a couple of other utilities to convert tar files to opensim
tap files simtools collection, mksimtape and tar2mt here is the link to the
collection: https://github.com/open-simh/simtools/tree/master/converters

If there's a utility to convert tap files to tar files, I'm oblivious to it
-sorry.

-Michael

[-- Attachment #2: Type: text/html, Size: 2798 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [TUHS] Re: Unix V7 enblock.c
@ 2023-03-01 12:32 Noel Chiappa
  0 siblings, 0 replies; 4+ messages in thread
From: Noel Chiappa @ 2023-03-01 12:32 UTC (permalink / raw)
  To: tuhs; +Cc: jnc

    > From: Michael Huff

    > All of the simh vax tutorials on Gunkies still give instructions to turn
    > all of the tar files (plus things like miniroot) into a single tap file
    > for installation.

If those are out-of-date, you/someone should get a CHWiki account and
update them! :-)

Documentation skew from code has always been a problem...

       Noel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-01 12:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 15:45 [TUHS] Unix V7 enblock.c KenUnix
2023-02-28 15:51 ` [TUHS] " Henry Bent
2023-03-01 11:45   ` Michael Huff
2023-03-01 12:32 Noel Chiappa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).