Defined Github as the host for documentation
Documentation and support is now on github.com/tuxera
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
|
ChangeLog can be found at :
|
||||||
|
|
||||||
Detailed ChangeLog can be found at
|
https://github.com/tuxera/ntfs-3g/wiki
|
||||||
http://www.tuxera.com/community/release-history/
|
|
||||||
|
|
||||||
The changes and history may also be found on the source repository :
|
|
||||||
http://sourceforge.net/p/ntfs-3g/ntfs-3g/ci/edge/tree/
|
|
||||||
|
|||||||
6
NEWS
6
NEWS
@@ -1,5 +1,3 @@
|
|||||||
|
Project information can be found at :
|
||||||
|
|
||||||
Project news are at http://tuxera.com/community/ntfs-3g-download/
|
https://github.com/tuxera/ntfs-3g/
|
||||||
|
|
||||||
Release notes are maintained at http://tuxera.com/community/release-history/
|
|
||||||
|
|
||||||
|
|||||||
42
README
42
README
@@ -3,10 +3,10 @@ INTRODUCTION
|
|||||||
============
|
============
|
||||||
|
|
||||||
The NTFS-3G driver is an open source, freely available read/write NTFS driver
|
The NTFS-3G driver is an open source, freely available read/write NTFS driver
|
||||||
for Linux, FreeBSD, Mac OS X, NetBSD, OpenSolaris, QNX and Haiku. It provides
|
for Linux, FreeBSD, macOS, NetBSD, OpenIndiana, QNX and Haiku. It provides
|
||||||
safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000,
|
safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000,
|
||||||
Windows Vista, Windows Server 2008, Windows 7, Windows 8 and Windows 10 file
|
Windows Vista, Windows Server 2008, Windows 7, Windows 8, Windows Server 2012,
|
||||||
systems.
|
Windows Server 2016, Windows 10 and Windows Server 2019 NTFS file systems.
|
||||||
|
|
||||||
The purpose of the project is to develop, quality assurance and support a
|
The purpose of the project is to develop, quality assurance and support a
|
||||||
trustable, featureful and high performance solution for hardware platforms
|
trustable, featureful and high performance solution for hardware platforms
|
||||||
@@ -19,25 +19,22 @@ Besides the common file system features, NTFS-3G has support for file
|
|||||||
ownership and permissions, POSIX ACLs, junction points, extended attributes
|
ownership and permissions, POSIX ACLs, junction points, extended attributes
|
||||||
and creating internally compressed files (parameter files in the directory
|
and creating internally compressed files (parameter files in the directory
|
||||||
.NTFS-3G may be required to enable them). The new compressed file formats
|
.NTFS-3G may be required to enable them). The new compressed file formats
|
||||||
available in Windows 10 can also be read through a plugin. For using
|
available in Windows 10 can also be read through a plugin.
|
||||||
advanced features, please get the instructions from
|
|
||||||
|
|
||||||
https://www.tuxera.com/community/ntfs-3g-advanced/
|
|
||||||
|
|
||||||
News, support answers, problem submission instructions, support and discussion
|
News, support answers, problem submission instructions, support and discussion
|
||||||
forums, performance numbers and other information are available on the project
|
forums, and other information are available on the project web site at
|
||||||
web site at
|
|
||||||
|
|
||||||
https://www.tuxera.com/community/
|
|
||||||
|
|
||||||
The project's official git repository is now hosted on GitHub:
|
|
||||||
|
|
||||||
https://github.com/tuxera/ntfs-3g
|
https://github.com/tuxera/ntfs-3g
|
||||||
|
|
||||||
|
The project has been funded, supported and maintained since 2008 by Tuxera:
|
||||||
|
|
||||||
|
https://tuxera.com
|
||||||
|
|
||||||
|
|
||||||
LICENSES
|
LICENSES
|
||||||
========
|
========
|
||||||
|
|
||||||
All the NTFS related components : the file system drivers, the ntfsprogs
|
All the NTFS related components: the file system drivers, the ntfsprogs
|
||||||
utilities and the shared library libntfs-3g are distributed under the terms
|
utilities and the shared library libntfs-3g are distributed under the terms
|
||||||
of the GNU General Public License as published by the Free Software
|
of the GNU General Public License as published by the Free Software
|
||||||
Foundation; either version 2 of the License, or (at your option) any later
|
Foundation; either version 2 of the License, or (at your option) any later
|
||||||
@@ -46,6 +43,7 @@ version. See the included file COPYING.
|
|||||||
The fuse-lite library is distributed under the terms of the GNU LGPLv2.
|
The fuse-lite library is distributed under the terms of the GNU LGPLv2.
|
||||||
See the included file COPYING.LIB.
|
See the included file COPYING.LIB.
|
||||||
|
|
||||||
|
|
||||||
QUICK INSTALLATION
|
QUICK INSTALLATION
|
||||||
==================
|
==================
|
||||||
|
|
||||||
@@ -78,12 +76,6 @@ There are also a few make targets for building parts :
|
|||||||
make drivers : only build drivers and libraries, without ntfsprogs
|
make drivers : only build drivers and libraries, without ntfsprogs
|
||||||
make ntfsprogs : only build ntfsprogs and libntfs-3g, without drivers
|
make ntfsprogs : only build ntfsprogs and libntfs-3g, without drivers
|
||||||
|
|
||||||
Non-Linux: Please see
|
|
||||||
|
|
||||||
http://www.tuxera.com/community/ntfs-3g-download/
|
|
||||||
|
|
||||||
for known OS specific installation and source packages, but generally
|
|
||||||
the same procedures apply.
|
|
||||||
|
|
||||||
USAGE
|
USAGE
|
||||||
=====
|
=====
|
||||||
@@ -111,23 +103,23 @@ TESTING WITHOUT INSTALLING
|
|||||||
Newer versions of ntfs-3g can be tested without installing anything and
|
Newer versions of ntfs-3g can be tested without installing anything and
|
||||||
without disturbing an existing installation. Just configure and make as
|
without disturbing an existing installation. Just configure and make as
|
||||||
shown previously. This will create the scripts ntfs-3g and lowntfs-3g
|
shown previously. This will create the scripts ntfs-3g and lowntfs-3g
|
||||||
in the src directory, which you may activate for testing :
|
in the src directory, which you may activate for testing:
|
||||||
|
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
|
|
||||||
then, as root :
|
then, as root:
|
||||||
src/ntfs-3g [-o mount-options] /dev/sda1 /mnt/windows
|
src/ntfs-3g [-o mount-options] /dev/sda1 /mnt/windows
|
||||||
|
|
||||||
And, to end the test, unmount the usual way :
|
And, to end the test, unmount the usual way:
|
||||||
umount /dev/sda1
|
umount /dev/sda1
|
||||||
|
|
||||||
|
|
||||||
NTFS UTILITIES
|
NTFS UTILITIES
|
||||||
==============
|
==============
|
||||||
|
|
||||||
The ntfsprogs includes utilities for doing all required tasks to NTFS
|
The ntfsprogs directory includes utilities for doing all required tasks to
|
||||||
partitions. In general, just run a utility without any command line
|
NTFS partitions. In general, just run a utility without any command line
|
||||||
options to display the version number and usage syntax.
|
options to display the version number and usage syntax.
|
||||||
|
|
||||||
The following utilities are so far implemented:
|
The following utilities are so far implemented:
|
||||||
|
|||||||
Reference in New Issue
Block a user