The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] how to extract tap file?
@ 2013-09-18  0:01 Jeremy C. Reed
  2013-09-18  1:05 ` random832
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Jeremy C. Reed @ 2013-09-18  0:01 UTC (permalink / raw)


How to to extract a ".tap" file?  What tools?

I found http://man.cat-v.org/unix-1st/1/tap manual but I haven't found 
corresponding tool (even in tuhs source code archive).

The file I am trying to extract is 
http://bitsavers.trailing-edge.com/bits/BSD/BSD4.1_bootable.tap.gz (12 
MB).  I can view some of the plain text in it.

I tried historical ar (which I have used for some other 1970's images), 
restore, and tar. file(1) says it is a "Maple help database".

  Jeremy C. Reed

echo 'EhZ[h ^jjf0%%h[[Zc[Z_W$d[j%Xeeai%ZW[ced#]dk#f[d]k_d%' | \
  tr            '#-~'            '\-.-{'




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

* [TUHS] how to extract tap file?
  2013-09-18  0:01 [TUHS] how to extract tap file? Jeremy C. Reed
@ 2013-09-18  1:05 ` random832
  2013-09-18  1:13 ` random832
  2013-09-18  1:32 ` Jeremy C. Reed
  2 siblings, 0 replies; 5+ messages in thread
From: random832 @ 2013-09-18  1:05 UTC (permalink / raw)


On Tue, Sep 17, 2013, at 20:01, Jeremy C. Reed wrote:
> How to to extract a ".tap" file?  What tools?
> 
> I found http://man.cat-v.org/unix-1st/1/tap manual but I haven't found 
> corresponding tool (even in tuhs source code archive).

The tool is called "tp".



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

* [TUHS] how to extract tap file?
  2013-09-18  0:01 [TUHS] how to extract tap file? Jeremy C. Reed
  2013-09-18  1:05 ` random832
@ 2013-09-18  1:13 ` random832
  2013-09-18  1:32 ` Jeremy C. Reed
  2 siblings, 0 replies; 5+ messages in thread
From: random832 @ 2013-09-18  1:13 UTC (permalink / raw)


On Tue, Sep 17, 2013, at 20:01, Jeremy C. Reed wrote:
> How to to extract a ".tap" file?  What tools?
> 
> I found http://man.cat-v.org/unix-1st/1/tap manual but I haven't found 
> corresponding tool (even in tuhs source code archive)

sorry, my previous email was wrong, tap isn't the same as tp.

AncientFS has a tap driver for FUSE:
https://github.com/macfuse/macfuse/tree/master/filesystems/unixfs/ancientfs
- you might be able to use that directly or use it to get information
about the format. I could swear I found a copy of the original archive
program for it at some point, but I don't remember where.



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

* [TUHS] how to extract tap file?
  2013-09-18  0:01 [TUHS] how to extract tap file? Jeremy C. Reed
  2013-09-18  1:05 ` random832
  2013-09-18  1:13 ` random832
@ 2013-09-18  1:32 ` Jeremy C. Reed
  2013-09-18  3:02   ` Warren Toomey
  2 siblings, 1 reply; 5+ messages in thread
From: Jeremy C. Reed @ 2013-09-18  1:32 UTC (permalink / raw)


On Tue, 17 Sep 2013, Jeremy C. Reed wrote:

> How to to extract a ".tap" file?  What tools?

I forgot that I asked this before and was answered off-list pointing to 
a non-existent URL which I found archived elsewhere:

http://marc.info/?l=classiccmp&m=104968973930145

I may try some of this.

> I found http://man.cat-v.org/unix-1st/1/tap manual but I haven't found 
> corresponding tool (even in tuhs source code archive).
> 
> The file I am trying to extract is 
> http://bitsavers.trailing-edge.com/bits/BSD/BSD4.1_bootable.tap.gz (12 
> MB).  I can view some of the plain text in it.
> 
> I tried historical ar (which I have used for some other 1970's images), 
> restore, and tar. file(1) says it is a "Maple help database".



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

* [TUHS] how to extract tap file?
  2013-09-18  1:32 ` Jeremy C. Reed
@ 2013-09-18  3:02   ` Warren Toomey
  0 siblings, 0 replies; 5+ messages in thread
From: Warren Toomey @ 2013-09-18  3:02 UTC (permalink / raw)


Have a look in http://www.tuhs.org/Archive/PDP-11/Tools/Tapes/
at the tp tools. I know I wrote some C programs to deal with tap, but on the road so can't see exactly where I put them.
Cheers, Warren

"Jeremy C. Reed" <reed at reedmedia.net> wrote:
>On Tue, 17 Sep 2013, Jeremy C. Reed wrote:
>
>> How to to extract a ".tap" file?  What tools?
>
>I forgot that I asked this before and was answered off-list pointing to
>
>a non-existent URL which I found archived elsewhere:
>
>http://marc.info/?l=classiccmp&m=104968973930145
>
>I may try some of this.
>
>> I found http://man.cat-v.org/unix-1st/1/tap manual but I haven't
>found 
>> corresponding tool (even in tuhs source code archive).
>> 
>> The file I am trying to extract is 
>> http://bitsavers.trailing-edge.com/bits/BSD/BSD4.1_bootable.tap.gz
>(12 
>> MB).  I can view some of the plain text in it.
>> 
>> I tried historical ar (which I have used for some other 1970's
>images), 
>> restore, and tar. file(1) says it is a "Maple help database".
>_______________________________________________
>TUHS mailing list
>TUHS at minnie.tuhs.org
>https://minnie.tuhs.org/mailman/listinfo/tuhs

-- 
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20130918/b5afdddb/attachment.html>


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

end of thread, other threads:[~2013-09-18  3:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-18  0:01 [TUHS] how to extract tap file? Jeremy C. Reed
2013-09-18  1:05 ` random832
2013-09-18  1:13 ` random832
2013-09-18  1:32 ` Jeremy C. Reed
2013-09-18  3:02   ` Warren Toomey

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