How to recover programs from install disks

Randall L. Smith randy at rls.UUCP
Fri Jun 1 16:00:24 AEST 1990


In article <1990May31.153301.2562 at monymsys.uucp>, david at monymsys.uucp (David Kozinn) writes:
> cpio on the disks just seems to show a file called "diskdata" that apparently
> contains the name of the disk. Does anyone out there know of any way to
> recover this one file? Thanks.

You're just using the wrong device.  Probably some command like;

cpio -ivt < /dev/rdsk/0s25

Right?  Well, you're only off by a smidgen.  Try;

cpio -ivt < /dev/rdsk/0s24

which will list the contents of the floppy.  All other applicable commands
for cpio will work dandy with /dev/rdsk/0s24.

Cheers!

- randy

Usenet: randy at rls.uucp 
Bangpath: ...<backbone>!osu-cis!rls!randy
Internet: rls!randy at tut.cis.ohio-state.edu



More information about the Comp.unix.microport mailing list