From 2103b57235f2fb92c0425c8da6c634edc1c7bdb3 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 4 Nov 2003 13:04:07 +0000 Subject: [PATCH] Update for ntfs gnomevfs. (Logical change 1.223) --- NEWS | 2 ++ README | 13 ++++++++++--- TODO.libntfs | 10 ++++++++++ 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index fe82314b..d1ddadda 100644 --- a/NEWS +++ b/NEWS @@ -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. diff --git a/README b/README index 3de8cdd9..752b0231 100644 --- a/README +++ b/README @@ -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 ============== diff --git a/TODO.libntfs b/TODO.libntfs index 4d43c773..5029567b 100644 --- a/TODO.libntfs +++ b/TODO.libntfs @@ -1,3 +1,13 @@ +******************** +* libntfs-gnomevfs * +******************** + +Be generic GnomeVFS filter; how to redirect ntfs_mount(3) to GnomeVFS parent? + +*********** +* libntfs * +*********** + ***************** * HIGH priority * *****************