Open nickylimjj opened 2 years ago
Hi, it's almost a couple of years which this project is not under maintenance. The RO mounting was something I did as latest change, but I guess the biggest issue is related to NTFS3G driver based on an old release. Anyway, thanks for noticing me.. I'll build everything in my oldest setup to identify and to fix this bug.
cod
Hi, thanks for the prompt reply! Let me know how I can help, would gladly support any requests. 😄
The Volume has been prepared using which version of Windows OS? 7 10 or 11?
The Volume has been prepared using which version of Windows OS? 7 10 or 11?
Prepared for Win 10
Edit: Specifically
cmd> systeminfo
[...snip...]
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19042 N/A Build 19042
Hi, I prepared the environment and built the version with VS2015x64 and VS2019 (OvmfPkg + EmuPkg arch x64 toolchain vs2019).
I prepared also with windows 10 pro a new drive to be used with qemu.
Confirmed. It crash also in qemu when Ntfs driver is loaded.
@nickylimjj can you tell me which version of EDK2 you tried to build? The main branch used into tianocore/edk2 project has some issues with kernel debugging and ovmf package..
I believe i used UDK2018 branch.
Hi @wolfcod,
I am running UEFI shell in VMware® Workstation 15 Pro (15.5.7 build-17171714).
The
ntfs.efi
was built by adding to theOvmfPkg
using VS2015X64 toolchain.Whilst I can compile and load the DXE driver (I put it into my ESP partion and run
fs0:\ load ntfs.efi
, it mounts the NTFS volume asro
. When i try rundir
on it, the program crashes.