-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NTFS volume not mounted a rw, only ro + Crash on dir
command
#3
Comments
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? |
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.The text was updated successfully, but these errors were encountered: