Go to file
flatcap.org!ntfs 12317ec4a8 s/sf/sourceforge/g
(Logical change 1.233)
2003-11-12 18:05:56 +00:00
BitKeeper Add man pages in libntfs directory to the ignore list. 2003-11-06 16:32:28 +00:00
doc Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
include Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
libntfs Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
ntfsprogs s/sf/sourceforge/g 2003-11-12 18:05:56 +00:00
aclocal.m4 Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
AUTHORS Add Jan Kratochvil to authors. 2003-11-04 13:04:07 +00:00
autogen.sh Update build. 2003-06-02 08:53:04 +00:00
ChangeLog Release 1.8.0beta2 2003-11-10 10:54:56 +00:00
ChangeSet Initial revision 2002-08-22 14:28:33 +00:00
compile (Logical change 1.230) 2003-11-07 10:16:00 +00:00
config.guess Update. 2003-05-26 12:58:41 +00:00
config.h.in Linux/types.h no longer needed at all. 2003-07-31 14:12:36 +00:00
config.sub Update. 2003-05-26 12:58:41 +00:00
configure Release 1.8.0beta2 2003-11-10 10:54:56 +00:00
configure.ac Release 1.8.0beta2 2003-11-10 10:54:56 +00:00
COPYING ntfstools->ntfsprogs 2002-11-29 12:16:35 +00:00
CREDITS Add Jan Kratochvil. 2003-11-06 12:32:27 +00:00
depcomp Initial revision 2003-05-26 12:58:41 +00:00
getgccver Make it really work this time... 2003-05-26 12:58:41 +00:00
INSTALL Update. 2003-05-26 12:58:41 +00:00
install-sh Update. 2003-05-26 12:58:41 +00:00
ltconfig Had to change symbolic links to files to get cvs to accept them. 2002-08-22 18:09:47 +00:00
ltmain.sh Update. 2003-05-26 12:58:41 +00:00
Makefile.am extra/extras target 2003-10-16 21:11:12 +00:00
Makefile.in Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
missing Update. 2003-05-26 12:58:41 +00:00
mkinstalldirs Update. 2003-05-26 12:58:41 +00:00
NEWS Update for ntfs gnomevfs. 2003-11-04 13:04:07 +00:00
ntfsprogs.spec.in Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
README Add man page for libntfs-gnomevfs and other man page updates. 2003-11-06 16:30:56 +00:00
stamp-h.in More files. 2002-08-22 18:09:47 +00:00
TODO.include Concolidate TODO files 2002-08-22 18:09:47 +00:00
TODO.libntfs Make building of libntfs-gnomevfs optional. (Jan Kratochvil) 2003-11-07 18:25:26 +00:00
TODO.ntfsprogs token change to test a trigger 2003-06-05 21:56:18 +00:00

Linux-NTFS
==========

The Linux-NTFS project aims to bring full support for the NTFS filesystem to
the Linux operating system.

Linux-NTFS is copyright (c) 2000-2003 Anton Altaparmakov.

All of the contents of the Linux-NTFS project are free software, released under
the GNU General Public License and you are welcome to redistribute them under
certain conditions.
All the libraries and utilities come with ABSOLUTELY NO WARRANTY; for details
read the GNU General Public License to be found in the file COPYING in the main
Linux-NTFS distribution directory.
 
Linux-NTFS currently consists of the NTFS library (libntfs), the NTFS Gnome VFS
module (libntfs-gnomevfs) and various utilities (ntfsprogs).

The Linux-NTFS project is registered on Sourceforge.net. The home page for
Linux-NTFS is http://linux-ntfs.sf.net/ and the project page is:
http://sf.net/projects/linux-ntfs/

If you would like to take part in the development of Linux-NTFS, you are
invited to subscribe to the development mailing list,
linux-ntfs-dev@lists.sourceforge.net. The easiest way to do this is to visit
the list page on sourceforge at:
	http://lists.sourceforge.net/lists/listinfo/linux-ntfs-dev

If you would like to be kept up to date about new releases and other Linux-NTFS
announcements, subscribe to the linux-ntfs-announce mailing list (very low
volume). The easiest way to do this is to visit the list page on sourceforge at:
	http://lists.sourceforge.net/lists/listinfo/linux-ntfs-announce

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.

NTFS Gnome VFS module
=====================

The Gnome virtual filesystem provides universal access to diffent filesystems.
This modules enables Gnome VFS clients to seamlessly utilize the NTFS library.
For further details and examples of how to make use of the NTFS Gnome VFS
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
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 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.

mkntfs - Format a partition with the NTFS filesystem. See man 8 mkntfs for
command line options.

ntfslabel - Display/change the label of an NTFS partition. See man 8 ntfslabel
for details.

ntfsundelete - Recover deleted files from an NTFS volume. See man 8
ntfsundelete for more details.

ntfsresize - Resize NTFS volumes. See man 8 ntfsresize for details.

ntfsclone - Efficiently create/restore an image of an NTFS partition. See
man 8 ntfsclone for details.

ntfscluster - Locate the owner of any given sector or cluster on an NTFS
partition. See man 8 ntfscluster for details.

ntfsinfo - Show some information about an NTFS partition or one of the files
or directories within it. See man 8 ntfsinfo for details.

ntfsls - List information about files in a directory residing on an NTFS
partition. See man 8 ntfsls for details.

ntfscat - Concatenate files and print their contents on the standard output.