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

Include the NTFS Boot Record backup in the cloned image #54

Commits on Feb 12, 2021

  1. Include the NTFS Boot Record backup in the cloned image

    NTFS stores a copy of its Boot Record after the end of the volume, which is
    1 block smaller than the partition. This commit updates the NTFS's totalblock
    to include that block.
    
    With this change, the md5sum of the restored floppy.raw is identical to
    the md5sum of the cloned one.
    
    Signed-off-by: Patrick Rouleau <pfrouleau@gmail.com>
    pfrouleau committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    0398eff View commit details
    Browse the repository at this point in the history