reading tapes on 386/ix written to SCO's /dev/erct0
Tom Neff
tneff at bfmny0.BFM.COM
Fri Oct 19 14:25:27 AEST 1990
In article <1990Oct18.194508.10825 at cti-software.nl> pim at cti-software.nl (Pim Zandbergen) writes:
>I wrote:
>
>>I have these two tapes I want to read on our 386/ix 2.0.2 system.
>>But apperently they were written on SCO UNIX using /dev/erct0,
>>the error correcting device.
>
>With a bit of experimenting, I solved the problem myself.
>
>This is the program I used.
>Usage:
> dd if=/dev/tape bs=256k | skipecc | cpio -i ....
Put that C compiler away.
---------------------------------------
#/bin/sh
# skipecc, using the tools God and AT&T gave us.
while true
do
dd bs=31744 count=1
dd bs=1024 count=1 of=/dev/null
done
----------------------------------------
--
To exit -- [__] Tom Neff
press <Enter>. [__] tneff at bfmny0.BFM.COM
More information about the Comp.unix.sysv386
mailing list