From c65b34b7098db54c7221528031979dde69e5a173 Mon Sep 17 00:00:00 2001 From: "elisa-laajakaista.fi!szaka" Date: Sun, 20 Feb 2005 22:20:54 +0000 Subject: [PATCH] ntfsfix: empty journal and mark volume dirty for chkdsk if ntfs_mount 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. (Logical change 1.680) --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19d8e6cb..dacc2b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -106,6 +106,10 @@ xx/xx/2005 - 2.0.0-WIP - ntfscp: Added SIGINT (Ctrl+C) handler, improved error handling in sync failed case. (Yura) - Fix a nasty runlist merge bug when merging two holes. (Anton) + - ntfsfix: empty journal and mark volume dirty for chkdsk if ntfs_mount + 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) 04/09/2004 - 1.9.4 - Urgent bug fixes.