Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!topaz!nike!ucbcad!ucbvax!decvax!decwrl!pyramid!hplabs!tektronix!reed!omssw2!ogcvax!sequent!mntgfx!dclemans From: dclemans@mntgfx.UUCP Newsgroups: net.micro.atari16 Subject: Re: Disk organization on ST Message-ID: <350@apollo.mntgfx.UUCP> Date: Mon, 7-Jul-86 13:22:20 EDT Article-I.D.: apollo.350 Posted: Mon Jul 7 13:22:20 1986 Date-Received: Thu, 10-Jul-86 01:16:40 EDT References: <8607011752.AA01749@ucbvax.Berkeley.EDU> Organization: Mentor Graphics, Beaverton OR Lines: 14 Summary: ST (GEMDOS) disk structure The ST (i.e., GEMDOS) uses the MS-DOS (3.X) disk and directory structure with a couple of "minor" quirks: (these are the ones I know about; there may be others). a. The media type is only put into the BPB. It is not put into the FAT. Thus an MS-DOS disk driver that only looks at the FAT to get the media type will not be able to read an ST disk. In the other direction, the ST will only be able to read the disk if the BPB was fully built (i.e., MS-DOS 2.X and greater). b. The ARCHIVE bit in the file attributes seems to have exactly the opposite meaning for the ST as for MS-DOS. dgc