2002-08-23 02:09:47 +08:00
|
|
|
|
|
|
|
Linux-NTFS
|
|
|
|
==========
|
|
|
|
|
|
|
|
The Linux-NTFS project aims to bring full support for the NTFS filesystem to
|
|
|
|
the Linux operating system.
|
|
|
|
|
2003-01-18 23:26:15 +08:00
|
|
|
Linux-NTFS is copyright (c) 2000-2003 Anton Altaparmakov.
|
2002-08-23 02:09:47 +08:00
|
|
|
|
|
|
|
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
|
2002-11-29 20:16:35 +08:00
|
|
|
(ntfsprogs). In the future it will also contain a new NTFS driver for the
|
2002-08-23 02:09:47 +08:00
|
|
|
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
|
|
|
|
============
|
|
|
|
|
2002-11-29 20:16:35 +08:00
|
|
|
Provides common NTFS access functions to the ntfsprogs and other foreign
|
2003-01-18 23:26:15 +08:00
|
|
|
open source applications. Note, that the library is still under development and
|
|
|
|
a lot of functionality is not yet included.
|
2002-08-23 02:09:47 +08:00
|
|
|
|
|
|
|
NTFS utilities
|
|
|
|
==============
|
|
|
|
|
2002-11-29 20:16:35 +08:00
|
|
|
The ntfsprogs will eventually include utilities for doing all required tasks
|
2002-08-23 02:09:47 +08:00
|
|
|
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
|
2003-01-18 23:26:15 +08:00
|
|
|
NTFS driver. Note that you should run it every time after you have used the old
|
2002-08-23 02:09:47 +08:00
|
|
|
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.
|
|
|
|
|
2002-12-10 19:53:41 +08:00
|
|
|
ntfsundelete - Recover deleted files from an NTFS volume. See man 8
|
2002-08-23 02:09:47 +08:00
|
|
|
ntfsundelete for more details.
|
2002-12-10 19:53:41 +08:00
|
|
|
|
|
|
|
ntfsresize - Resize NTFS volumes. See man 8 ntfsresize for details.
|
|
|
|
|