Changes by: szaka
Update of /cvsroot/linux-ntfs/ntfsprogs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12523
Modified Files:
README
Log Message:
Removed legacy ntfsfix comments, it still kept confusing people
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/ntfsprogs/README,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- README 1 Dec 2005 20:44:18 -0000 1.19
+++ README 8 Jan 2006 13:30:42 -0000 1.20
@@ -71,7 +71,7 @@ NTFS library
Provides common NTFS access functions to the ntfsprogs and other foreign
open source applications. Note, that the library is still under development
-and a lot of functionality is not yet included.
+and not all functionality is included yet.
NTFS Gnome VFS module
=====================
@@ -84,19 +84,13 @@ module in practice see man 8 libntfs-gno
NTFS utilities
==============
-The ntfsprogs will eventually include utilities for doing all required tasks
-to NTFS partitions. In general, just run a utility without any command line
+The ntfsprogs includes utilities for doing all required tasks to NTFS
+partitions. In general, just run a utility without any command line
options to display the version number and usage syntax.
The following utilities are so far implemented:
-NtfsFix - Attempt to fix an NTFS partition that has been damaged by the old
-Linux NTFS driver. Note that you should run it every time after you have used
-the old Linux NTFS driver to write to an NTFS partition to prevent massive data
-corruption from happening when Windows mounts the partition.
-IMPORTANT: Run this only *after* unmounting the partition in Linux but *before*
-rebooting into Windows NT/2000 or you *will* suffer! - You have been warned!
-See man 8 ntfsfix for details.
+ntfsfix - Attempt to fix an NTFS partition and force Windows to check NTFS.
mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs for
command line options.
|