-
Notifications
You must be signed in to change notification settings - Fork 53
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
Ignore boot signature #102
Comments
Official spec says this:
Even if partition is not bootable it usually have a bootsector that prints an error. Have you found a non-conforming disk? |
Yes there are many. Early PC/XT BIOS did not check, and subsequently many early (1980's) PC titles do not have the signature. |
As far as I know DOS 1.0 don't even have BPB in boot sector. I wasn't planning on supporting such old FAT implementations because it would add a lot of complexity... |
DOS 1.0 specifically yes, but there are disks with BPB and no boot signature. |
I can confirm that it rust-fatfs reads this fine if we disable the check, so I don't think its any extra work. I can understand if you don't want to deal with it if there is something nonstandard in the FAT itself. |
The absence of a boot signature does not mean there is not a valid filesystem on the disk.
The text was updated successfully, but these errors were encountered: