Pieter Potgieter <tc@cis.co.za> wrote:

Well, it might have been me posting the HPFS-enabling stuff, but here goes
in any case.

Windows NT beta 4.0
====================

Pinball: HPFS support
---------------------
1. Manually add the following to the registry:
     HKEY_LOCAL_MACHINE:
       Key Name:          
SYSTEM\CurrentControlSet\Services\EventLog\System\pinball
       Class Name:        <NO CLASS>
       Last Write Time:   24/05/95 - 04:29
       Value 0
         Name:            EventMessageFile
         Type:            REG_EXPAND_SZ
         Data:            %SystemRoot%\System32\IoLogMsg.dll

      Value 1
        Name:            TypesSupported
        Type:            REG_DWORD
        Data:            0x7

      Key Name:          SYSTEM\CurrentControlSet\Services\Pinball
      Class Name:        <NO CLASS>
      Last Write Time:   24/05/95 - 04:29
      Value 0
        Name:            ErrorControl
        Type:            REG_DWORD
        Data:            0x1

      Value 1
        Name:            Group
        Type:            REG_SZ
        Data:            Boot file system

      Value 2
        Name:            Start
        Type:            REG_DWORD
        Data:            0x4

      Value 3
        Name:            Type
        Type:            REG_DWORD
        Data:            0x2


2. Copy the following file from Windows NT 3.51 to the SYSTEM32\Devices
   directory:
     Pinball.sys

3. Use the versions of ChkDsk.exe, IFSUtil.dll, UHPFS.dll, and ULib.dll from
   Windows NT 3.51 to check HPFS volumes. Combinations of the four files with
   the newer versions not been tried, but ChkDsk.exe supplied with Windows NT
   beta 4.0 is not able check HPFS volumes - either this IFSUtil.dll,
   UHPFS.dll, or ULib.dll could so the problem.

Hope this is what you are looking for.

