• Please review our updated Terms and Rules here

Anybody heard of an old SCSI disk format called VMEX?

rcooke

Member
Joined
Sep 8, 2015
Messages
34
Location
Ajax, Ontario, Canada
I'm trying to view files on an old SCSI drive from a MVME166-011A system.

I made a drive image in Linux with dd. Now I'm trying to figure out a compatible "mount type" to use with it.

Nothing has worked so far.

I am viewing the image file in a hex editor to see if there are any hints at the start of the drive. It looks like a very simple layout, possibly created by the debugger program that's built into the system.

The disk starts off with 37 "00"s, then "vmex", then another 200 "00"s before "MOTOROLA". That is all in what I think is the first secotor (512 bytes). The next sector looks like a file tree, it starts with "WFast Filsys", but I don't know if this is a hint on the file system type, or just a file on disk.

Hopefully somebody here will recognize these terms.

I have another post on the hardware:
- http://www.vcfed.org/forum/showthre...om-an-old-SCSI-Quantum-Fireball-ST-2-1S-drive


Thanks in advance,
Rich
 
The disk starts off with 37 "00"s, then "vmex", then another 200 "00"s before "MOTOROLA". That is all in what I think is the first secotor (512 bytes). The next sector looks like a file tree, it starts with "WFast Filsys", but I don't know if this is a hint on the file system type, or just a file on disk.

Hopefully somebody here will recognize these terms.

I have another post on the hardware:
- http://www.vcfed.org/forum/showthre...om-an-old-SCSI-Quantum-Fireball-ST-2-1S-drive


Thanks in advance,
Rich

any strings like "wind river" or "vxworks" in there?
 
Can you post the image somewhere? There's darned little to go on from your few words.

No, sorry, it contains private/proprietary data. Its 2.1 G too!

When I have more time, I'll analyze the structure a bit more. The ~200K bytes look like a sector use map, I would say directory except there are no file names. Maybe its a crude partition table. Much later in the drive I can clearly see files, some source and some binary. I'll have to isolate one and see if its location matches up with that table at the beginning.

Its going to be interesting, I have to figure out what the track and sector layout is first. I don't suppose somebody wrote a program to do this?
 
Appears to be a Motorola 68k SBC running Unix System V.

Some info here and bitsavers has this - page 14, "System V/68 File System":

The SYSTEM V/68 file system comprises
a uniform set of files and directories
organized as a hierarchical,
tree-like file structure of arbitrary size.
Branching from the beginning of the
file system, also known as the root
directory, are several system directories,
including the user directory. A
directory can contain any number of
subdirectories and files, which allows
for almost any kind of branching structure
that is required for the filing system.

Assuming the data is in tact I would think fixing the SBC is the way to go, to get this booted then transfer data off using (T)FTP.
 
Last edited:
any strings like "wind river" or "vxworks" in there?

Not even once!

But using linux STRING command with GREP on a few likely key words I do find:

System V STREAMS TCP Release 4.0
Victor Data Systems Co., Ltd.
Lynx Real-Time Systems
MS-DOS File System error [0x%x]
Unix File System error [0x%0x]
unix
/tmp/.X11-unix/X
!-----------------------------------------------------------------!
! Copyright (c) 1989, 1990 Motorola, Inc. !
! All Rights Reserved !
! !
! THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF MOTOROLA, INC. !
! The copyright notice above does not evidence any !
! actual or intended publication of such source code. !
!-----------------------------------------------------------------!
! @(#) /src/gse4.0/ptools/src/mit/clients/editres/s.Editres.ad 40.1 1/11/91 22:13:37

! The App-defaults file for Editres.





! Copyright 1985, 1986, 1987, 1988, 1989 by the
! Massachusetts Institute of Technology
!
! Permission to use, copy, modify, and distribute this
! software and its documentation for any purpose and without
! fee is hereby granted, provided that the above copyright
! notice appear in all copies and that both that copyright
! notice and this permission notice appear in supporting
! documentation, and that the name of M.I.T. not be used in
! advertising or publicity pertaining to distribution of the
! software without specific, written prior permission.
! M.I.T. makes no representations about the suitability of
! this software for any purpose. It is provided "as is"
! without express or implied warranty.
!
! Author:
! Ralph R. Swick, Digital Equipment Corporation/M.I.T. Project Athena
! one weekend in November, 1989






/*****************************************************************************/
/** Copyright 1988 by Evans & Sutherland Computer Corporation, **/
/** Salt Lake City, Utah **/
/** **/
/** All Rights Reserved **/
/** **/
/** Permission to use, copy, modify, and distribute this software and **/
/** its documentation for any purpose and without fee is hereby **/
/** granted, provided that the above copyright notice appear in all **/
/** copies and that both that copyright notice and this permis- **/
/** sion notice appear in supporting documentation, and that the **/
/** name of Evans & Sutherland not be used in advertising or publi- **/
/** city pertaining to distribution of the software without specif- **/
/** ic, written prior permission. **/
/** **/
/** EVANS & SUTHERLAND DISCLAIMS ALL WARRANTIES WITH REGARD TO **/
/** THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILI- **/
/** TY AND FITNESS, IN NO EVENT SHALL EVANS & SUTHERLAND BE LIABLE **/
/** FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAM- **/
/** AGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, **/
/** WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS **/
/** ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PER- **/
/** FORMANCE OF THIS SOFTWARE. **/
/*****************************************************************************/

#define xterm_width 48
#define xterm_height 48
static char xterm_bits[] = {


(Motorola VA Base)baker:in.h 1.2 12/22/88 15:02:00 Copyright 1988 UniSoft Corp.

uts/m68k/sys/types.h 55.2)uts/m68k/sys/termio.h50.1
C Interface library for psos plus
C Interface library to VMEexec services
 
Seems you can build you own Linux kernel with System V file system support:

https://www.kernel.org/doc/Documentation/filesystems/sysv-fs.txt

That patch was incorporated into Linux. "sysv" is a default supported file type, and they dropped xenix, and coherent because they can be handled by the sysv driver.

I did try and mount my drive image with the sysv type and got an error saying the superblock was out of range. I have not found any documentation on what that means yet. I plan to poke around this old site to see if they commented this error in the source code.
 
It probably means that it's not supported by sysv. Does the device have any partitions defined?
 
It probably means that it's not supported by sysv. Does the device have any partitions defined?

The linux utility "fdisk" does not recognize any partition structure in the image. It just confirms it is 512-byte sectors:

Code:
Disk Test2.img: 2 GiB, 2168642048 bytes, 4235629 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

I was reading some old Unix 7 MAN pages for "mount" and it seems likely this disk is using either Berkeley Fast File System (BFFS or just FFS). Or possibly an early version of UFS.

Neither had much of a partition table. I guess "tape" thinking was still prevalent at this time. And drives had not gotten large enough where re-thinking the infrastructure was necessary.

Now I'm trying to figure out how to either make FFS or UFS work under Linux Debian 8. Or find a linux variant that has it built in.

Thanks for the input everybody! Your ideas are really helpful!

If you think of anything more, please post!
 
Last edited:
Linux has Berkeley FFS support (search for ufs in mount's manpage), but it's always been a bit "best effort" since Linux uses ext2/3/4 by default. It should be enough to at least get a read-only mount, though, if it's a recognised variant.

If you can't get that working, you may want to try FreeBSD or (even better) NetBSD.
 
Linux has Berkeley FFS support (search for ufs in mount's manpage), but it's always been a bit "best effort" since Linux uses ext2/3/4 by default. It should be enough to at least get a read-only mount, though, if it's a recognised variant.

If you can't get that working, you may want to try FreeBSD or (even better) NetBSD.

Thanks for the info!

I downloaded an old copy of FreeBSD that had it built in. I just need to get it installed in a VM and see what it thinks of the disk...
 
How about a dump of just the first sector on the disk? That might clear up a few things.

Sure, I see no harm in that:

Code:
00000000  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
00000010  00 00 00 00 00 01 00 d8  01 a8 00 0d 00 08 00 0d  |................|
00000020  00 00 00 00 00 00 76 6d  65 78 00 00 00 00 00 00  |......vmex......|
00000030  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000090  00 00 00 01 01 00 00 64  13 02 00 00 00 00 00 00  |.......d........|
000000a0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000000f0  00 00 00 00 00 00 00 00  4d 4f 54 4f 52 4f 4c 41  |........MOTOROLA|
00000100  00 00 00 00 00 10 00 00  00 10 01 00 00 40 0b 54  |.............@.T|
00000110  00 00 00 00 00 00 00 00  c6 03 1b 9a 01 00 02 00  |................|
00000120  00 00 00 00 1b 9a 00 00  00 00 00 00 00 00 00 00  |................|
00000130  00 00 00 00 00 00 01 00  00 01 00 00 00 00 00 00  |................|
00000140  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000180  00 00 00 00 00 08 00 00  00 50 00 00 00 00 00 00  |.........P......|
00000190  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000200  10 02 00 00 00 1e 84 80  00 18 00 00 00 00 90 ce  |................|
00000210  00 00 00 01 00 01 80 8c  00 1d 03 f4 00 00 82 55  |...............U|
00000220  00 00 01 ec 00 01 6f 2b  00 00 01 26 00 01 57 82  |......o+...&..W.|
00000230  00 00 00 f6 00 01 4b b4  00 00 01 42 00 00 43 f8  |......K....B..C.|
00000240  00 00 01 46 00 00 4b 0f  00 00 02 ad 00 00 52 88  |...F..K.......R.|
00000250  00 00 01 8e 00 00 8e 4e  00 00 00 01 00 00 89 92  |.......N........|
00000260  00 00 00 1a 00 00 6a a3  00 00 00 10 00 00 00 00  |......j.........|
00000270  00 00 00 00 00 00 8a 58  00 00 00 01 00 00 76 3a  |.......X......v:|
00000280  00 00 00 09 00 00 8a 5c  00 00 00 01 00 00 76 50  |.......\......vP|
00000290  00 00 00 02 00 00 88 1c  00 00 00 01 00 00 86 9c  |................|
000002a0  00 00 00 06 00 01 24 23  00 00 00 01 00 00 7a ed  |......$#......z.|
000002b0  00 00 00 03 00 00 76 80  00 00 00 01 00 00 7a fa  |......v.......z.|
000002c0  00 00 00 04 00 00 75 a6  00 00 00 02 00 00 7a a8  |......u.......z.|
000002d0  00 00 00 17 00 63 00 03  08 15 08 14 08 13 08 12  |.....c..........|
000002e0  08 11 08 10 08 0f 08 0e  08 0d 08 0c 08 0b 08 0a  |................|
000002f0  08 09 08 08 08 07 08 06  08 05 08 04 08 03 08 02  |................|
00000300  08 01 08 00 07 ff 07 fe  07 fd 07 fc 07 fb 07 fa  |................|
00000310  07 f9 07 f8 07 f7 07 f6  07 f5 03 81 03 3a 02 f8  |.............:..|
00000320  04 02 04 01 07 cd 07 c9  02 f1 02 d6 07 67 07 00  |.............g..|
00000330  07 65 06 fb 05 0d 04 cb  07 52 07 51 04 75 04 6e  |.e.......R.Q.u.n|
00000340  07 60 07 5f 04 f9 04 ab  04 fb 04 e7 07 6d 07 69  |.`._.........m.i|
00000350  07 2c 07 2b 04 21 04 1f  07 73 07 70 07 78 07 77  |.,.+.!...s.p.x.w|
00000360  03 9b 03 50 03 b3 03 b2  03 b5 03 b4 03 9d 03 9c  |...P............|
00000370  07 c8 07 c7 03 a1 03 a0  07 d3 07 d2 07 d6 07 d5  |................|
00000380  04 88 04 87 04 73 04 6b  04 79 04 74 07 a9 07 a8  |.....s.k.y.t....|
00000390  07 8b 07 8a 04 65 04 5f  07 c3 07 96 07 ed 00 00  |.....e._........|
000003a0  01 00 00 00 57 32 df 44  00 00 00 00 00 00 00 00  |....W2.D........|
000003b0  00 1d 1d cc f9 57 46 61  73 74 20 20 46 69 6c 73  |.....WFast  Fils|
000003c0  79 73 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |ys..............|
000003d0  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000003f0  00 00 00 00 00 00 00 00  fd 18 e7 10 ff ff ff fe  |................|
00000400  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
00000840  41 fd 00 09 00 00 00 00  00 00 00 f0 00 00 00 00  |A...............|
00000850  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 02  |................|
00000860  00 00 00 0a 00 00 00 00  00 00 00 0a 00 00 00 00  |................|
00000870  00 00 00 00 34 e8 0a 20  40 cf 33 a7 34 e8 0a 20  |....4.. @.3.4.. |
00000880  00 00 00 00 00 00 00 00  00 00 07 eb 00 00 00 00  |................|
00000890  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00  |................|
*
000008b0  00 00 00 00 40 cf 32 e2  40 cf 32 e2 40 cf 32 e2  |....@.2.@.2.@.2.|
000008c0  41 ed 00 02 00 00 00 00  00 00 00 20 00 00 00 00  |A.......... ....|
000008d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 0d  |................|
000008e0  00 00 00 0a 00 00 00 00  00 00 00 0a 00 00 00 00  |................|
000008f0  00 00 00 00 34 e8 0b aa  34 e8 0b aa 34 e8 0b aa  |....4...4...4...|
00000900  41 ed 00 02 00 00 00 00  00 00 00 40 00 00 00 00  |A..........@....|
00000910  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 17  |................|
00000920  00 00 00 02 00 00 00 00  00 00 00 02 00 00 00 00  |................|
00000930  00 00 00 00 34 e8 0b aa  40 cf 30 4b 34 e8 0b aa  |....4...@.0K4...|
00000940  81 a4 00 01 00 00 00 00  00 00 0c 3e 00 00 00 00  |...........>....|
00000950  00 00 00 00 00 00 00 00  00 00 80 01 00 01 31 78  |..............1x|
00000960  00 00 00 04 00 00 00 00  00 00 00 04 00 00 00 00  |................|
00000970  00 00 00 00 57 32 d5 94  40 cf 30 4b 40 cf 30 4b  |....W2..@.0K@.0K|
00000980  41 ed 00 04 00 00 00 00  00 00 00 80 00 00 00 00  |A...............|
00000990  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 1d  |................|
000009a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000009b0  00 00 00 00 34 e8 0b ab  40 cf 30 82 34 e8 0b ab  |....4...@.0.4...|
000009c0  41 ed 00 02 00 00 00 00  00 00 04 e0 00 00 00 00  |A...............|
000009d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 1e  |................|
000009e0  00 00 00 02 00 00 00 00  00 00 00 02 00 00 00 00  |................|
000009f0  00 00 00 00 34 e8 0b ab  40 cf 30 79 34 e8 0b ab  |....4...@.0y4...|
00000a00  81 a4 00 01 00 00 00 00  00 01 e5 61 00 00 00 00  |...........a....|
00000a10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 20  |............... |
00000a20  00 00 00 7a 00 00 00 00  00 00 00 7a 00 00 00 00  |...z.......z....|
00000a30  00 00 00 00 40 cf 30 4c  40 cf 30 4c 40 cf 30 4c  |....@.0L@.0L@.0L|
00000a40  81 a4 00 01 00 00 00 00  00 01 da 29 00 00 00 00  |...........)....|
00000a50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 10 9a  |................|
00000a60  00 00 00 77 00 00 00 00  00 00 00 77 00 00 00 00  |...w.......w....|
00000a70  00 00 00 00 40 cf 30 4d  40 cf 30 4d 40 cf 30 4d  |....@.0M@.0M@.0M|
00000a80  81 a4 00 01 00 00 00 00  00 01 c9 43 00 00 00 00  |...........C....|
00000a90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 11 11  |................|
00000aa0  00 00 00 73 00 00 00 00  00 00 00 73 00 00 00 00  |...s.......s....|
00000ab0  00 00 00 00 40 cf 30 4e  40 cf 30 4f 40 cf 30 4e  |....@.0N@.0O@.0N|
00000ac0  81 ed 00 01 00 00 00 00  00 02 82 4f 00 00 00 00  |...........O....|
00000ad0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 11 84  |................|
00000ae0  00 00 00 a1 00 00 00 00  00 00 00 a1 00 00 00 00  |................|
00000af0  00 00 00 00 40 cf 30 4f  40 cf 30 50 40 cf 30 4f  |....@.0O@.0P@.0O|
00000b00  81 a4 00 01 00 00 00 00  00 01 e0 10 00 00 00 00  |................|
00000b10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 12 25  |...............%|
00000b20  00 00 00 79 00 00 00 00  00 00 00 79 00 00 00 00  |...y.......y....|
00000b30  00 00 00 00 40 cf 30 50  40 cf 30 51 40 cf 30 50  |....@.0P@.0Q@.0P|
00000b40  81 a4 00 01 00 00 00 00  00 01 c5 4d 00 00 00 00  |...........M....|
00000b50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 12 9e  |................|
00000b60  00 00 00 72 00 00 00 00  00 00 00 72 00 00 00 00  |...r.......r....|
00000b70  00 00 00 00 40 cf 30 51  40 cf 30 52 40 cf 30 51  |....@.0Q@.0R@.0Q|
00000b80  81 a4 00 01 00 00 00 00  00 01 cc b6 00 00 00 00  |................|
00000b90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 13 10  |................|
00000ba0  00 00 00 74 00 00 00 00  00 00 00 74 00 00 00 00  |...t.......t....|
00000bb0  00 00 00 00 40 cf 30 53  40 cf 30 53 40 cf 30 53  |....@.0S@.0S@.0S|
00000bc0  81 a4 00 01 00 00 00 00  00 02 e6 5a 00 00 00 00  |...........Z....|
00000bd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 13 84  |................|
00000be0  00 00 00 ba 00 00 00 00  00 00 00 ba 00 00 00 00  |................|
00000bf0  00 00 00 00 40 cf 30 54  40 cf 30 54 40 cf 30 54  |....@.0T@.0T@.0T|
00000c00  81 ed 00 01 00 00 00 00  00 02 17 5e 00 00 00 00  |...........^....|
00000c10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 14 3e  |...............>|
00000c20  00 00 00 86 00 00 00 00  00 00 00 86 00 00 00 00  |................|
00000c30  00 00 00 00 40 cf 30 55  40 cf 30 56 40 cf 30 55  |....@.0U@.0V@.0U|
00000c40  81 ed 00 01 00 00 00 00  00 02 8d 0e 00 00 00 00  |................|
00000c50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 14 c4  |................|
00000c60  00 00 00 a4 00 00 00 00  00 00 00 a4 00 00 00 00  |................|
00000c70  00 00 00 00 40 cf 30 56  40 cf 30 57 40 cf 30 56  |....@.0V@.0W@.0V|
00000c80  81 ed 00 01 00 00 00 00  00 02 e9 8f 00 00 00 00  |................|
00000c90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 15 68  |...............h|
00000ca0  00 00 00 bb 00 00 00 00  00 00 00 bb 00 00 00 00  |................|
00000cb0  00 00 00 00 40 cf 30 57  40 cf 30 58 40 cf 30 57  |....@.0W@.0X@.0W|
00000cc0  81 ed 00 01 00 00 00 00  00 02 0f db 00 00 00 00  |................|
00000cd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 16 23  |...............#|
00000ce0  00 00 00 84 00 00 00 00  00 00 00 84 00 00 00 00  |................|
00000cf0  00 00 00 00 40 cf 30 59  40 cf 30 59 40 cf 30 59  |....@.0Y@.0Y@.0Y|
00000d00  81 ed 00 01 00 00 00 00  00 02 ca 26 00 00 00 00  |...........&....|
00000d10  00 00 00 00 00 00 00 00  00 00 80 01 00 01 36 14  |..............6.|
00000d20  00 00 00 b3 00 00 00 00  00 00 00 b3 00 00 00 00  |................|
00000d30  00 00 00 00 40 cf 30 5a  40 cf 30 5b 40 cf 30 5a  |....@.0Z@.0[@.0Z|
00000d40  81 ed 00 01 00 00 00 00  00 02 d5 71 00 00 00 00  |...........q....|
00000d50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 16 a7  |................|
00000d60  00 00 00 b6 00 00 00 00  00 00 00 b6 00 00 00 00  |................|
00000d70  00 00 00 00 40 cf 30 5b  40 cf 30 5c 40 cf 30 5b  |....@.0[@.0\@.0[|
00000d80  81 ed 00 01 00 00 00 00  00 03 62 1b 00 00 00 00  |..........b.....|
00000d90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 17 5d  |...............]|
00000da0  00 00 00 d9 00 00 00 00  00 00 00 d9 00 00 00 00  |................|
00000db0  00 00 00 00 40 cf 30 5d  40 cf 30 5e 40 cf 30 5d  |....@.0]@.0^@.0]|
00000dc0  81 ed 00 01 00 00 00 00  00 01 cb 43 00 00 00 00  |...........C....|
00000dd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 18 36  |...............6|
00000de0  00 00 00 73 00 00 00 00  00 00 00 73 00 00 00 00  |...s.......s....|
00000df0  00 00 00 00 40 cf 30 5e  40 cf 30 5f 40 cf 30 5e  |....@.0^@.0_@.0^|
00000e00  81 ed 00 01 00 00 00 00  00 02 a2 d1 00 00 00 00  |................|
00000e10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 18 a9  |................|
00000e20  00 00 00 a9 00 00 00 00  00 00 00 a9 00 00 00 00  |................|
00000e30  00 00 00 00 40 cf 30 5f  40 cf 30 60 40 cf 30 5f  |....@.0_@.0`@.0_|
00000e40  81 a4 00 01 00 00 00 00  00 01 cb 41 00 00 00 00  |...........A....|
00000e50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 19 52  |...............R|
00000e60  00 00 00 73 00 00 00 00  00 00 00 73 00 00 00 00  |...s.......s....|
00000e70  00 00 00 00 57 32 d5 86  40 cf 30 61 40 cf 30 61  |....W2..@.0a@.0a|
00000e80  81 ed 00 01 00 00 00 00  00 01 bf 81 00 00 00 00  |................|
00000e90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 19 c5  |................|
00000ea0  00 00 00 70 00 00 00 00  00 00 00 70 00 00 00 00  |...p.......p....|
00000eb0  00 00 00 00 40 cf 30 62  40 cf 30 62 40 cf 30 62  |....@.0b@.0b@.0b|
00000ec0  81 ed 00 01 00 00 00 00  00 02 9f 77 00 00 00 00  |...........w....|
00000ed0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1a 35  |...............5|
00000ee0  00 00 00 a8 00 00 00 00  00 00 00 a8 00 00 00 00  |................|
00000ef0  00 00 00 00 40 cf 30 63  40 cf 30 64 40 cf 30 63  |....@.0c@.0d@.0c|
00000f00  81 ed 00 01 00 00 00 00  00 02 57 cb 00 00 00 00  |..........W.....|
00000f10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1a dd  |................|
00000f20  00 00 00 96 00 00 00 00  00 00 00 96 00 00 00 00  |................|
00000f30  00 00 00 00 40 cf 30 64  40 cf 30 65 40 cf 30 64  |....@.0d@.0e@.0d|
00000f40  81 ed 00 01 00 00 00 00  00 02 57 cb 00 00 00 00  |..........W.....|
00000f50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1b 73  |...............s|
00000f60  00 00 00 96 00 00 00 00  00 00 00 96 00 00 00 00  |................|
00000f70  00 00 00 00 40 cf 30 66  40 cf 30 66 40 cf 30 66  |....@.0f@.0f@.0f|
00000f80  81 ed 00 01 00 00 00 00  00 02 57 cb 00 00 00 00  |..........W.....|
00000f90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1c 09  |................|
00000fa0  00 00 00 96 00 00 00 00  00 00 00 96 00 00 00 00  |................|
00000fb0  00 00 00 00 40 cf 30 67  40 cf 30 68 40 cf 30 67  |....@.0g@.0h@.0g|
00000fc0  81 ed 00 01 00 00 00 00  00 02 57 cb 00 00 00 00  |..........W.....|
00000fd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1c 9f  |................|
00000fe0  00 00 00 96 00 00 00 00  00 00 00 96 00 00 00 00  |................|
00000ff0  00 00 00 00 40 cf 30 68  40 cf 30 69 40 cf 30 68  |....@.0h@.0i@.0h|
00001000  81 ed 00 01 00 00 00 00  00 03 7a c8 00 00 00 00  |..........z.....|
00001010  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1d 35  |...............5|
00001020  00 00 00 df 00 00 00 00  00 00 00 df 00 00 00 00  |................|
00001030  00 00 00 00 57 32 d5 94  40 cf 30 6a 40 cf 30 69  |....W2..@.0j@.0i|
00001040  81 ed 00 01 00 00 00 00  00 01 cf 4a 00 00 00 00  |...........J....|
00001050  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1e 14  |................|
00001060  00 00 00 74 00 00 00 00  00 00 00 74 00 00 00 00  |...t.......t....|
00001070  00 00 00 00 40 cf 30 6b  40 cf 30 6b 40 cf 30 6b  |....@.0k@.0k@.0k|
00001080  81 ed 00 01 00 00 00 00  00 02 b6 ef 00 00 00 00  |................|
00001090  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1e 88  |................|
000010a0  00 00 00 ae 00 00 00 00  00 00 00 ae 00 00 00 00  |................|
000010b0  00 00 00 00 40 cf 30 6c  40 cf 30 6d 40 cf 30 6c  |....@.0l@.0m@.0l|
000010c0  81 ed 00 01 00 00 00 00  00 01 c9 d0 00 00 00 00  |................|
000010d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1f 36  |...............6|
000010e0  00 00 00 73 00 00 00 00  00 00 00 73 00 00 00 00  |...s.......s....|
000010f0  00 00 00 00 40 cf 30 6d  40 cf 30 6e 40 cf 30 6d  |....@.0m@.0n@.0m|
00001100  81 ed 00 01 00 00 00 00  00 01 bd d7 00 00 00 00  |................|
00001110  00 00 00 00 00 00 00 00  00 00 80 01 00 00 1f a9  |................|
00001120  00 00 00 70 00 00 00 00  00 00 00 70 00 00 00 00  |...p.......p....|
00001130  00 00 00 00 40 cf 30 6f  40 cf 30 6f 40 cf 30 6f  |....@.0o@.0o@.0o|
00001140  81 a4 00 01 00 00 00 00  00 02 2e 35 00 00 00 00  |...........5....|
00001150  00 00 00 00 00 00 00 00  00 00 80 01 00 00 20 19  |.............. .|
00001160  00 00 00 8c 00 00 00 00  00 00 00 8c 00 00 00 00  |................|
00001170  00 00 00 00 40 cf 30 70  40 cf 30 70 40 cf 30 70  |....@.0p@.0p@.0p|
00001180  81 a4 00 01 00 00 00 00  00 01 fe 35 00 00 00 00  |...........5....|
00001190  00 00 00 00 00 00 00 00  00 00 80 01 00 00 20 a5  |.............. .|
000011a0  00 00 00 80 00 00 00 00  00 00 00 80 00 00 00 00  |................|
000011b0  00 00 00 00 57 32 d5 7e  40 cf 30 72 40 cf 30 71  |....W2.~@.0r@.0q|
000011c0  81 ed 00 01 00 00 00 00  00 01 d3 95 00 00 00 00  |................|
000011d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 21 25  |..............!%|
000011e0  00 00 00 75 00 00 00 00  00 00 00 75 00 00 00 00  |...u.......u....|
000011f0  00 00 00 00 40 cf 30 72  40 cf 30 73 40 cf 30 72  |....@.0r@.0s@.0r|
00001200  81 ed 00 01 00 00 00 00  00 02 cf c0 00 00 00 00  |................|
00001210  00 00 00 00 00 00 00 00  00 00 80 01 00 00 21 9a  |..............!.|
00001220  00 00 00 b4 00 00 00 00  00 00 00 b4 00 00 00 00  |................|
00001230  00 00 00 00 40 cf 30 73  40 cf 30 74 40 cf 30 73  |....@.0s@.0t@.0s|
00001240  81 ed 00 01 00 00 00 00  00 01 f3 c9 00 00 00 00  |................|
00001250  00 00 00 00 00 00 00 00  00 00 80 01 00 00 22 4e  |.............."N|
00001260  00 00 00 7d 00 00 00 00  00 00 00 7d 00 00 00 00  |...}.......}....|
00001270  00 00 00 00 40 cf 30 75  40 cf 30 75 40 cf 30 75  |....@.0u@.0u@.0u|
00001280  81 ed 00 01 00 00 00 00  00 01 fd 1c 00 00 00 00  |................|
00001290  00 00 00 00 00 00 00 00  00 00 80 01 00 00 22 cb  |..............".|
000012a0  00 00 00 80 00 00 00 00  00 00 00 80 00 00 00 00  |................|
000012b0  00 00 00 00 40 cf 30 76  40 cf 30 76 40 cf 30 76  |....@.0v@.0v@.0v|
000012c0  81 ed 00 01 00 00 00 00  00 02 a0 d5 00 00 00 00  |................|
000012d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 23 4b  |..............#K|
000012e0  00 00 00 a9 00 00 00 00  00 00 00 a9 00 00 00 00  |................|
000012f0  00 00 00 00 40 cf 30 77  40 cf 30 78 40 cf 30 77  |....@.0w@.0x@.0w|
00001300  81 ed 00 01 00 00 00 00  00 01 e2 5c 00 00 00 00  |...........\....|
00001310  00 00 00 00 00 00 00 00  00 00 80 01 00 00 23 f4  |..............#.|
00001320  00 00 00 79 00 00 00 00  00 00 00 79 00 00 00 00  |...y.......y....|
00001330  00 00 00 00 40 cf 30 78  40 cf 30 79 40 cf 30 78  |....@.0x@.0y@.0x|
00001340  41 ed 00 09 00 00 00 00  00 00 00 90 00 00 00 00  |A...............|
00001350  00 00 00 00 00 00 00 00  00 00 80 01 00 00 25 18  |..............%.|
00001360  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001370  00 00 00 00 34 e8 0b cc  34 e8 0c 25 34 e8 0b cc  |....4...4..%4...|
00001380  41 c0 00 03 00 00 00 00  00 00 00 70 00 00 00 00  |A..........p....|
00001390  00 00 00 00 00 00 00 00  00 00 80 01 00 00 25 19  |..............%.|
000013a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000013b0  00 00 00 00 34 e8 0b cc  40 cf 30 8b 34 e8 0b cc  |....4...@.0.4...|
000013c0  81 a4 00 01 00 00 00 00  00 00 01 af 00 00 00 00  |................|
000013d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 25 1a  |..............%.|
000013e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000013f0  00 00 00 00 40 cf 30 83  40 cf 30 83 40 cf 30 83  |....@.0.@.0.@.0.|
00001400  41 c0 00 02 00 00 00 00  00 00 00 e0 00 00 00 00  |A...............|
00001410  00 00 00 00 00 00 00 00  00 00 80 01 00 00 25 1b  |..............%.|
00001420  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001430  00 00 00 00 34 e8 0b cd  40 cf 30 8a 34 e8 0b cd  |....4...@.0.4...|
00001440  81 a4 00 01 00 00 00 00  00 05 6b db 00 00 00 00  |..........k.....|
00001450  00 00 00 00 00 00 00 00  00 00 80 01 00 00 25 1c  |..............%.|
00001460  00 00 01 5b 00 00 00 00  00 00 01 5b 00 00 00 00  |...[.......[....|
00001470  00 00 00 00 40 cf 30 84  40 cf 30 86 40 cf 30 84  |....@.0.@.0.@.0.|
00001480  81 a4 00 01 00 00 00 00  00 00 02 d8 00 00 00 00  |................|
00001490  00 00 00 00 00 00 00 00  00 00 80 01 00 00 26 77  |..............&w|
000014a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000014b0  00 00 00 00 40 cf 30 86  40 cf 30 86 40 cf 30 86  |....@.0.@.0.@.0.|
000014c0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
000014d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 26 78  |..............&x|
000014e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000014f0  00 00 00 00 40 cf 30 87  40 cf 30 87 40 cf 30 87  |....@.0.@.0.@.0.|
00001500  81 a4 00 01 00 00 00 00  00 02 22 b7 00 00 00 00  |..........".....|
00001510  00 00 00 00 00 00 00 00  00 00 80 01 00 00 26 79  |..............&y|
00001520  00 00 00 89 00 00 00 00  00 00 00 89 00 00 00 00  |................|
00001530  00 00 00 00 40 cf 30 88  40 cf 30 88 40 cf 30 88  |....@.0.@.0.@.0.|
00001540  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00001550  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 02  |..............'.|
00001560  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00001570  00 00 00 00 40 cf 30 89  40 cf 30 89 40 cf 30 89  |....@.0.@.0.@.0.|
00001580  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001590  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 1d  |..............'.|
000015a0  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
000015b0  00 00 00 00 40 cf 30 8a  40 cf 30 8a 40 cf 30 8a  |....@.0.@.0.@.0.|
000015c0  81 a4 00 01 00 00 00 00  00 01 a7 13 00 00 00 00  |................|
000015d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 2f  |..............'/|
000015e0  00 00 00 6a 00 00 00 00  00 00 00 6a 00 00 00 00  |...j.......j....|
000015f0  00 00 00 00 40 cf 30 8b  40 cf 30 8b 40 cf 30 8b  |....@.0.@.0.@.0.|
00001600  41 c0 00 03 00 00 00 00  00 00 00 70 00 00 00 00  |A..........p....|
00001610  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 99  |..............'.|
00001620  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001630  00 00 00 00 34 e8 0b d3  40 cf 30 94 34 e8 0b d3  |....4...@.0.4...|
00001640  81 a4 00 01 00 00 00 00  00 00 01 af 00 00 00 00  |................|
00001650  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 9a  |..............'.|
00001660  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001670  00 00 00 00 40 cf 30 8c  40 cf 30 8c 40 cf 30 8c  |....@.0.@.0.@.0.|
00001680  41 c0 00 02 00 00 00 00  00 00 00 e0 00 00 00 00  |A...............|
00001690  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 9b  |..............'.|
000016a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000016b0  00 00 00 00 34 e8 0b d4  40 cf 30 93 34 e8 0b d4  |....4...@.0.4...|
000016c0  81 a4 00 01 00 00 00 00  00 05 6b db 00 00 00 00  |..........k.....|
000016d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 27 9c  |..............'.|
000016e0  00 00 01 5b 00 00 00 00  00 00 01 5b 00 00 00 00  |...[.......[....|
000016f0  00 00 00 00 40 cf 30 8d  40 cf 30 8e 40 cf 30 8d  |....@.0.@.0.@.0.|
00001700  81 a4 00 01 00 00 00 00  00 00 02 d8 00 00 00 00  |................|
00001710  00 00 00 00 00 00 00 00  00 00 80 01 00 00 28 f7  |..............(.|
00001720  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001730  00 00 00 00 40 cf 30 8f  40 cf 30 8f 40 cf 30 8f  |....@.0.@.0.@.0.|
00001740  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00001750  00 00 00 00 00 00 00 00  00 00 80 01 00 00 28 f8  |..............(.|
00001760  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001770  00 00 00 00 40 cf 30 90  40 cf 30 90 40 cf 30 90  |....@.0.@.0.@.0.|
00001780  81 a4 00 01 00 00 00 00  00 02 22 b7 00 00 00 00  |..........".....|
00001790  00 00 00 00 00 00 00 00  00 00 80 01 00 00 28 f9  |..............(.|
000017a0  00 00 00 89 00 00 00 00  00 00 00 89 00 00 00 00  |................|
000017b0  00 00 00 00 40 cf 30 91  40 cf 30 91 40 cf 30 91  |....@.0.@.0.@.0.|
000017c0  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
000017d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 29 82  |..............).|
000017e0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
000017f0  00 00 00 00 40 cf 30 92  40 cf 30 92 40 cf 30 92  |....@.0.@.0.@.0.|
00001800  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001810  00 00 00 00 00 00 00 00  00 00 80 01 00 00 29 9d  |..............).|
00001820  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00001830  00 00 00 00 40 cf 30 93  40 cf 30 93 40 cf 30 93  |....@.0.@.0.@.0.|
00001840  81 a4 00 01 00 00 00 00  00 01 a7 13 00 00 00 00  |................|
00001850  00 00 00 00 00 00 00 00  00 00 80 01 00 00 29 af  |..............).|
00001860  00 00 00 6a 00 00 00 00  00 00 00 6a 00 00 00 00  |...j.......j....|
00001870  00 00 00 00 40 cf 30 94  40 cf 30 95 40 cf 30 94  |....@.0.@.0.@.0.|
00001880  41 c0 00 06 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00001890  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 19  |..............*.|
000018a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000018b0  00 00 00 00 34 e8 0b da  40 cf 30 b3 34 e8 0b da  |....4...@.0.4...|
000018c0  81 a4 00 01 00 00 00 00  00 00 05 de 00 00 00 00  |................|
000018d0  00 00 00 00 00 00 00 00  00 00 80 01 00 01 32 5f  |..............2_|
000018e0  00 00 00 02 00 00 00 00  00 00 00 02 00 00 00 00  |................|
000018f0  00 00 00 00 40 cf 30 96  40 cf 30 96 40 cf 30 96  |....@.0.@.0.@.0.|
00001900  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00001910  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 1c  |..............*.|
00001920  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001930  00 00 00 00 34 e8 0b db  40 cf 30 9b 34 e8 0b db  |....4...@.0.4...|
00001940  81 a4 00 01 00 00 00 00  00 01 47 91 00 00 00 00  |..........G.....|
00001950  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 1d  |..............*.|
00001960  00 00 00 52 00 00 00 00  00 00 00 52 00 00 00 00  |...R.......R....|
00001970  00 00 00 00 40 cf 30 97  40 cf 30 97 40 cf 30 97  |....@.0.@.0.@.0.|
00001980  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00001990  00 00 00 00 00 00 00 00  00 00 80 01 00 01 32 31  |..............21|
000019a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000019b0  00 00 00 00 40 cf 30 98  40 cf 30 98 40 cf 30 98  |....@.0.@.0.@.0.|
000019c0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
000019d0  00 00 00 00 00 00 00 00  00 00 80 01 00 01 32 32  |..............22|
000019e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000019f0  00 00 00 00 40 cf 30 99  40 cf 30 99 40 cf 30 99  |....@.0.@.0.@.0.|
00001a00  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00001a10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 6f  |..............*o|
00001a20  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00001a30  00 00 00 00 40 cf 30 9a  40 cf 30 9a 40 cf 30 9a  |....@.0.@.0.@.0.|
00001a40  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001a50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 8a  |..............*.|
00001a60  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00001a70  00 00 00 00 40 cf 30 9b  40 cf 30 9b 40 cf 30 9b  |....@.0.@.0.@.0.|
00001a80  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00001a90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a 9f  |..............*.|
00001aa0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001ab0  00 00 00 00 34 e8 0b df  40 cf 30 a1 34 e8 0b df  |....4...@.0.4...|
00001ac0  81 a4 00 01 00 00 00 00  00 02 66 7c 00 00 00 00  |..........f|....|
00001ad0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2a a0  |..............*.|
00001ae0  00 00 00 9a 00 00 00 00  00 00 00 9a 00 00 00 00  |................|
00001af0  00 00 00 00 40 cf 30 9c  40 cf 30 9d 40 cf 30 9c  |....@.0.@.0.@.0.|
00001b00  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00001b10  00 00 00 00 00 00 00 00  00 00 80 01 00 01 31 c2  |..............1.|
00001b20  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001b30  00 00 00 00 40 cf 30 9d  40 cf 30 9e 40 cf 30 9d  |....@.0.@.0.@.0.|
00001b40  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00001b50  00 00 00 00 00 00 00 00  00 00 80 01 00 01 31 c3  |..............1.|
00001b60  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001b70  00 00 00 00 40 cf 30 9e  40 cf 30 9e 40 cf 30 9e  |....@.0.@.0.@.0.|
00001b80  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00001b90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2b 3a  |..............+:|
00001ba0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00001bb0  00 00 00 00 40 cf 30 9f  40 cf 30 a0 40 cf 30 9f  |....@.0.@.0.@.0.|
00001bc0  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001bd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2b 55  |..............+U|
00001be0  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00001bf0  00 00 00 00 40 cf 30 a1  40 cf 30 a1 40 cf 30 a1  |....@.0.@.0.@.0.|
00001c00  41 c0 00 02 00 00 00 00  00 00 01 00 00 00 00 00  |A...............|
00001c10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2b e1  |..............+.|
00001c20  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001c30  00 00 00 00 34 e8 0b e3  40 cf 30 ab 34 e8 0b e3  |....4...@.0.4...|
00001c40  81 a4 00 01 00 00 00 00  00 04 f8 8c 00 00 00 00  |................|
00001c50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2b e2  |..............+.|
00001c60  00 00 01 3f 00 00 00 00  00 00 01 3f 00 00 00 00  |...?.......?....|
00001c70  00 00 00 00 40 cf 30 a2  40 cf 30 a3 40 cf 30 a2  |....@.0.@.0.@.0.|
00001c80  81 a4 00 01 00 00 00 00  00 00 03 30 00 00 00 00  |...........0....|
00001c90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2d 21  |..............-!|
00001ca0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001cb0  00 00 00 00 40 cf 30 a4  40 cf 30 a4 40 cf 30 a4  |....@.0.@.0.@.0.|
00001cc0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00001cd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2d 22  |..............-"|
00001ce0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001cf0  00 00 00 00 40 cf 30 a5  40 cf 30 a5 40 cf 30 a5  |....@.0.@.0.@.0.|
00001d00  81 a4 00 01 00 00 00 00  00 05 94 57 00 00 00 00  |...........W....|
00001d10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2d 23  |..............-#|
00001d20  00 00 01 66 00 00 00 00  00 00 01 66 00 00 00 00  |...f.......f....|
00001d30  00 00 00 00 40 cf 30 a6  40 cf 30 a7 40 cf 30 a6  |....@.0.@.0.@.0.|
00001d40  81 a4 00 01 00 00 00 00  00 02 2d 91 00 00 00 00  |..........-.....|
00001d50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2e 89  |................|
00001d60  00 00 00 8c 00 00 00 00  00 00 00 8c 00 00 00 00  |................|
00001d70  00 00 00 00 40 cf 30 a8  40 cf 30 a9 40 cf 30 a8  |....@.0.@.0.@.0.|
00001d80  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00001d90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2f 15  |............../.|
00001da0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00001db0  00 00 00 00 40 cf 30 aa  40 cf 30 aa 40 cf 30 aa  |....@.0.@.0.@.0.|
00001dc0  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001dd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2f 30  |............../0|
00001de0  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00001df0  00 00 00 00 40 cf 30 ab  40 cf 30 ab 40 cf 30 ab  |....@.0.@.0.@.0.|
00001e00  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00001e10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2f 42  |............../B|
00001e20  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001e30  00 00 00 00 34 e8 0b eb  40 cf 30 b1 34 e8 0b eb  |....4...@.0.4...|
00001e40  81 a4 00 01 00 00 00 00  00 03 a3 c1 00 00 00 00  |................|
00001e50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 2f 43  |............../C|
00001e60  00 00 00 e9 00 00 00 00  00 00 00 e9 00 00 00 00  |................|
00001e70  00 00 00 00 40 cf 30 ac  40 cf 30 ad 40 cf 30 ac  |....@.0.@.0.@.0.|
00001e80  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00001e90  00 00 00 00 00 00 00 00  00 00 80 01 00 01 31 c4  |..............1.|
00001ea0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001eb0  00 00 00 00 40 cf 30 ae  40 cf 30 ae 40 cf 30 ae  |....@.0.@.0.@.0.|
00001ec0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00001ed0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 2c  |..............0,|
00001ee0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001ef0  00 00 00 00 40 cf 30 af  40 cf 30 af 40 cf 30 af  |....@.0.@.0.@.0.|
00001f00  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00001f10  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 2d  |..............0-|
00001f20  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00001f30  00 00 00 00 40 cf 30 b0  40 cf 30 b0 40 cf 30 b0  |....@.0.@.0.@.0.|
00001f40  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00001f50  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 48  |..............0H|
00001f60  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00001f70  00 00 00 00 40 cf 30 b1  40 cf 30 b1 40 cf 30 b1  |....@.0.@.0.@.0.|
00001f80  81 a4 00 01 00 00 00 00  00 01 a7 13 00 00 00 00  |................|
00001f90  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 5a  |..............0Z|
00001fa0  00 00 00 6a 00 00 00 00  00 00 00 6a 00 00 00 00  |...j.......j....|
00001fb0  00 00 00 00 40 cf 30 b2  40 cf 30 b2 40 cf 30 b2  |....@.0.@.0.@.0.|
00001fc0  81 a4 00 01 00 00 00 00  00 00 00 94 00 00 00 00  |................|
00001fd0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 c4  |..............0.|
00001fe0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00001ff0  00 00 00 00 40 cf 30 b3  40 cf 30 b3 40 cf 30 b3  |....@.0.@.0.@.0.|
00002000  41 c0 00 03 00 00 00 00  00 00 00 70 00 00 00 00  |A..........p....|
00002010  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 c7  |..............0.|
00002020  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002030  00 00 00 00 34 e8 0b f1  40 cf 30 bc 34 e8 0b f1  |....4...@.0.4...|
00002040  81 a4 00 01 00 00 00 00  00 00 01 af 00 00 00 00  |................|
00002050  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 c8  |..............0.|
00002060  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002070  00 00 00 00 40 cf 30 b4  40 cf 30 b4 40 cf 30 b4  |....@.0.@.0.@.0.|
00002080  41 c0 00 02 00 00 00 00  00 00 00 e0 00 00 00 00  |A...............|
00002090  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 c9  |..............0.|
000020a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000020b0  00 00 00 00 34 e8 0b f2  40 cf 30 bb 34 e8 0b f2  |....4...@.0.4...|
000020c0  81 a4 00 01 00 00 00 00  00 05 6b db 00 00 00 00  |..........k.....|
000020d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 ca  |..............0.|
000020e0  00 00 01 5b 00 00 00 00  00 00 01 5b 00 00 00 00  |...[.......[....|
000020f0  00 00 00 00 40 cf 30 b5  40 cf 30 b7 40 cf 30 b5  |....@.0.@.0.@.0.|
00002100  81 a4 00 01 00 00 00 00  00 00 02 d8 00 00 00 00  |................|
00002110  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 25  |..............2%|
00002120  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002130  00 00 00 00 40 cf 30 b7  40 cf 30 b7 40 cf 30 b7  |....@.0.@.0.@.0.|
00002140  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00002150  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 26  |..............2&|
00002160  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002170  00 00 00 00 40 cf 30 b8  40 cf 30 b8 40 cf 30 b8  |....@.0.@.0.@.0.|
00002180  81 a4 00 01 00 00 00 00  00 02 22 b7 00 00 00 00  |..........".....|
00002190  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 27  |..............2'|
000021a0  00 00 00 89 00 00 00 00  00 00 00 89 00 00 00 00  |................|
000021b0  00 00 00 00 40 cf 30 b9  40 cf 30 b9 40 cf 30 b9  |....@.0.@.0.@.0.|
000021c0  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
000021d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 b0  |..............2.|
000021e0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
000021f0  00 00 00 00 40 cf 30 ba  40 cf 30 ba 40 cf 30 ba  |....@.0.@.0.@.0.|
00002200  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00002210  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 cb  |..............2.|
00002220  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00002230  00 00 00 00 40 cf 30 bb  40 cf 30 bb 40 cf 30 bb  |....@.0.@.0.@.0.|
00002240  81 a4 00 01 00 00 00 00  00 01 a7 13 00 00 00 00  |................|
00002250  00 00 00 00 00 00 00 00  00 00 80 01 00 00 32 dd  |..............2.|
00002260  00 00 00 6a 00 00 00 00  00 00 00 6a 00 00 00 00  |...j.......j....|
00002270  00 00 00 00 40 cf 30 bc  40 cf 30 bc 40 cf 30 bc  |....@.0.@.0.@.0.|
00002280  41 c0 00 06 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00002290  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 47  |..............3G|
000022a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000022b0  00 00 00 00 34 e8 0b f8  40 cf 30 da 34 e8 0b f8  |....4...@.0.4...|
000022c0  81 a4 00 01 00 00 00 00  00 00 05 de 00 00 00 00  |................|
000022d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 30 c5  |..............0.|
000022e0  00 00 00 02 00 00 00 00  00 00 00 02 00 00 00 00  |................|
000022f0  00 00 00 00 40 cf 30 bd  40 cf 30 bd 40 cf 30 bd  |....@.0.@.0.@.0.|
00002300  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00002310  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 4a  |..............3J|
00002320  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002330  00 00 00 00 34 e8 0b f9  40 cf 30 c2 34 e8 0b f9  |....4...@.0.4...|
00002340  81 a4 00 01 00 00 00 00  00 01 47 91 00 00 00 00  |..........G.....|
00002350  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 4b  |..............3K|
00002360  00 00 00 52 00 00 00 00  00 00 00 52 00 00 00 00  |...R.......R....|
00002370  00 00 00 00 40 cf 30 be  40 cf 30 bf 40 cf 30 be  |....@.0.@.0.@.0.|
00002380  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00002390  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 9d  |..............3.|
000023a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000023b0  00 00 00 00 40 cf 30 c0  40 cf 30 c0 40 cf 30 c0  |....@.0.@.0.@.0.|
000023c0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
000023d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 9e  |..............3.|
000023e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000023f0  00 00 00 00 40 cf 30 c0  40 cf 30 c0 40 cf 30 c0  |....@.0.@.0.@.0.|
00002400  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00002410  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 9f  |..............3.|
00002420  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
00002430  00 00 00 00 40 cf 30 c1  40 cf 30 c1 40 cf 30 c1  |....@.0.@.0.@.0.|
00002440  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
00002450  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 ba  |..............3.|
00002460  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
00002470  00 00 00 00 40 cf 30 c2  40 cf 30 c2 40 cf 30 c2  |....@.0.@.0.@.0.|
00002480  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00002490  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 cd  |..............3.|
000024a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000024b0  00 00 00 00 34 e8 0b fd  40 cf 30 c8 34 e8 0b fd  |....4...@.0.4...|
000024c0  81 a4 00 01 00 00 00 00  00 02 66 7c 00 00 00 00  |..........f|....|
000024d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 ce  |..............3.|
000024e0  00 00 00 9a 00 00 00 00  00 00 00 9a 00 00 00 00  |................|
000024f0  00 00 00 00 40 cf 30 c3  40 cf 30 c4 40 cf 30 c3  |....@.0.@.0.@.0.|
00002500  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00002510  00 00 00 00 00 00 00 00  00 00 80 01 00 00 34 68  |..............4h|
00002520  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002530  00 00 00 00 40 cf 30 c5  40 cf 30 c5 40 cf 30 c5  |....@.0.@.0.@.0.|
00002540  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
00002550  00 00 00 00 00 00 00 00  00 00 80 01 00 00 34 69  |..............4i|
00002560  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002570  00 00 00 00 40 cf 30 c6  40 cf 30 c6 40 cf 30 c6  |....@.0.@.0.@.0.|
00002580  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00002590  00 00 00 00 00 00 00 00  00 00 80 01 00 00 34 6a  |..............4j|
000025a0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
000025b0  00 00 00 00 40 cf 30 c7  40 cf 30 c7 40 cf 30 c7  |....@.0.@.0.@.0.|
000025c0  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
000025d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 34 85  |..............4.|
000025e0  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
000025f0  00 00 00 00 40 cf 30 c8  40 cf 30 c8 40 cf 30 c8  |....@.0.@.0.@.0.|
00002600  41 c0 00 02 00 00 00 00  00 00 01 00 00 00 00 00  |A...............|
00002610  00 00 00 00 00 00 00 00  00 00 80 01 00 00 35 0f  |..............5.|
00002620  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002630  00 00 00 00 34 e8 0c 01  40 cf 30 d2 34 e8 0c 01  |....4...@.0.4...|
00002640  81 a4 00 01 00 00 00 00  00 04 f8 8c 00 00 00 00  |................|
00002650  00 00 00 00 00 00 00 00  00 00 80 01 00 00 35 10  |..............5.|
00002660  00 00 01 3f 00 00 00 00  00 00 01 3f 00 00 00 00  |...?.......?....|
00002670  00 00 00 00 40 cf 30 c9  40 cf 30 ca 40 cf 30 c9  |....@.0.@.0.@.0.|
00002680  81 a4 00 01 00 00 00 00  00 00 03 30 00 00 00 00  |...........0....|
00002690  00 00 00 00 00 00 00 00  00 00 80 01 00 00 36 4f  |..............6O|
000026a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000026b0  00 00 00 00 40 cf 30 cb  40 cf 30 cb 40 cf 30 cb  |....@.0.@.0.@.0.|
000026c0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
000026d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 36 50  |..............6P|
000026e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000026f0  00 00 00 00 40 cf 30 cc  40 cf 30 cc 40 cf 30 cc  |....@.0.@.0.@.0.|
00002700  81 a4 00 01 00 00 00 00  00 05 94 57 00 00 00 00  |...........W....|
00002710  00 00 00 00 00 00 00 00  00 00 80 01 00 00 36 51  |..............6Q|
00002720  00 00 01 66 00 00 00 00  00 00 01 66 00 00 00 00  |...f.......f....|
00002730  00 00 00 00 40 cf 30 cd  40 cf 30 cf 40 cf 30 cd  |....@.0.@.0.@.0.|
00002740  81 a4 00 01 00 00 00 00  00 02 2d 91 00 00 00 00  |..........-.....|
00002750  00 00 00 00 00 00 00 00  00 00 80 01 00 00 37 b7  |..............7.|
00002760  00 00 00 8c 00 00 00 00  00 00 00 8c 00 00 00 00  |................|
00002770  00 00 00 00 40 cf 30 cf  40 cf 30 d0 40 cf 30 cf  |....@.0.@.0.@.0.|
00002780  81 a4 00 01 00 00 00 00  00 00 6b 18 00 00 00 00  |..........k.....|
00002790  00 00 00 00 00 00 00 00  00 00 80 01 00 00 38 43  |..............8C|
000027a0  00 00 00 1b 00 00 00 00  00 00 00 1b 00 00 00 00  |................|
000027b0  00 00 00 00 40 cf 30 d1  40 cf 30 d1 40 cf 30 d1  |....@.0.@.0.@.0.|
000027c0  81 a4 00 01 00 00 00 00  00 00 45 27 00 00 00 00  |..........E'....|
000027d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 38 5e  |..............8^|
000027e0  00 00 00 12 00 00 00 00  00 00 00 12 00 00 00 00  |................|
000027f0  00 00 00 00 40 cf 30 d2  40 cf 30 d2 40 cf 30 d2  |....@.0.@.0.@.0.|
00002800  41 c0 00 02 00 00 00 00  00 00 00 c0 00 00 00 00  |A...............|
00002810  00 00 00 00 00 00 00 00  00 00 80 01 00 00 38 70  |..............8p|
00002820  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
00002830  00 00 00 00 34 e8 0c 09  40 cf 30 d8 34 e8 0c 09  |....4...@.0.4...|
00002840  81 a4 00 01 00 00 00 00  00 03 a3 c1 00 00 00 00  |................|
00002850  00 00 00 00 00 00 00 00  00 00 80 01 00 00 38 71  |..............8q|
00002860  00 00 00 e9 00 00 00 00  00 00 00 e9 00 00 00 00  |................|
00002870  00 00 00 00 40 cf 30 d3  40 cf 30 d4 40 cf 30 d3  |....@.0.@.0.@.0.|
00002880  81 a4 00 01 00 00 00 00  00 00 02 80 00 00 00 00  |................|
00002890  00 00 00 00 00 00 00 00  00 00 80 01 00 00 33 cc  |..............3.|
000028a0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000028b0  00 00 00 00 40 cf 30 d5  40 cf 30 d5 40 cf 30 d5  |....@.0.@.0.@.0.|
000028c0  81 a4 00 01 00 00 00 00  00 00 01 90 00 00 00 00  |................|
000028d0  00 00 00 00 00 00 00 00  00 00 80 01 00 00 39 5a  |..............9Z|
000028e0  00 00 00 01 00 00 00 00  00 00 00 01 00 00 00 00  |................|
000028f0  00 00 00 00 40 cf 30 d6  40 cf 30 d6 40 cf 30 d6  |....@.0.@.0.@.0.|
 
Linux has Berkeley FFS support (search for ufs in mount's manpage),

I read that not all FSes are not pre-compiled into the kernel, and one can check what is available like this:

Code:
cat /proc/filesystems
nodev	sysfs
nodev	rootfs
nodev	ramfs
nodev	bdev
nodev	proc
nodev	cgroup
nodev	cpuset
nodev	tmpfs
nodev	devtmpfs
nodev	debugfs
nodev	securityfs
nodev	sockfs
nodev	pipefs
nodev	devpts
nodev	hugetlbfs
nodev	pstore
nodev	mqueue
	ext3
	ext2
	ext4
nodev	autofs
	fuseblk
nodev	fuse
nodev	fusectl
nodev	vmhgfs
	udf
	iso9660
nodev	rpc_pipefs
nodev	nfs
nodev	nfs4
nodev	nfsd
nodev	vboxsf

Which does not appear to mention UFS.

This is from Linux version:
Code:
 Linux version 3.16.0-4-686-pae (debian-kernel@lists.debian.org)
gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08)
 
What's listed in /proc/filesystems only includes the drivers that have been loaded. It's rare to have many, if any (except the one for mounting an initial ramdisk) compiled into the kernel. So to be sure, you'll have to look in /lib/modules/linux<kernel version>/<something>/filesystems/ -- I'm not at the computer right now, but you get the idea.
 
The string dump with "Evans and Sutherland (C) 1988" could mean one of a couple of things. This disk may include some X Window System sources contributed by E&S around that time (we contributed to various things in the X Window System while I worked there from 1989-1993). Given the other stuff surrounding that portion of the string dump, this seems likely. We shipped the ESV workstation using the X Window System in 1989 and that used a MIPS R3000 processor and RISC/OS as the operating system.

In the late 1980s, the PS/390 graphics terminal was also offered, but it didn't have an operating system per se and tended to rely on a host machine like a VAXstation for the majority of the work.

There are also the flight simulator systems that were offered at that time. IIRC, they used VxWorks internally and had one or more hard drives to store the database for the simulators. I never worked on those products, so I don't know any details about those systems or how the hard drives were organized.
 
Back
Top