Details
Description
Steps to reproduce:
- Replace ntfs.sys onto version from Windows XP or 2003.
- Reboot.
- Connect any drive(s) with NTFS partition(s).
- Reboot again, in order to allow PnP properly detect them.
- 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
Issue Links
- blocks
-
CORE-17475 Include ability to use 2K3's ntfs.sys as an optional component
- Reopened
- is blocked by
-
CORE-10147 Windows 2k3 TDI.SYS (and ndis.sys) driver need MmAllocateMappingAddress
- Resolved
- is duplicated by
-
CORE-17431 Issue with booting from NTFS when using MS' NTFS driver
- Closed