mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #502] MFT support for NTFS #219
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brian6932 on GitHub (Jun 5, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/502
The Master File Table (MFT) on NTFS filesystems allow you to do metadata scanning very fast, it's how Everything and WizTree work, I think it'd be a cool thing to support.
@bootandy commented on GitHub (Jun 6, 2025):
I don't have windows, feel free to raise a PR
@bootandy commented on GitHub (Jul 5, 2025):
closing this as I can't do it, but happy to accept a PR if you want to add