home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!concert!ais.com!bruce
- From: bruce@ais.com (Bruce C. Wright)
- Newsgroups: comp.os.vms
- Subject: Re: Help a student in distress....
- Message-ID: <1993Jan7.212659.5931@ais.com>
- Date: 7 Jan 93 21:26:58 GMT
- References: <20242.2b4c180e@ul.ie> <C0Hz98.Lw6@usenet.ucs.indiana.edu>
- Organization: Applied Information Systems, Chapel Hill, NC
- Lines: 29
-
- In article <C0Hz98.Lw6@usenet.ucs.indiana.edu>, mdchaney@fractal.ucs.indiana.edu (M Darrin Chaney) writes:
- > In article <20242.2b4c180e@ul.ie> 9120092@ul.ie writes:
- >>Call me a buthead but I've got a few rather simplistic questions to
- >>pose to the great VMS minds out there.
- >
- >>(2) In DEC's RMS who does the FAB and the RAB work, is it much different
- >> from the FAT in Messy Dos (TM) ?
- >
- > Absolutely nothing to do with each other. The FAT (MS-DOS) is per-disk
- > data structure that describes the logical layout of the file on the disk.
-
- As others have noted, FAT in MS-DOS is most like ODS-2 in VMS -- both are
- names of on-disk file structures. FAT is pretty brain-damaged by comparison;
- ODS-2's organization is most like that of OS/2's HPFS or Windows NT's NTFS
- in the PC world.
-
- > In RMS, the FAB and RAB simply keep information about the file that you are
- > accessing, such as file type, file name, and record type. The DOS equivalent
- > is the File Control Block- FCB- which holds file name, record size, and other
- > information for access. It is used by DOS interrupt (21h) services such as
- > 21h, 22h, and 23h (which read, write, and get file size). That's the new way
- > of dealing with files, as opposed to handles.
-
- The RAB and FAB in RMS are most like the DOS FCB's, but again, the DOS
- FCB's are a pretty brain-damaged implementation of the concept. But the
- modern way of dealing with MS-DOS files is with handles (sort of similar
- to Unix), not FCB's.
-
- Bruce C. Wright
-