Skip to content

Instantly share code, notes, and snippets.

@samueldr
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueldr/8ed2f6b895c4d72bc065 to your computer and use it in GitHub Desktop.
Save samueldr/8ed2f6b895c4d72bc065 to your computer and use it in GitHub Desktop.
Venix/86 BACKUP imgs.

Re-formatted

Manual extraction

Seems the backup is broken. I can bruteforce the untarring of the data from the xfer boot disk, but I guess that the data is too much corrupted, or something like that. I might also be using that tar command wrong.

Here’s something I did:

mkfs /dev/w0.sys 55456
mkdir mnt
mount /dev/w0.sys /mnt
cd /mnt
tar xf9 /dev/rf0

The commands I copied from the wizard thing, the number in mkfs is what was suggested by the Winchester hard disk utility. Basically, I was able to one-shot make a FS, mount it, then using tar in it.

The result is the same than if you follow the steps in the wizard.

Trying to restore

Here’s the steps I follow with the wizard, parts in brackets are elided or comments:

Do you wish to prepare the winchester hard disk […] y
Part I
Are the default winchester partitions acceptable? y
Part II
Do you wish to create the user area? y
WARNING: There is a VENIX file system already on the user area. Do you wish to continue? [If you retry] y
Do you wish to check for bad blocks on the user area? n [It’s just slow]
[…]
Remove the XFER floppy and insert USER 1 floppy in drive 0.
Press ‘return’ to begin the tar extract to the winchester.

Here is what I’m doing, and it’s possibly wrong: Insert BACKUP1.IMG, press return, hit a SOFT ERROR, press I until it beeps and asks to insert floppy 2. Repeat for every floppy disks it asks. Here’s the number of times I had to hit ignore: (1: 29, 2: 4, 3: 0, 4: 2, 5: 2, 6: 1, 7: 2, 8: 15).

It should have asked for a total of 8 floppy disks.

Then, insert back XFER as asked.

The user area should be complete.

Part III
Do you wish to create the system area? y
[…]
Remove the XFER floppy and insert SYSTEM A floppy in drive 0.
Press ‘return’ to begin the tar extract to the winchester.

Well, here’s where it’s a bit weird. You do the same dance, try to extract stuff… It asks for SYSTEM A, then for “floppy B”, which I’d assume would be “SYSTEM B”. If you do the math, BACKUP 1 through 9 makes 9 disks. We used 8 for User, then are using one for SYSTEM A. There is no SYSTEM B. Just for fun, I continued using the same floppy, to see how many SYSTEM disks it wants. It wants A through E; 5 floppies.

If I understand properly, and the backup was not full of soft errors, we’d need 13 floppy disks.

I looked at the floppies, it seems that 1 through 8 are for the user area, and the last one, 9, looks like it could be any one of the 5 system disks.

Analysis

Here’s a random thing I did, looked at the first couple of bytes in all floppies: https://gist.github.com/samueldr/8ed2f6b895c4d72bc065

BACKUP1.IMG has a ./ directory entry, but looking, with xxd still, at the file, it looks like all directory entries are for /usr.

BACKUP9.IMG might not be SYSTEM A, but another one as, I might be wrong, I believe the first volume from the archive would also have the ./ directory entry. It also does not have the ./bin/ directory entry, but has many entries under it. It has ./lib/ and ./dev/ with a couple device nodes.

There is also a crude file listing in the gist. I think, though I could also be wrong on that matter, that entries in the tar files are all aligned, this alignment makes it easy to peek without parsing the file at the filenames.

It might be possible to salvage many things from the backups, they might not even be broken, it might be the emulation that does weird stuff. I just wasn’t able with PcEM to do anything with them.

Oh boy was that a ramble. If you need more infos about what I did, do ask, I’m mainly grasping at straws here.

Closing notes, or: TL;DR:

Even if the backups were good, it seems we’re missing 4 backup disks from the system files. We seem to mostly have the 8 backup disks from /usr/.

Random notes:

I am pretty sure the number in the tar command is the amount of disks to process, and when followed by a dash, the tar output will use letters instead of numbers.

When manually untarring the data from the backups with the xfer disk, I has a couple files. I believe they were mostly the same files I had when untarring using gnu tar or bsdtar on my linux box.

$ for f in BACK*.IMG ; do echo $f; xxd -l 32 $f ; done
BACKUP1.IMG
00000000: 2e2f 0000 0000 0000 0000 0000 0000 0000 ./..............
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
BACKUP2.IMG
00000000: 2e2f 7573 722f 6761 6d65 732f 6d69 6c6c ./usr/games/mill
00000010: 6500 0000 0000 0000 0000 0000 0000 0000 e...............
BACKUP3.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f6d 656e ./usr/jr/art/men
00000010: 7570 6963 732e 696d 0000 0000 0000 0000 upics.im........
BACKUP4.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f77 302f ./usr/jr/art/w0/
00000010: 342f 6661 6c6c 2e69 6d00 0000 0000 0000 4/fall.im.......
BACKUP5.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f77 302f ./usr/jr/art/w0/
00000010: 3531 3031 2f62 6173 6b32 3862 632e 696d 5101/bask28bc.im
BACKUP6.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f77 302f ./usr/jr/art/w0/
00000010: 3531 3031 2f61 7667 6132 346d 2e69 6d00 5101/avga24m.im.
BACKUP7.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f77 302f ./usr/jr/art/w0/
00000010: 3531 3031 2f6d 656e 7531 352e 696d 0000 5101/menu15.im..
BACKUP8.IMG
00000000: 2e2f 7573 722f 6a72 2f61 7274 2f40 6469 ./usr/jr/art/@di
00000010: 7300 0000 0000 0000 0000 0000 0000 0000 s...............
BACKUP9.IMG
00000000: 2e2f 6269 6e2f 6469 6666 0000 0000 0000 ./bin/diff......
00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
# Any entry not followed exclusively by dots (.) is not a directory entry.
$ for f in BACKUP*.IMG ; do echo; echo $f ; xxd -c 64 $f | cut -d' ' -f35- | grep '^\./'; done
BACKUP1.IMG
./..............................................................
./usr/..........................................................
./usr/adm/......................................................
./usr/bin/......................................................
./usr/bin/adb...................................................
./..|.Jt..|.Ku(.D.-J..........d8.F..D.-J..........f8.F..v.V.X...
./usr/games/worms...............................................
./usr/bin/ranlib................................................
./usr/bin/cal...................................................
./usr/bin/ac....................................................
./usr/bin/doscopy...............................................
./usr/bin/bc....................................................
./=..u....4z.. .Z.P..|3.w.........4..u..\.P...Y.........4....|3.
./usr/games/monop...............................................
./usr/bin/calendar..............................................
./usr/bin/cb....................................................
./usr/bin/col...................................................
./usr/games/....................................................
./usr/games/yipes...............................................
./usr/bin/dos...................................................
./usr/dos/ren...................................................
./usr/bin/deroff................................................
./usr/bin/egrep.................................................
./usr/dos/copy..................................................
./usr/bin/fgrep.................................................
./usr/bin/graph.................................................
./usr/dos/dir...................................................
./usr/bin/iplot.................................................
./usr/dos/......................................................
./usr/dos/del...................................................
./usr/bin/lex...................................................
./usr/dict/spellout.............................................
./usr/dict/spellhist............................................
./usr/dict/spellin..............................................
./usr/bin/spline................................................
./F...E.J.v.......^..?9~4.^...0.~..Ev..N..^......^...1.^....~..u
./usr/bin/lpstop................................................
./usr/dict/hstop................................................
./...r...w..|s.|...."d..C.[.:L..{.K.Z.Mi..n.d.....)........7~.v.
./..H.S|....^.,.....>k......g~..vz..-T~&...m...uz...gw.1i..R.;L.
./usr/bin/m4....................................................
./..g..g..Kk.-.o}......r8......d?I.....P.......>{......h....(.[y
./m`..hhZ..(W..o.}W.......AS.(...........Y.@..=..o..2U-o...o..l.
./usr/bin/neqn..................................................
./]..3.._...."'.e.=...^.}F.m#R..1....-......5...[}.8t...........
./usr/demo/p5o..................................................
./usr/demo/p5p..................................................
./usr/demo/p5q..................................................
./usr/demo/do...................................................
./usr/dict/.....................................................
./usr/dict/hlista...............................................
./usr/demo/p5j..................................................
./usr/demo/p5k..................................................
./usr/demo/p5l..................................................
./usr/demo/p5m..................................................
./usr/demo/p5n..................................................
./usr/demo/p5e..................................................
./usr/demo/p5f..................................................
./usr/demo/p5g..................................................
./usr/demo/p5h..................................................
./usr/demo/p5i..................................................
./usr/bin/nroff.................................................
./usr/demo/p5a..................................................
./usr/demo/p5b..................................................
./usr/demo/p5c..................................................
./usr/demo/p5d..................................................
./usr/demo/p2g..................................................
./usr/demo/p2h..................................................
./usr/demo/p3a..................................................
./usr/demo/p3b..................................................
./usr/demo/p3c..................................................
./usr/demo/p3d..................................................
./usr/demo/p4...................................................
./usr/demo/DEMO.................................................
./usr/demo/p1...................................................
./usr/demo/p2a..................................................
./usr/demo/p2b..................................................
./usr/demo/p2c..................................................
./usr/demo/p2d..................................................
./usr/demo/p2e..................................................
./usr/demo/p2f..................................................
./usr/demo/.....................................................
./usr/demo/.profile.............................................
./. ....@../.N@.././._.....?.O<b..>U3u.&'....=. ....... /./.`..O
./usr/bin/spell.................................................
./usr/bin/yacc..................................................
./usr/bin/dplot.................................................
./usr/bin/tabs..................................................
./usr/bin/find..................................................
./usr/bin/cu....................................................
./.Y.~..}..F....7.(.P...Y...P.v........F.3.P...Y.~..}..>.E.u....
./usr/bin/prof..................................................
./usr/bin/dosdel................................................
./usr/bin/tbl...................................................
./usr/bin/erase.................................................
./usr/bin/nm....................................................
./usr/bin/at....................................................
./usr/bin/erstek................................................
./usr/bin/erspc.................................................
./usr/bin/basic.................................................
./usr/bin/eplot.................................................
./..|.Jt..|.Ku(.D.-J..........b1.F..D.-J..........d1.F..v.V.X...
./usr/bin/newgrp................................................
./usr/bin/access................................................
./usr/bin/cpplot................................................
./usr/bin/dosdir................................................
./usr/bin/lscreen...............................................
./usr/bin/setscreen.............................................
./usr/bin/dosren................................................
./usr/bin/tek...................................................
./usr/bin/plot..................................................
./usr/bin/hplot.................................................
./usr/bin/join..................................................
./usr/bin/pscreen...............................................
./usr/bin/dostype...............................................
./usr/bin/lint..................................................
./usr/bin/lorder................................................
./usr/bin/awk...................................................
./usr/bin/dc....................................................
./usr/bin/sscreen...............................................
./usr/bin/suspend...............................................
./usr/bin/resume................................................
./usr/bin/pplot.................................................
./usr/bin/sed...................................................
./usr/bin/dtree.................................................
./usr/bin/ptx...................................................
./usr/bin/prep..................................................
./usr/bin/quot..................................................
./usr/bin/mesg..................................................
./usr/bin/look..................................................
./etc/checklist.r.quot: can't open checklist file %s../etc/check
./usr/bin/ncheck................................................
./usr/bin/checkeq...............................................
./usr/bin/tk....................................................
./usr/bin/strip.................................................
./usr/bin/time..................................................
BACKUP2.IMG
./usr/games/mille...............................................
./usr/games/cribbage............................................
./usr/games/canfield............................................
./usr/games/cfscores............................................
./usr/games/lib/................................................
./usr/games/lib/yipescore.......................................
./usr/games/lib/cards.pck.......................................
./usr/games/lib/cfscores........................................
./usr/games/lib/criblog.........................................
./usr/games/lib/yipe_game.a.....................................
./usr/games/lib/yipe_game.b.....................................
./usr/games/lib/yipe_game.c.....................................
./usr/games/lib/yipe_game.f.....................................
./usr/games/lib/yipe_game.d.....................................
./usr/games/lib/crib.instr......................................
./usr/games/lib/yipe_game.e.....................................
./usr/games/wump................................................
./usr/guest/....................................................
./usr/help/.....................................................
./usr/help/more.help............................................
./usr/include/..................................................
./usr/include/ident.h...........................................
./usr/jr/.login.................................................
./usr/include/a.out.h...........................................
./* old impure format */.#define.NMAGIC.0411../* read-only text
./*. * Macros which take exec structures as arguments and tell w
./usr/include/ar.h..............................................
./usr/include/assert.h..........................................
./usr/include/core.h............................................
./usr/include/ctype.h...........................................
./usr/jr/.login.................................................
./usr/jr/art/...................................................
./usr/jr/art/.cshrc.............................................
./usr/jr/art/.login.............................................
./usr/jr/art/menucol.im.........................................
./usr/include/curses.h..........................................
./usr/include/dump.h............................................
./usr/jr/.emacs_pro.............................................
./usr/jr/.emacs_pro.mo..........................................
./usr/include/errno.h...........................................
./usr/include/execargs.h........................................
./usr/include/grp.h.............................................
./usr/include/sys/..............................................
./usr/include/sys/buf.h.........................................
./usr/jr/.......................................................
./usr/jr/t1.....................................................
./usr/jr/.cshrc.................................................
./usr/include/sys/conf.h........................................
./usr/include/sys/dir.h.........................................
./usr/include/sys/fblk.h........................................
./usr/include/sys/file.h........................................
./usr/include/sys/filsys.h......................................
./usr/include/sys/ino.h.........................................
./usr/include/sys/inode.h.......................................
./* least sig */..daddr_t.. i_addr[8];./* block numbers constitu
./*. * Flags.. */.#define.ILOCK.01../* inode is locked */.#defin
./usr/include/sys/param.h.......................................
./usr/include/sys/pk.h..........................................
./* copy of remote pr */..char.p_nxtps;./* next output seq numbe
./usr/include/sys/pk.p..........................................
./usr/include/sys/proc.h........................................
./usr/include/sys/reg.h.........................................
./usr/include/sys/stat.h........................................
./usr/include/sys/stati.h.......................................
./* block special */.#define..S_IFREG.0100000./* regular file */
./* set user id on execution */.#define.S_ISGID..002000./* set g
./* block special */.#define..S_IFREG.0100000./* regular file */
./usr/include/sys/systm.h.......................................
./usr/include/sys/text.h........................................
./usr/include/sys/timeb.h.......................................
./usr/include/sys/times.h.......................................
./usr/include/sys/tty.h.........................................
./* ^S ^Q processing on i/o */.#define.CBREAK.02../* c-by-c wake
./usr/include/sys/types.h.......................................
./usr/include/sys/user.h........................................
./* current directory entry */...ino_t u_ino;...char u_name[DIR
./usr/include/sys/devparm.h.....................................
./usr/include/sys/xtblk0.h......................................
./usr/include/math.h............................................
./usr/include/mp.h..............................................
./usr/include/nlist.h...........................................
./usr/include/unctrl.h..........................................
./usr/include/pwd.h.............................................
./usr/include/ranlib.h..........................................
./*. * Structure of the __.SYMDEF table of contents for an archi
./usr/include/setjmp.h..........................................
./usr/include/sgtty.h...........................................
./* different flags */.#define.CBREAK.0002.#define.LCASE.0004.#d
./usr/include/signal.h..........................................
./* bad argument to system call */.#define.SIGPIPE.13./* write o
./usr/include/stab.h............................................
./usr/include/stdio.h...........................................
./usr/include/time.h............................................
./usr/include/utmp.h............................................
./usr/include/whoami.h..........................................
./usr/include/varargs.h.........................................
./usr/lib/......................................................
./usr/lib/uucp/.................................................
./usr/lib/uucp/uuclean..........................................
./BP.v........v....Y.f._^]..U..VWQ.v....Y.F...u..^..........^..w
./usr/lib/uucp/uuxqt............................................
./usr/sys/SYSLIB................................................
./usr/lib/uucp/L-devices........................................
./usr/lib/uucp/L-dialcodes......................................
./usr/lib/uucp/L.sys............................................
./usr/lib/uucp/USERFILE.........................................
./usr/lib/uucp/uucico...........................................
./usr/sys/DEVLIB................................................
./usr/sys/conf/ca.o.............................................
./usr/sys/conf/low.s.old........................................
./usr/lib/yaccpar...............................................
./usr/lib/calendar..............................................
./usr/sys/conf/ca.c.............................................
./usr/lib/lex/..................................................
./usr/lib/lex/ncform............................................
./usr/lib/crontab...............................................
./usr/lib/term/.................................................
./usr/lib/term/tab37.c..........................................
./usr/sys/conf/low.s............................................
./usr/lib/term/tab37............................................
./usr/lib/term/tab450...........................................
./usr/lib/term/code.300.........................................
./usr/sys/conf/c.o..............................................
./*Z*/."\001[",./*[*/."\001\\",./*\*/."\001]",./*]*/."\001^",./*
./usr/lib/term/tabvi50.c........................................
./usr/sys/conf/low.o............................................
./usr/sys/conf/vstrip...........................................
./*b*/."\201c",./*c*/."\201d",./*d*/."\201e",./*e*/."\201f",./*f
./usr/lib/term/tabeps.c.........................................
./*2*/."\2013",./*3*/."\2014",./*4*/."\2015",./*5*/."\2016",./*6
./*m*/."\201n",./*n*/."\201o",./*o*/."\201p",./*p*/."\201q",./*q
./usr/sys/......................................................
./usr/sys/conf/.................................................
./usr/sys/conf/Makefile.........................................
./usr/sys/conf/c.c..............................................
./*. *.Version 86/2.0..May 27, 1983. *..Edited:.6/13/84. *. * (C
./usr/lib/term/tab1620-12.c.....................................
./*#*/."\001$",./*$*/."\001%",./*%*/."\001&",./*&*/."\001'",
./*7*/."\2018",./*8*/."\2019",./*9*/."\001:",./*:*/."\001;",./*;
./usr/spool/....................................................
./usr/spool/uucp/...............................................
./usr/spool/uucp/.XQTDIR/.......................................
./usr/spool/uucp/SEQF...........................................
./usr/spool/mail/...............................................
./usr/spool/at/.................................................
./usr/spool/at/past/............................................
./usr/spool/at/lasttimedone.....................................
./usr/spool/uucppublic/.........................................
./usr/lib/term/tab1620.c........................................
./*#*/."\001$",./*$*/."\001%",./*%*/."\001&",./*&*/."\001'",
./*7*/."\2018",./*8*/."\2019",./*9*/."\001:",./*:*/."\001;",./*;
./usr/lib/term/tab450-12-8.c....................................
./*Newline*/.INCH/8,./*Char*/.INCH/12,./*Em*/..INCH/12,./*Halfli
./usr/lib/term/tab450-12.c......................................
./*Newline*/.INCH/6,./*Char*/.INCH/12,./*Em*/..INCH/12,./*Halfli
./usr/lib/term/tab450.c.........................................
./*Hor*/..INCH/60,./*Vert*/.INCH/48,./*Newline*/.INCH/6,./*Char*
./*Hor*/..INCH/60,./*Vert*/.INCH/48,./*Newline*/.INCH/6,./*Char*
./usr/lib/term/tab300.c.........................................
./*Hor*/..INCH/60,./*Vert*/.INCH/48,./*Newline*/.INCH/6,./*Char*
./*Hor*/..INCH/60,./*Vert*/.INCH/48,./*Newline*/.INCH/6,./*Char*
./usr/lib/term/tab300s-12.c.....................................
./*up*/.."\032",./*down*/."\n",./*right*/." ",./*left*/."\b",./*
./usr/lib/term/tab300s.c........................................
./usr/lib/term/tabvi50..........................................
./usr/lib/term/tabpc.c..........................................
./*down*/."\033B",./*right*/."\033D",./*left*/."\033C",./*codeta
./*1/4*/."\0031/2",./*1/2*/."\0033/4",./*3/4*/."\001-",. /*minus
./usr/lib/libtids.a.............................................
./usr/lib/term/tabpc............................................
./usr/lib/term/tabeps...........................................
./usr/lib/tmac/.................................................
./usr/lib/tmac/tmac.s...........................................
./usr/lib/libteps.a.............................................
./usr/lib/tmac/tmac.scover......................................
./usr/lib/libln.a...............................................
./usr/lib/tmac/tmac.sdisp.......................................
./usr/lib/tmac/tmac.skeep.......................................
./usr/lib/tmac/tmac.srefs.......................................
./usr/lib/tabset/...............................................
./usr/lib/tabset/3101...........................................
./usr/lib/tabset/std............................................
./usr/lib/tabset/vt100..........................................
./usr/lib/ex3.7strings..........................................
./usr/lib/tmac/tmac.r...........................................
./usr/lib/lint2.................................................
./usr/lib/libcurses.a...........................................
./usr/lib/libtdec.a.............................................
./usr/lib/lib.b.................................................
./usr/lib/llib-lc...............................................
./* LINTLIBRARY */.#include <stdio.h>.#include <sgtty.h>.#includ
./usr/lib/llib-lm...............................................
./usr/lib/llib-port.............................................
./* LINTLIBRARY */.#include <stdio.h>..exit(s) {;}.long.lseek(f,
./usr/lib/lint1.................................................
./usr/lib/libtpc.a..............................................
./usr/lib/libthp.a..............................................
./usr/lib/suftab................................................
./usr/lib/libtcpc.a.............................................
./!/9/././+/./.1X1(1.1(1@1@1c1.1.1c1.1.1X1.1.1X1.3.4.4.4.4.4.4.4
./usr/lib/basic.help............................................
./usr/lib/libplot.a.............................................
./usr/lib/atrun.................................................
./././</..............$@......$@...............?.......@.
./usr/lib/libtermlib.a..........................................
./usr/lib/liby.a................................................
./usr/lib/libmp.a...............................................
./usr/lib/diffh.................................................
./usr/lib/libt4014.a............................................
./usr/lib/spell.................................................
BACKUP3.IMG
./usr/jr/art/menupics.im........................................
./.B........................................................./.o
./.../.../......................................................
./...?.../......................................................
./...?..._......................................................
./..............................................................
./o..)o...o...`.o...o...o...o...`...o...o....?..o...o...o...o...
./usr/jr/art/w0/4/coke.im.......................................
./."............................................................
./..............................................................
./.../.../...#..................................................
./.O...............&.#..........................................
./.../.../.../.../.../.../.../.../.../...)......................
./usr/jr/art/mendta.dta.........................................
./usr/jr/art/w0/4/cnvrg.im......................................
./usr/jr/art/@des...............................................
./usr/jr/art/w0/4/choirboys.im..................................
./usr/jr/art/w0/4/cbars.im......................................
./...../...../...../...../...../...../....,0.....0....00....20..
./usr/jr/art/w0/4/brush.im......................................
./usr/jr/art/w0/4/black.im......................................
./usr/jr/art/w0/4/bridgef.im....................................
./usr/jr/art/@start.............................................
./usr/jr/art/@account...........................................
./...../...../.....0.....0.....0.....0.....0.....0.....0.....0..
./usr/jr/art/@backup............................................
./usr/jr/art/grmsg.dta..........................................
./usr/jr/art/w0/4/bars100.im....................................
./usr/jr/art/grtemp421.dta......................................
./usr/jr/art/w0/4/bars.im.......................................
./...../...../...../...../...../...../.....0....00....20....40..
./usr/jr/art/grtemp700.dta......................................
./usr/jr/art/histfile.dta.......................................
./usr/jr/art/@ddconfig..........................................
./usr/jr/art/airbrush1.im.......................................
./usr/jr/art/airbrush2.im.......................................
./usr/jr/art/h0/................................................
./usr/jr/art/w0/................................................
./usr/jr/art/w0/auMfd/..........................................
./usr/jr/art/w0/auMfd/auMfd.dta.................................
./usr/jr/art/w0/0/..............................................
./usr/jr/art/w0/10/.............................................
./usr/jr/art/w0/11/.............................................
./usr/jr/art/w0/12/.............................................
./usr/jr/art/w0/13/.............................................
./usr/jr/art/w0/14/.............................................
./usr/jr/art/w0/15/.............................................
./usr/jr/art/w0/16/.............................................
./usr/jr/art/w0/17/.............................................
./usr/jr/art/w0/18/.............................................
./usr/jr/art/w0/19/.............................................
./usr/jr/art/w0/2/..............................................
./usr/jr/art/w0/20/.............................................
./usr/jr/art/w0/21/.............................................
./usr/jr/art/w0/22/.............................................
./usr/jr/art/w0/23/.............................................
./usr/jr/art/w0/24/.............................................
./usr/jr/art/w0/25/.............................................
./usr/jr/art/w0/26/.............................................
./usr/jr/art/w0/27/.............................................
./usr/jr/art/w0/28/.............................................
./usr/jr/art/w0/29/.............................................
./usr/jr/art/w0/3/..............................................
./usr/jr/art/w0/30/.............................................
./usr/jr/art/w0/31/.............................................
./usr/jr/art/w0/32/.............................................
./usr/jr/art/w0/33/.............................................
./usr/jr/art/w0/34/.............................................
./usr/jr/art/w0/35/.............................................
./usr/jr/art/w0/36/.............................................
./usr/jr/art/w0/37/.............................................
./usr/jr/art/w0/38/.............................................
./usr/jr/art/w0/39/.............................................
./usr/jr/art/w0/4/..............................................
./usr/jr/art/w0/4/aulogo.im.....................................
./....................N.O.P...N.O.P.....J.K.L.M.N...J...........
././.?........././.?........././.?........J.K.L.M...............
./.?..W...W...W...W...W...W.....X...X...X...X...X...X.....Y...Y.
./..............................................................
./usr/jr/art/w0/4/aur.im........................................
BACKUP4.IMG
./usr/jr/art/w0/4/fall.im.......................................
./usr/jr/art/w0/4/grays.im......................................
./...../...../.....0.....0.....0.....0.....0.....0.....0.....0..
./usr/jr/art/w0/4/heart.im......................................
./usr/jr/art/w0/4/lanim.im......................................
./..=.2.0.4...<.1.0.7...8.0.9...5.0.1.;...=.2.0.2.=...<.1.0.3.>.
./..=.2.0.4...<.1.0.7...8.0.9...5.0.1.;...=.2.0.2.=...<.1.0.3.>.
./usr/jr/art/w0/5101/helv70bc.im................................
./usr/jr/art/w0/5101/mach50b.im.................................
./usr/jr/art/w0/4/metal.im......................................
./usr/jr/art/w0/4/slidemask.im..................................
./usr/jr/art/w0/4/white.im......................................
./usr/jr/art/w0/40/.............................................
./usr/jr/art/w0/41/.............................................
./usr/jr/art/w0/42/.............................................
./usr/jr/art/w0/43/.............................................
./usr/jr/art/w0/44/.............................................
./usr/jr/art/w0/45/.............................................
./usr/jr/art/w0/46/.............................................
./usr/jr/art/w0/47/.............................................
./usr/jr/art/w0/48/.............................................
./usr/jr/art/w0/49/.............................................
./usr/jr/art/w0/5/..............................................
./usr/jr/art/w0/6/..............................................
./usr/jr/art/w0/7/..............................................
./usr/jr/art/w0/8/..............................................
./usr/jr/art/w0/9/..............................................
./usr/jr/art/w0/5101/...........................................
./usr/jr/art/w0/5101/menu10.im..................................
./usr/jr/art/w0/5101/helv24bc.im................................
./usr/jr/art/w0/5101/helv16.im..................................
./usr/jr/art/w0/5101/pala36c.im.................................
BACKUP5.IMG
./usr/jr/art/w0/5101/bask28bc.im................................
./..6.0.1...6.0.1...5.0.1...5.0.1...5.0.1...5.0.1...5.0.2...4.0.
./....,0........................................................
./usr/jr/art/w0/5101/bask28bic.im...............................
./usr/jr/art/w0/5101/avga16.im..................................
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./...../t.p.v.p.s.t.r.t.p.s.q.s.r.t.s.t.u.v.q.u.s.q.s.t.q.u.q.r.
./..............................................................
./..8.1...1.0.;...=.0.;...1.0.<...3.7.=.0.=...7.2.<.0...;.0.7.0.
./usr/jr/art/w0/5101/amtype50b.im...............................
./usr/jr/art/w0/5101/helv16bc.im................................
./usr/jr/art/w0/5101/amtype34b.im...............................
./..............................................................
././...........=.............;._._.....P............./..........
./..............................................................
./..............................................................
./usr/jr/art/w0/5101/helv70bic.im...............................
./...........................................................1..
./. .......................B.../................................
./usr/jr/art/w0/5101/type28.im..................................
./=...=...<...9...7...5...4...2...2.=...1.;...0.9...0.8...0.6...
./usr/jr/art/w0/5101/opti24b.im.................................
./.H<.=.<.=...9.2.1.2...7.0...8.0...9.0...<.1.0...=.2.0...4.0...
./.H<.=.<.=...9.2.1.2...7.0...8.0...9.0...<.1.0...=.2.0...4.0...
./usr/jr/art/w0/5101/metal48.im.................................
./usr/jr/art/w0/5101/newgo34b.im................................
BACKUP6.IMG
./usr/jr/art/w0/5101/avga24m.im.................................
./usr/jr/art/w0/5101/coopbl24.im................................
./usr/jr/art/w0/5101/mach34b.im.................................
./._............................................................
./usr/jr/art/w0/5101/data20.im..................................
./......................................................."......
./usr/jr/art/w0/5101/kori34b.im.................................
./..............................................................
./..............................................................
./..............................................................
./usr/jr/art/w0/5101/data28.im..................................
./.../............................./.../.../.../.../.../........
./..............................................................
./. ............................................................
./usr/jr/art/w0/5101/euro24.im..................................
./.../. .W. ....................................................
./usr/jr/art/w0/5101/helv44b.im.................................
./..............................................................
./usr/jr/art/w0/5101/helv24.im..................................
./...../.....0....X0............................................
./..............................................................
./usr/jr/art/w0/5101/helv34bc.im................................
./...../...../...../...../...../...../.... /...."/....$/....&/..
./..............................................................
./._.o.....?.?...?.?.{.0.....B.\.....0.a.I.@.t.......@.........1
./usr/jr/art/w0/5101/helv24b.im.................................
./.O./..........................................................
./usr/jr/art/w0/5101/helv34b.im.................................
./..............................................................
./..............................................................
./usr/jr/art/w0/5101/helv28b.im.................................
./........................................./....................
./..............................................................
BACKUP7.IMG
./usr/jr/art/w0/5101/menu15.im..................................
./usr/jr/art/w0/5101/menu20.im..................................
./..............................................................
./..............................................................
./usr/jr/art/w0/5101/newgo20b.im................................
./._.o.....?.?...?.?.{.0.....B.\.....0.a.I.@.t.......@.........1
./..............................................................
./..............................................................
./........h.....d...............................................
./usr/jr/art/pal.dta............................................
./usr/jr/art/@vtr...............................................
./usr/jr/art/w0/5101/opti12b.im.................................
./usr/jr/art/@initmfd...........................................
./.../.../.../.../.../.../.../.../.../.../.../.../..............
./usr/jr/art/@initdir...........................................
./usr/jr/art/@mount.............................................
./usr/jr/art/xfer/..............................................
./usr/jr/art/grtemp313.dta......................................
./usr/jr/art/@update............................................
./^...^]>.L..%......7.....e.................U$ET...%............
./usr/jr/art/w0/5101/souv28.im..................................
./usr/jr/art/ddunasn............................................
./usr/jr/art/@flopcopy..........................................
./usr/jr/art/ddasn..............................................
./usr/jr/com/camdta.dta.Can't open %s...au0:...J..K..Y%c%c......
./...RP.F.P../....F...@+F...F..V..v..v..v..v..y/...RP.F.P.j/....
./P........u.3..B3.P.F.......t.......RP.6~/..%......P.v..6~/..9.
./usr/jr/art/@makevis...........................................
./usr/jr/art/5103/nhl.tm........................................
./usr/jr/art/5103/nsl.tm........................................
./usr/jr/art/5103/ufl.tm........................................
./usr/jr/art/5103/template.tpt..................................
./usr/jr/art/grtemp801.dta......................................
./usr/jr/art/w0/5101/menu10c.im.................................
./usr/jr/art/5103/nba.tm........................................
./usr/jr/art/5103/nfl.tm........................................
./usr/jr/art/5103/mlb.tm........................................
./usr/jr/art/w0/1/..............................................
./usr/jr/art/w0/1/planet.im.....................................
./usr/jr/art/5103/..............................................
./usr/jr/art/5103/cfb.tm........................................
./usr/jr/art/@ddasn.............................................
./usr/jr/art/@ddunasn...........................................
./usr/jr/art/@g.................................................
./usr/jr/art/@initdisk..........................................
./usr/jr/art/grtemp100.im.......................................
./usr/jr/art/@ttconfig..........................................
./usr/jr/art/w1/................................................
./usr/jr/art/@rcdconfig.........................................
BACKUP8.IMG
./usr/jr/art/@dis...............................................
./bin/pwd.......................................................
./bin/od........................................................
./bin/l.........................................................
./Y...>. .u../...$P.{.Y...K.P3.P.6....P...Y...$....8$....,.,.P..
./bin/comm......................................................
./bin/mv........................................................
./.P.v....YP.{......}N.v....YP../.P..AP.fCP. ....../.P.v....YP.I
./.....^........F...^.3.PV....F...^...v..i.........~..fr....f..J
./bin/cmp.......................................................
./usr/jr/com/camdta.dta.w.Can't open %s../usr/jr/com/camdta.dta.
./bin/STTY......................................................
./bin/chown.....................................................
./bin/chmod.....................................................
./usr/jr/art/@flopcopyf.........................................
./bin/more......................................................
./....v%......:#.......%./.....%.......$.,....J*L,....Q*......X*
./usr/jr/art/@prevoff...........................................
./usr/jr/art/@prevon............................................
./usr/jr/art/@remote............................................
./usr/jr/art/@vdconfig..........................................
./usr/jr/art/initdisk...........................................
./etc/mkfs %s %d.@initdir %s.@initmfd %s.a.chown jr %s* %sau*/*.
./usr/jr/art/vdpatch............................................
./bin/basename..................................................
./bin/csh.......................................................
./usr/jr/art/@shoot.............................................
./bin/cc........................................................
./bin/restor....................................................
./q......-.._^].U..VW.>.-.tO...-.G....CC.......;.u2..-P...-.G..P
./P........u.3..B3.P.F.......t.......RP.6~/..G......P.v..6~/..\.
./usr/jr/art/fol4...............................................
./bin/vi........................................................
./P........u.3..B3.P.F.......t.......RP.6~/..4......P.v..6~/..H.
./bin/dump......................................................
./bin/lp........................................................
./bin/ln........................................................
./bin/kill......................................................
./usr/jr/art/shtlst.dta.........................................
./usr/jr/art/@camconfig.........................................
./bin/df........................................................
./bin/date......................................................
./usr/jr/art/@kbconfig..........................................
./usr/jr/art/t..................................................
./bin/umount....................................................
./usr/jr/bin/...................................................
./usr/jr/bin/mk.................................................
./usr/jr/bin/fread..............................................
./bin/mount.....................................................
./usr/jr/bin/sane...............................................
./usr/jr/bin/subs...............................................
./usr/jr/bin/unhex..............................................
./bin/fcheck....................................................
./usr/jr/bin/unlink.............................................
./usr/jr/bin/link...............................................
./usr/jr/bin/rec................................................
./bin/uucp......................................................
./bin/cp........................................................
./etc/.login....................................................
./etc/t.........................................................
./bin/..........................................................
./bin/dd........................................................
./P........u.3..B3.P.F.......t.......RP.6~/.........P.v..6~/..0.
./etc/gtermcap..................................................
./etc/termcap.old...............................................
./.....^........F...^.3.PV....F...^...v..i.........~.<5r...;5...
./etc/.profile..................................................
./etc/termcap...................................................
./usr/jr/com/camdta.dta.w.Can't open %s../usr/jr/com/camdta.dta.
./usr/jr/bin/initimem...........................................
./etc/fsck......................................................
./etc/wall......................................................
./usr/jr/bin/cvt100.............................................
./etc/cron......................................................
./usr/jr/bin/backup.............................................
./usr/jr/bin/fmt................................................
./usr/jr/bin/gstrip.............................................
./etc/umount....................................................
./etc/motd......................................................
./etc/getty.....................................................
./etc/group.....................................................
./etc/mount.....................................................
./usr/jr/bin/textvert...........................................
./etc/init......................................................
./etc/utmp......................................................
./etc/checklist.................................................
./etc/ttys......................................................
./etc/rc........................................................
./usr/jr/bin/modem..............................................
./usr/jr/bin/fwrite.............................................
./etc/mknod.....................................................
./usr/jr/bin/ibic...............................................
./.profile......................................................
./etc/..........................................................
./etc/passwd....................................................
./etc/mtab......................................................
./etc/mkfs......................................................
./usr/jr/bin/ibtest.............................................
./usr/jr/bin/ibconf.............................................
./usr/jr/bin/kbasn..............................................
./usr/jr/com/...................................................
./usr/jr/com/devdta.dta.........................................
./usr/jr/com/auct.dta...........................................
./usr/jr/com/rcddta.dta.........................................
./usr/jr/com/ddasn.dta..........................................
./usr/jr/com/wxasn.dta..........................................
./usr/jr/com/ftapelst.dta.......................................
./t1............................................................
./usr/jr/art/men/dta../usr/jr/art/5103../usr/jr/art/@copydisk../
./usr/jr/art/@flopcopy../usr/jr/art/xfer../usr/jr/art/initdir../
./venix.........................................................
./usr/jr/com/vdasn.dta..........................................
./usr/jr/com/pgasn.dta..........................................
./usr/jr/com/camdta.dta.........................................
./usr/jr/com/kbasn.dta..........................................
./b0............................................................
./bkp...........................................................
./t.............................................................
./usr/jr/art/men/dta../usr/jr/art/5103../usr/jr/art/@copydisk../
./usr/jr/art/@flopcopy../usr/jr/art/xfer../usr/jr/art/initdir../
./usr/jr/com/atapelst.dta.......................................
./usr/jr/com/piclist.dta........................................
BACKUP9.IMG
./bin/diff......................................................
./bin/make......................................................
./bin/du........................................................
./bin/echo......................................................
./bin/file......................................................
./bin/grep......................................................
./bin/rmail.....................................................
./bin/rm........................................................
./bin/stty......................................................
./bin/ed........................................................
./.u.../../.........H..6./...P.s.........../HHP...P.^...........
./.F..^..F...7...Y...N.}g..-v'.F..>. .t*.F...F..V...,...,+F..V.R
./bin/mkdir.....................................................
./bin/nice......................................................
./bin/passwd....................................................
./bin/pr........................................................
./bin/rmdir.....................................................
./bin/sleep.....................................................
./bin/nohup.....................................................
./bin/su........................................................
./bin/sum.......................................................
./bin/page......................................................
./bin/tail......................................................
./bin/test......................................................
./3..+.F...)..t#..)P.6.).e......u..F.;F.}...../3..+.F...)..t#..)
./bin/touch.....................................................
./bin/tsort.....................................................
./bin/tty.......................................................
./bin/uniq......................................................
./bin/wc........................................................
./bin/ex........................................................
./bin/edit......................................................
./bin/printenv..................................................
./bin/ice.......................................................
./bin/true......................................................
./bin/size......................................................
./bin/ld........................................................
./.....^..v.../.../;V..-|.;F.w&.F..V.;V...|.;F.s..F..V.+../.../.
./+F..F.../.F..~..t..^.......".....F....".N....v.../+F.P.6./....
./+........|.....s..F...../.6./+........3..^..v.../....F.P.6....
./.}..W....>./.w..K..F.../P...P..9P.......>.9.t'.>.9.r...9;F.r..
./bin/login.....................................................
./bin/lpr.......................................................
./bin/uulog.....................................................
./bin/sh........................................................
./bin/ar........................................................
./bin/view......................................................
./bin/uux.......................................................
./usr/spool/uucp/SEQF.w.AERROR - (%s) .fp != NULL.CAN NOT OPEN %
./bin/as........................................................
./w1/...........................................................
./tmp/..........................................................
./bin/mail......................................................
./bin/ps........................................................
./bin/ls........................................................
./bin/chgrp.....................................................
./bin/who.......................................................
./lib/mcrt0.o...................................................
./lib/copt......................................................
./bin/expr......................................................
./bin/fsck......................................................
./bin/tar.......................................................
./lib/crt0.o....................................................
./lib/libm.a....................................................
./bin/format....................................................
./bin/ds........................................................
./bin/write.....................................................
./bin/tr........................................................
./..>(..u:..XP...Y.0.1.PW.........E...U..W...Y.m...].......N..XP
./bin/tee.......................................................
./bin/split.....................................................
./bin/sort......................................................
./bin/false.....................................................
./bin/sync......................................................
./bin/cat.......................................................
./dev/..........................................................
./dev/console...................................................
./dev/rw0.sys...................................................
./dev/f0........................................................
./dev/kmem......................................................
./dev/mem.......................................................
./dev/null......................................................
./dev/rw1.usr...................................................
./dev/tty.......................................................
./dev/w0.sys....................................................
./dev/w0.tmp....................................................
./dev/f1........................................................
./dev/w0.usr....................................................
./dev/f0.fmt....................................................
./dev/com1......................................................
./dev/scrn3.....................................................
./dev/scrn4.....................................................
./dev/rf0.......................................................
./dev/scrn2.....................................................
./dev/rf1.......................................................
./dev/rw0.usr...................................................
./dev/w1.dos....................................................
./dev/com2......................................................
./dev/lp........................................................
./dev/f1.fmt....................................................
./dev/f0.40.s.9.................................................
./dev/f0.40.d.9.................................................
./dev/f1.40.d.9.................................................
./dev/com2.m....................................................
./dev/lp2.......................................................
./lib/c0........................................................
./dev/w0.dos....................................................
./dev/com1.m....................................................
./dev/com2.d....................................................
./dev/rw0.dos...................................................
./dev/com1.dm...................................................
./dev/com2.dm...................................................
./dev/w0.phy....................................................
./dev/f0.40.s.8.................................................
./dev/f1.40.s.8.................................................
./dev/f0.40.d.8.................................................
./dev/f1.40.d.8.................................................
./dev/f1.40.s.9.................................................
./dev/f0.9......................................................
./dev/f1.9......................................................
./dev/f0.9.fmt..................................................
./dev/f1.9.fmt..................................................
./dev/com1.d....................................................
./dev/tab1......................................................
./dev/tab2......................................................
./dev/w1.phy....................................................
./dev/rw1.phy...................................................
./dev/w1/.......................................................
./dev/rw0.phy...................................................
./dev/rw1.dos...................................................
./dev/rw1.sys...................................................
./dev/w1.sys....................................................
./dev/w1.tmp....................................................
./dev/w1.usr....................................................
./dev/h0........................................................
./dev/rh0.......................................................
./lib/cpp.......................................................
./...,.....P.6x..6. ..6....F...~..x..F...............>\..t.....>
././....6. ./.P.~/.......>...>f3..G../..G..*..G..*..W.o.Y.....}.
./dev/matrix....................................................
./dev/gpib0.....................................................
./lib/..........................................................
./lib/libc.a....................................................
./.F..<.t...F....^......F....^.....=.t.G....3.Y_^]../bin/sh.PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment