From 63b6f9ff3f775952761938590b0656143fd88994 Mon Sep 17 00:00:00 2001 From: "elisa-laajakaista.fi!szaka" Date: Thu, 30 Sep 2004 18:16:48 +0000 Subject: [PATCH] ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors aren't tried to be saved anymore (Szaka) (Logical change 1.587) --- ChangeLog | 2 ++ TODO.ntfsprogs | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 03e81cab..17570fcd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,6 +68,8 @@ xx/xx/2004 - 2.0.0-WIP ntfs_attr_reinit_search_ctx() always clears ctx->al_entry. - Rename scpu_to_le{16,32,64}() to cpu_to_sle{16,32,64}() to match the kernel. + - ntfsclone: honor bad clusters list ($BadClus:$Bad), known bad sectors + aren't tried to be saved anymore. (Szaka) 04/09/2004 - 1.9.4 - Urgent bug fixes. diff --git a/TODO.ntfsprogs b/TODO.ntfsprogs index 45c2a979..7845f96e 100644 --- a/TODO.ntfsprogs +++ b/TODO.ntfsprogs @@ -26,7 +26,6 @@ Thanks, - get rid of the unneeded lseek()'s during reads/writes - catch if source and dest are the same -- consider badblock list - add dd's noerror option - disable consistency check for --metadata (e.g. if the check is crashing) - make "wiped", etc statistic variables long long