[Info-vax] New filesystem mentioned

Simon Clubley clubley at remove_me.eisner.decus.org-Earth.UFP
Thu May 16 13:20:19 EDT 2019


On 2019-05-16, Bob Koehler <koehler at eisner.nospam.decuserve.org> wrote:
> In article <qbhjkp$qn$3 at dont-email.me>, Simon Clubley <clubley at remove_me.eisner.decus.org-Earth.UFP> writes:
>> For example, there is no conceptual reason I can see why there couldn't
>> be a cluster-aware FAT32 filesystem driver even through on some other
>> operating systems such a thing would never be required.
>
>    OK, on VMS that would be a FAT32 ACP and would have to have the DLM
>    calls in it.  But concpetually, FAT32 has no place to keep a lot of
>    the information that VMS depends on.  Where in FAT32 is there a place
>    for VMS ACLs, the last BACKUP date, the record type?

Usually not needed if not supported by the underlying filesystem.

You either return default values (which could be specified by the
mount command just as VMS currently does for ISO 9660 volumes) or
in some cases, you return an operation not supported type error.

If you really need to store VMS specific attributes, you can do it
the way NFS currently does by using a small header file containing
the actual attribute data.

Simon.

-- 
Simon Clubley, clubley at remove_me.eisner.decus.org-Earth.UFP
Microsoft: Bringing you 1980s technology to a 21st century world



More information about the Info-vax mailing list