From 5d86dff231e22a011615b6e045ee3f8d357b12d3 Mon Sep 17 00:00:00 2001 From: "elisa-laajakaista.fi!szaka" Date: Mon, 28 Feb 2005 19:23:20 +0000 Subject: [PATCH] ntfsclone: added a new option, --ignore-fs-check. It can be used only with the --metadata option. The clusters causing the inconsistency are saved too. (Logical change 1.681) --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index dacc2b14..771b520c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -110,6 +110,9 @@ xx/xx/2005 - 2.0.0-WIP failed. This makes read-write mounting of NTFS metadata images possible by ntfsprogs and the kernel driver what were created by versions of ntfsclone previous than 2.0.0. (Szaka) + - ntfsclone: added a new option, --ignore-fs-check. It can be used + only with the --metadata option. The clusters causing the + inconsistency are saved too. (Szaka) 04/09/2004 - 1.9.4 - Urgent bug fixes.