Skip to content
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

Fix mounting a non-FAT VHD image #4941

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

maxpat78
Copy link
Contributor

@maxpat78 maxpat78 commented Apr 2, 2024

scanMBR does not check anymore for a DOS partition type code, allowing correct recognition of non-FAT partitions (i.e. NTFS).

With this patch, a VHD containing a non-FAT filesystem (for example, like NTFS after Windows NT setup-performed conversion) can be mounted with consistent C-H-S geometry.

Closes #4792

scanMBR does not check anymore for the partition type code, allowing correct recognition of non-FAT partitions (i.e. NTFS)
Fix unassigned *part in previous commit
@maxpat78 maxpat78 changed the title Update bios_vhd.cpp Fix mounting a non-FAT VHD image Apr 2, 2024
@joncampbell123 joncampbell123 merged commit 4518f62 into joncampbell123:master Apr 2, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can apparently not convert FAT16 to NTFS v1.0, v1.1 and/or v1.2
2 participants