Removed legacy ntfsfix comments, it still kept confusing people

This commit is contained in:
szaka 2006-01-08 13:30:42 +00:00
parent 6b36031ff4
commit 1df657f193

14
README
View File

@ -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-gnomevfs.
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.