Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 597 Bytes

relocntfs

Adjusts the start of a NTFS partition

Original GPLv2 code:

Useful when an NTFS partition is cloned using ntfsclone to a different disk/partition. Especially useful if the NTFS partition was a boot partition (with NTLDR), since NTLDR relies on it to figure out here to boot from.

Do something like this to update the boot block:

./relocntfs -w /dev/sda1

Changelog

  • Added a Makefile and fixed some build issues.