mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
bd23a01967
2002/06/06 15:43:58-00:00 !antona Add dir template to make files 2002/06/01 00:41:45-00:00 !antona huge update! 2002/04/22 10:34:31-00:00 !antona Attribute list support (merging done, part 2, some stuff still incomplete). mkntfs ntfs volume creation. See the changelog... 2002/04/19 18:23:56-00:00 !antona Add foundation of new inode API. 2002/04/15 20:04:26-00:00 !antona Fix all compiler warnings that came up with -Wall. Enabled -Wall for ./configure --enable-debug everywhere. Fix a few bugs in mkntfs that came up in the warnings (just error code paths, nothing major). 2002/04/14 14:08:29-00:00 !antona Cleanup library code. Throw away unused stuff. 2001/12/06 01:14:52-00:00 !antona Added mount flags to ntfs_mount and adapted utilities to new mount syntax. 2001/07/24 17:41:01-00:00 !antona Minor updates and restructuring the distribution. See NEWS and ChangeLog for details. 2001/06/10 18:30:17-00:00 !antona Preparations for the 0.1.0 release. Updating documentation and information. Updating rpm generation and added mkntfs man page which currently is not accurate as it shows all the mke2fs options in it while mkntfs doesn't actually accept any options except for device at all but it is a good starting point. 2001/06/01 02:07:25-00:00 !antona It has been a long time since last commit. At moment have done a lot of work on mkntfs but also at the moment ntfsfix and ntfsdump_logfile and libntfs are broken. Basically only mkntfs works and that is not complete either. 2001/04/07 00:53:37-00:00 !antona Makefile updates. 2001/03/26 03:46:56-00:00 !antona Makefile fix. 2001/02/03 02:03:36-00:00 !antona More files. 2001/02/02 01:15:17-00:00 !antona Updated documentation and other text files. Preparing for initial release. 2001/02/02 00:16:18-00:00 !antona Changed make process to using autoconf/automake/libtool. Added necessary files for this and for the gnu standard. Inititial checkin. Probably still stuff missing. Will know soon... (Logical change 1.5) |
||
---|---|---|
BitKeeper/etc | ||
doc | ||
include | ||
libntfs | ||
ntfstools | ||
acconfig.h | ||
aclocal.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
ChangeSet | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure | ||
configure.in | ||
COPYING | ||
CREDITS | ||
INSTALL | ||
install-sh | ||
linux-ntfs.spec.in | ||
ltconfig | ||
ltmain.sh | ||
Makefile.am | ||
Makefile.in | ||
missing | ||
mkinstalldirs | ||
NEWS | ||
README | ||
stamp-h.in | ||
TODO.include | ||
TODO.libntfs | ||
TODO.ntfstools |
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.