Go to file
2005-07-02 13:47:29 +00:00
doc Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
include Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
libntfs Fix valgrind varning about writing unitialized buffer. 2005-07-02 13:47:29 +00:00
ntfsprogs truncate_bitmap_data_attr(): no need to distinguish shrinkage & enlargement 2005-06-30 21:13:34 +00:00
.cvsignore ignore built/generated files 2005-06-09 09:29:34 +00:00
aclocal.m4 Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
AUTHORS Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
autogen.sh Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
ChangeLog Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
compile Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +00:00
config.guess Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
config.h.in Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
config.sub Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
configure Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
configure.ac Version is 1.10.1-WIP. Feel free to ./autogen.sh 2005-06-28 20:53:13 +00:00
COPYING Start using the default COPYING so our changes don't keep getting lost 2004-03-09 12:38:51 +00:00
CREDITS Update my email address 2005-04-06 15:57:09 +00:00
depcomp Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +00:00
getgccver Use head -n 1 instead of -1. (From SUSE LINUX) 2004-03-08 17:04:17 +00:00
INSTALL Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +00:00
install-sh Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +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 Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
Makefile.am Fix from Christophe Grenier: some versions of make 2005-03-03 11:40:20 +00:00
Makefile.in Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
missing Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +00:00
mkinstalldirs Update build for changes to function detection in configure.ac. 2005-06-06 14:31:37 +00:00
NEWS Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
ntfsprogs.spec.in Update for 1.9.0 release. 2004-03-10 21:52:35 +00:00
README Eeek. Someone did a commit just as I was about to commit so the commit 2005-06-20 14:31:30 +00:00
stamp-h.in More files. 2002-08-22 18:09:47 +00:00
TODO.include Update todo files with usnjrnl stuff. 2005-06-20 14:44:45 +00:00
TODO.libntfs Update todo files with usnjrnl stuff. 2005-06-20 14:44:45 +00:00
TODO.ntfsprogs - fix mangled formatting in ntfsclone: use more space for wipe statistics 2005-06-12 14:35:57 +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-2005 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.  Note that while the GNU General Public License is copyrighted by
the Free Software Foundation, the instances of code that it refers to (the
Linux-NTFS project, including the ntfsprogs package containing the NTFS library
(libntfs) and the NTFS utilities (ntfsprogs) and the Linux kernel NTFS driver
are copyrighted by me and others who actually wrote them.
 
The Linux-NTFS ntfsprogs package currently consists of the NTFS library
(libntfs), the NTFS Gnome VFS module (libntfs-gnomevfs), and various utilities
(ntfsprogs).

The Linux-NTFS home page is at:
	http://linux-ntfs.sourceforge.net/

The SourceForge.net Linux-NTFS project page is at:
	http://sourceforge.net/projects/linux-ntfs/

The latest Linux-NTFS source code is available from our CVS repositories which
can be found on our SourceForge.net project page.

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

Quick Installation
==================

   In most cases it should be sufficient to do:

	./configure
	make
	make install	<-- You usually need to be root for this one.

The above will compile and install the NTFS library and utility programs into
/usr/local/lib and /usr/local/bin respectively.  The man pages will be
installed by default in /usr/local/man.

For more detailed installation instructions, please read the file INSTALL.

Note, if you want to enable the additional debugging checks in the code as well
as the output of debugging information, which will be emitted to stdout, you
need to specify the `--enable-debug' option to `configure'.

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

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.

ntfscp - Overwrite files on an NTFS partition.