Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-17409

Microsoft NTFS driver does not work in ReactOS

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • NTCore
    • VirtualBox 5.1.38.

    Description

      Steps to reproduce:

      1. Replace ntfs.sys onto version from Windows XP or 2003.
      2. Reboot.
      3. Connect any drive(s) with NTFS partition(s).
      4. Reboot again, in order to allow PnP properly detect them.
      5. Try to open them from My Computer.

      Problems:

      The partitions are not detected properly.
      It's visible when you try to open any NTFS partitions with replaced driver: there are no any content of partition displayed, just empty explorer window. And if to open the drive's properties, it does not show any information: FS is detected as unknown, size of drive is 0 bytes etc.

      Fix:

      In MS_ntfs.log there is many spam about unimplemented MmAllocateMappingAddress:

      WARNING:  MmAllocateMappingAddress at /ntoskrnl/mm/ARM3/pool.c:1392 is UNIMPLEMENTED!
      

      This routine has been already implemented by ThFabba in CORE-10147 (attached via patch). Indeed, that patch does not fix the issue completely, but at least much improves the situation. After applying it, when loading ReactOS with ntfs.sys replaced and any NTFS drives connected, it fails due to unimplemented CcRemapBcb in our cache controller (CC). Also during bootup there is some spam about unimplemented CcSetLogHandleForFile. After implementing these routines too, Microsoft NTFS driver finally loads properly in ReactOS and works as well. As with read support, same with write one. (as far as I tested)

      The patch with implementation of them is also attached: cc-ntfs.patch. PR will be follow soon.

      Attachments

        1. MS_ntfs.log
          135 kB
        2. MS_ntfs_in_ReactOS_wo_USB.png
          MS_ntfs_in_ReactOS_wo_USB.png
          62 kB
        3. MS_ntfs_in_ReactOS_before.png
          MS_ntfs_in_ReactOS_before.png
          64 kB
        4. cc-ntfs.patch
          2 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Oleg Dubinskij Oleg Dubinskiy
              Votes:
              3 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: