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 #2
Comments
|
Hi, a follow up. I tried it on a desktop and ran a UEFI shell [1] to load the NTFS-3g DXE driver. Version info I performed the same steps: |
|
Hi @pbatard, Wondering if you have had the chance to look at it. I tried debugging it and it seems that this function call already results in a fallback to mounting as ntfs-3g/uefi-driver/uefi_bridge.c Lines 483 to 501 in 84552e5
Thank you! |
Sorry, but I'm afraid I am not planning to. My testing on real hardware with real NTFS volume showed no issue when mounting them rw, and I'm way too busy with other things to try to figure out why your specific NTFS volume, in your specific environment doesn't mount properly. From where I stand, this looks like a pure VMWare issue, since the code indicates that the volume was not closed properly or has another issue that forces a fallback to mounting it read-only so, as long as you can't replicate the problem on real hardware, you will have to see with VMWare what they might be doing with NTFS volumes or virtual disks, that makes a virtual NTFS media behave differently from a real NTFS media. I will therefore close this issue. But if you get some insight as to why your virtual hardware is failing compared to real hardware, please feel free to post the details here. |
|
Hi,
Sure, I understand.
I tested it on a physical desktop (Sabretooth X99 motheboard) too, as per 2nd comment in this issue, but it mounted as
Sure, I'll check in VMware forums and update and findings if I manage to resolve it. Thank you! |
Hi,
I am running UEFI shell in VMware® Workstation 15 Pro (15.5.7 build-17171714)
Whilst I can load the NTFS-3g DXE driver from this repository (both in the releases tab and self-compiled), it mounts the NTFS volume as
roand notrw.Any advice? thank you.
The text was updated successfully, but these errors were encountered: