Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv8922
Modified Files:
NEWS README linux-ntfs.spec.in
Log Message:
Update ntfsdump_logfile and dumplog and the relevant textfiles.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- NEWS 2001/06/11 04:02:08 1.5
+++ NEWS 2001/06/16 19:59:51 1.6
@@ -12,4 +12,10 @@
Probably now require gcc 2.95 or above. (Unverified)
+Updated ntfsdump_logfile to really dump the whole logfile with all the current
+knowledge about the structures. Also added dumplog which does the same but
+operates on a file rather than a partirion, i.e. it can operate on a live
+mounted NTFS partition under linux when the -o show_sys_files was used on mount.
+(Note this mount option first appears in Linux kernel 2.4.4-ac18.)
+
Old news
========
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.7
retrieving revision 1.8
diff -U2 -r1.7 -r1.8
--- README 2001/06/16 19:23:39 1.7
+++ README 2001/06/16 19:59:51 1.8
@@ -62,6 +62,9 @@
for command line options.
-NtfsDump_LogFile v0.9 - Interpret and display information about the journal
+NtfsDump_LogFile v1.0 - Interpret and display information about the journal
($LogFile) of an NTFS volume.
+
+dumplog v1.0. - As NtfsDump_LogFile but operates on a file rather than a
+partition, so can use it on a live mounted file system.
ldm v1.3 - Interpret and display the Logical Disk Manager database (of a
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -U2 -r1.8 -r1.9
--- linux-ntfs.spec.in 2001/06/16 19:23:39 1.8
+++ linux-ntfs.spec.in 2001/06/16 19:59:51 1.9
@@ -28,6 +28,8 @@
mkntfs v1.39 - Format a partition with the NTFS filesystem. See man 8
mkntfs for command line options.
- NtfsDump_LogFile v0.9 - Interpret and display information about the
+ NtfsDump_LogFile v1.0 - Interpret and display information about the
journal ($LogFile) of an NTFS volume.
+ dumplog v1.0. - As NtfsDump_LogFile but operates on a file rather than a
+partition, so can use it on a live mounted file system.
ldm v1.3 - Interpret and display the Logical Disk Manager database (of
a Windows 2000/XP dynamic disk/block device).
|