!
 

44 , , 44-52

Ntfs-3g

  • 02.02.10, 20:30
NTFS-3G is a stable, read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other commercial operating systems. It provides safe handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 NTFS file systems.

The release notes and the software changes can be found on the Release History page. You can subscribe here for new release notifications.

Download

The latest stable version is 2010.1.16, released on January 16, 2010.

Availability:

Stable Source Release 2010.1.16 Tuxera NTFS for Mac (fastest)
FreeBSD FreshPorts NTFS-3G for Mac OS X
NetBSD Package Collection Mac OS X Fink Package
Haiku Source Repository Mac OS X MacPorts
QNX Portal
Installation

Linux: Most distributions includes and uses NTFS-3G. Please use that one unless its an old version.If you wish to install NTFS-3G from the source code then make sure youhave installed the basic development tools (gcc compiler, libc-devlibraries). Then type:

./configuremakemake install # or 'sudo make install' if you aren't root

Non-Linux: Please see the OS specific installation and source packages above.

Usage

If there was no error during installation then the NTFS volume canbe mounted in read-write mode for everybody as follows. Unmount thevolume if it had already been mounted, replace /dev/sda1 and/mnt/windows, if needed.

mount -t ntfs-3g /dev/sda1 /mnt/windows

Please see the NTFS-3G Manual for more options and examples.

You can also make NTFS to be mounted during boot by adding the following line to the end of the /etc/fstab file:

/dev/sda1 /mnt/windows ntfs-3g defaults 0 0

10 3g-ntfs , !!! , !!! 
1