From owner-freebsd-hackers Wed Jun 18 10:28:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28773 for hackers-outgoing; Wed, 18 Jun 1997 10:28:06 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id KAA28707 for ; Wed, 18 Jun 1997 10:28:00 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA21035; Wed, 18 Jun 1997 10:18:37 -0700 From: Terry Lambert Message-Id: <199706181718.KAA21035@phaeton.artisoft.com> Subject: Re: Opus diskettes To: dgy@rtd.com (Don Yuniskis) Date: Wed, 18 Jun 1997 10:18:37 -0700 (MST) Cc: freebsd-hackers@freefall.FreeBSD.org In-Reply-To: <199706181513.IAA02167@seagull.rtd.com> from "Don Yuniskis" at Jun 18, 97 08:13:39 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm trying to chase down some man page problems in one of > the ports and was going to look through the man pages for another > OS I have in a box here. It's a SysV3.2 derivative from Opus > Systems (runs on a 32032 coprocessor card). The files appear > to be gzipped tarballs with some bogus front-end glued onto > them. They are all called OPFIL (on 5" floppies). > Was this a SysV-ism? Any clues as to how I can > descramble them (short of reinstalling the coprocessor card, etc.)? > Thx! dd if=/dev/floppy skip=4k conv=swab of=file_without_VTOC You may not need the "conv=swab", depending on the box you are running on. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.