mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 18:14:24 +08:00
Update for ntfs gnomevfs.
(Logical change 1.223)
This commit is contained in:
parent
37f1235091
commit
2103b57235
2
NEWS
2
NEWS
@ -1,6 +1,8 @@
|
|||||||
Current news
|
Current news
|
||||||
============
|
============
|
||||||
|
|
||||||
|
Merged the NTFS Gnome VFS module by Jan Kratochvil.
|
||||||
|
|
||||||
Added new utilities: ntfsclone by Szakacsits Szabolcs, ntfscluster by Richard
|
Added new utilities: ntfsclone by Szakacsits Szabolcs, ntfscluster by Richard
|
||||||
Russon, ntfsinfo by Matthew Fanto, ntfsls originally by Lode Leroy, modified
|
Russon, ntfsinfo by Matthew Fanto, ntfsls originally by Lode Leroy, modified
|
||||||
by Anton Altaparmakov, ntfscat by Richard Russon.
|
by Anton Altaparmakov, ntfscat by Richard Russon.
|
||||||
|
13
README
13
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
|
read the GNU General Public License to be found in the file COPYING in the main
|
||||||
Linux-NTFS distribution directory.
|
Linux-NTFS distribution directory.
|
||||||
|
|
||||||
Linux-NTFS currently consists of the NTFS library (libntfs) and utilities
|
Linux-NTFS currently consists of the NTFS library (libntfs), the NTFS Gnome VFS
|
||||||
(ntfsprogs). In the future it will also contain a new NTFS driver for the
|
module (libntfs-gnomevfs) and various utilities (ntfsprogs).
|
||||||
Linux kernel.
|
|
||||||
|
|
||||||
The Linux-NTFS project is registered on Sourceforge.net. The home page for
|
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:
|
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
|
open source applications. Note, that the library is still under development and
|
||||||
a lot of functionality is not yet included.
|
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
|
NTFS utilities
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
10
TODO.libntfs
10
TODO.libntfs
@ -1,3 +1,13 @@
|
|||||||
|
********************
|
||||||
|
* libntfs-gnomevfs *
|
||||||
|
********************
|
||||||
|
|
||||||
|
Be generic GnomeVFS filter; how to redirect ntfs_mount(3) to GnomeVFS parent?
|
||||||
|
|
||||||
|
***********
|
||||||
|
* libntfs *
|
||||||
|
***********
|
||||||
|
|
||||||
*****************
|
*****************
|
||||||
* HIGH priority *
|
* HIGH priority *
|
||||||
*****************
|
*****************
|
||||||
|
Loading…
Reference in New Issue
Block a user