Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv16510
Modified Files:
CREDITS ChangeLog INSTALL NEWS README
Log Message:
Updated documentation and other text files. Preparing for initial release.
Index: CREDITS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/CREDITS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** CREDITS 2001/01/30 12:29:03 1.1
--- CREDITS 2001/02/02 01:15:17 1.2
***************
*** 4,12 ****
The list is sorted alphabetically, so please keep it this way!
! Please let me know (email Anton <ai...@ca...>) if you believe someone is
! missing or if you prefer to not be listed.
Yuri Per <yu...@ac...>
--- 4,17 ----
The list is sorted alphabetically, so please keep it this way!
! Please let me know (email Anton Altaparmakov <ai...@ca...>) if you believe
! someone is missing or if you prefer to not be listed.
Yuri Per <yu...@ac...>
+
+ Also, various code snippets and especially the autoconf/automake automated
+ configuration, compilation and installation system have been ripped shamelessly
+ from numerous different GNU and Gnome utilities and libraries so "Many thanks!"
+ to all the people who have participated in their creation!
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** ChangeLog 2001/02/02 00:16:18 1.1
--- ChangeLog 2001/02/02 01:15:17 1.2
***************
*** 0 ****
--- 1,3 ----
+
+ 02/02/2001 - Started ChangeLog.
+
Index: INSTALL
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/INSTALL,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** INSTALL 2001/02/02 00:30:25 1.1
--- INSTALL 2001/02/02 01:15:17 1.2
***************
*** 1,2 ****
--- 1,14 ----
+ Quick installation
+ ==================
+
+ In most cases it should be sufficient to do:
+
+ ./configure
+ make
+ make install
+
+ The above will compile and install the NTFS library and utility
+ programs into /usr/local/lib and /usr/local/bin respectively.
+
Basic Installation
==================
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** NEWS 2001/02/02 00:16:18 1.1
--- NEWS 2001/02/02 01:15:17 1.2
***************
*** 0 ****
--- 1,2 ----
+ The initial public release is here!
+
Index: README
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/README,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** README 2001/02/02 00:16:18 1.1
--- README 2001/02/02 01:15:17 1.2
***************
*** 0 ****
--- 1,58 ----
+
+ 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, 2001 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 and the project page
+ is: http://sourceforge.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,
+ lin...@li.... The easeist way to do this is to visit
+ the list page on sourceforge at:
+ http://lists.sourceforge.net/lists/listinfo/linux-ntfs-dev
+
+ 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 v0.0.2 - Attempt to fix an NTFS parition 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!
+
+ NtfsDump_LogFile v0.0.1 - Interpret and display information about the journal
+ ($LogFile) of an NTFS volume.
+
+
|