Update for ntfs gnomevfs.

(Logical change 1.223)
This commit is contained in:
cantab.net!aia21 2003-11-04 13:04:07 +00:00
parent 37f1235091
commit 2103b57235
3 changed files with 22 additions and 3 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
Current news
============
Merged the NTFS Gnome VFS module by Jan Kratochvil.
Added new utilities: ntfsclone by Szakacsits Szabolcs, ntfscluster by Richard
Russon, ntfsinfo by Matthew Fanto, ntfsls originally by Lode Leroy, modified
by Anton Altaparmakov, ntfscat by Richard Russon.

13
README
View File

@ -14,9 +14,8 @@ 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
(ntfsprogs). In the future it will also contain a new NTFS driver for the
Linux kernel.
Linux-NTFS currently consists of the NTFS library (libntfs), the NTFS Gnome VFS
module (libntfs-gnomevfs) and various utilities (ntfsprogs).
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:
@ -40,6 +39,14 @@ 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 ntfsgnomevfs.
NTFS utilities
==============

View File

@ -1,3 +1,13 @@
********************
* libntfs-gnomevfs *
********************
Be generic GnomeVFS filter; how to redirect ntfs_mount(3) to GnomeVFS parent?
***********
* libntfs *
***********
*****************
* HIGH priority *
*****************