From 40ff51032b1d6f1cb236402326b3ba3a666f0be0 Mon Sep 17 00:00:00 2001 From: szaka Date: Tue, 11 Apr 2006 21:52:32 +0000 Subject: [PATCH] Update ntfscmp TODO list --- TODO.ntfsprogs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TODO.ntfsprogs b/TODO.ntfsprogs index 81d5a19d..456794b7 100644 --- a/TODO.ntfsprogs +++ b/TODO.ntfsprogs @@ -50,12 +50,14 @@ Thanks, * ntfscmp * *********** -- more exact details about the differences -- unnamed resident attributes with same type are ignored +- compare mft record headers +- exit status is 0 if inputs are the same, 1 if different, other if trouble +- optionally ignore less interesting fields (e.g. attribute instance) - new option: --metadata mode +- unnamed resident attributes with same type are ignored - code cleanup, remove many cross-util duplicates -- write manual -- performance: perhaps special handling for sparse, compressed, encrypted +- handle deleted records +- performance: special handling for sparse files **********