NTFS-3G Safe Read/Write NTFS Driver
 
 
 
 
Go to file
cantab.net!aia21 204ef2c7ed ntfsresize.8.in:
Simplicity rulez, this patch eliminates the "resize by number of
  clusters" feature. It was only used as a temporary helper for
  development and on the long term it would be just an unneeded baggage.
  advise_on_resize() reworked accordingly.
ntfsresize.c:
  [Szaka] Simplicity rulez, this patch eliminates the "resize by number of
  clusters" feature. It was only used as a temporary helper for
  development and on the long term it would be just an unneeded baggage.
  advise_on_resize() reworked accordingly.

BKrev: 3de2128fY-mA-GfH497dipyVBkcFbg
2002-11-25 12:07:43 +00:00
BitKeeper/etc Teach BK to ignore configure output, general build products and specific programs 2002-08-22 22:58:59 +00:00
doc whitespace and include guards 2002-08-22 18:09:47 +00:00
include Fix compilation with gcc-3.2. 2002-10-14 09:57:49 +00:00
libntfs Rename: libntfs/attrib_RE.c -> libntfs/attrib_RE.txt 2002-11-19 14:53:54 +00:00
ntfstools [Szaka] Simplicity rulez, this patch eliminates the "resize by number of 2002-11-25 12:07:43 +00:00
AUTHORS add ntfsundelete to the build. fix rpm build. trawl for typos. 2002-08-22 18:09:47 +00:00
COPYING
CREDITS
ChangeLog add ntfsundelete to the build. fix rpm build. trawl for typos. 2002-08-22 18:09:47 +00:00
ChangeSet
INSTALL
Makefile.am "configure --enable-really-static" and "make strip" 2002-08-22 18:09:47 +00:00
Makefile.in "configure --enable-really-static" and "make strip" 2002-08-22 18:09:47 +00:00
NEWS add ntfsundelete to the build. fix rpm build. trawl for typos. 2002-08-22 18:09:47 +00:00
README add ntfsundelete to the build. fix rpm build. trawl for typos. 2002-08-22 18:09:47 +00:00
TODO.include
TODO.libntfs
TODO.ntfstools update 2002-11-17 16:27:15 +00:00
acconfig.h
aclocal.m4 huge update! 2002-08-22 18:09:47 +00:00
autogen.sh
config.guess
config.h.in
config.sub
configure update 2002-11-17 16:31:17 +00:00
configure.in build ntfsresize 2002-11-17 16:27:15 +00:00
install-sh
linux-ntfs.spec.in updated rpm group 2002-08-22 18:44:56 +00:00
ltconfig
ltmain.sh
missing
mkinstalldirs
stamp-h.in

README

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-2002 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) and utilities
(ntfstools). In the future it will also contain a new NTFS driver for the
Linux kernel.

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 ntfstools and other foreign
open source applications. Note, that the library is still under heavy
development and doesn't include the majority of functionality yet. It only
is capable of just about supporting the current ntfstools, so I wouldn't 
recommend using it for your own applications at this stage.

NTFS utilities
==============

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