Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!houxm!vax135!cornell!uw-beaver!tektronix!hplabs!sri-unix!jackm@ARDC.ARPA From: jackm@ARDC.ARPA Newsgroups: net.unix-wizards Subject: Re: Need information on DG RDOS "DUMP" format Message-ID: <12770@sri-arpa.UUCP> Date: Fri, 24-Aug-84 07:01:50 EDT Article-I.D.: sri-arpa.12770 Posted: Fri Aug 24 07:01:50 1984 Date-Received: Thu, 30-Aug-84 01:43:08 EDT Lines: 50 From: Jack Moskowitz (PAD) >From a very old DG RDOS Reference Manual. Dump files are formatted into the following types of blocks: 1) Name blocks - 377 2) Data blocks - 376 3) ERror blocks - 375 4) End blocks - 374 5) Time blocks - 373 6) Link data blocks - 372 These formats are given in the following illustrations: 1) Name block block id 1 byte 377 attributes 2 bytes No of contiguous blocks only if contiguous characteristic set 2 bytes filename 10 bytes terminator (null) 2) data block block id 1 byte 376 byte count 2 bytes checksum (wc mod 2 + tot contents all full words) 2 bytes data n bytes no terminator 3) error block block id 1 byte 375 4) end block block id 1 byte 374 5) time block (follows name block wxcept on links) block id 1 byte 373 julian day last access (opened) since 1/1/68 2 bytes julian day created 2 bytes time created left byte = hour, right byte = min created 2 bytes no terminator 6) link data block (follows name block on link) block id 1 byte 372 alternate dir name(if any) followed by null variable bytes link alias name(if any) followed by null variable bytes Hope this helps Jack Moskowitz AMCCOM Dover, New Jersey 07801