노무현 대통령 배너


2007. 7. 12. 20:22

NTFS-3G Read/Write Driver

출처: http://www.ntfs-3g.org/

NTFS-3G Read/Write Driver

Updated: July 10, 2007

Over two million hits since the stable driver release


The NTFS-3G driver is an open source, freely available read/write NTFS driver for Linux, FreeBSD, Mac OS X, NetBSD, and Haiku. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems. Most POSIX file system operations are supported, with the exception of full file ownership and access right support.

The purpose of the project is to develop, continuously quality test and support a trustable, feature rich and high performance solution for hardware platforms and operating systems whose users need to reliably interoperate with NTFS. Besides this practical goal, the project also aims to explore the limits of a hybrid, kernel/user space file system driver approach. Performance, reliability and feature richness per invested effort are being examined.

The driver is in STABLE status since February 2007, after twelve years of development. Please see our test methods and testimonials on the driver quality page.


Download

The NTFS-3G driver is available from many places, in different packaging formats for several operating systems. The release notes and the software changes can be found on the Release History page. You can subscribe here for new release notifications.

The latest stable version is 1.710, released on July 10, 2007. Availability:

Source Codentfs-3g-1.710.tgz
FreeBSD FreshPortsfusefs-ntfs
Mac OS X MacPortsntfs-3g
Mac OS X Fink Packagesntfs-3g
NetBSD Package Collectionfuse-ntfs-3g
Haiku Source Repositoryntfs

Over 85 Linux and FreeBSD distributions also include, or have easy-to-install, binary packages available:

AliXeDyne:bolicKnoppicillinPanic LinuxScientific Linux Live
ALT LinuxEliveKnoppixPardus LinuxSidux
Arch LinuxFC-OneKuliaxParsixSimplyMEPIS
Ark LinuxFedoraKuruminParted MagicSlackware
ASPLinuxForesight LinuxLinuxConsolePC-BSDSlax
AuroraFreeNASLinux-EduCDPCLinuxOSSource Mage
AustrumiFrugalwareLinux MintPingwinekSystemRescueCd
B2D LinuxGentooLitrixPLD LinuxT-Resc
Berry LinuxGoboLinuxLunar LinuxPLoP LinuxT2
BinTooGParted MandrivaPUD LinuxTilix
Bluewhite64grmlMCNLivePuppyTrinity Rescue Kit
BOSSHelixMusixQiLinuxUbuntu
Caixa MagicaInsertNimbleXRed HatUHU-Linux
CatixK-DEMarNSLU2-LinuxRIPLinuxUTUTO
CDriveBack KanotixNSTROCK LinuxVector Linux
CRUXKateOSnUbuntuSabayonLinuxWolvix
DebianKiwiopenSUSESAM LinuxZenwalk
DreamlinuxKnoppelpaldoSauver

You may follow a previous link for OS or distribution specific installation instructions.

The development source code is also available via CVS and Mercurial.


Installation

Make sure that the basic Linux development tools and the full FUSE package is already installed correctly on the computer. Please note, FUSE 2.6.0 or later is required to guarantee full data safety. Then type:

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


Usage

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

    mount -t ntfs-3g /dev/hda1 /mnt/windows
You may also need to set the 'locale' option to make all file names with national characters visible. Replace the below en_US.UTF-8 with the appropriate setting.
    mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=en_US.UTF-8
Please see the ntfs-3g manual page 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/hda1 /mnt/windows ntfs-3g defaults 0 0


Page is maintained by lead developer, Szabolcs Szakacsits, szaka@sienet.hu.

'Embedded System > File System' 카테고리의 다른 글

T13: Last Drafts  (10) 2007.07.12
Linux-NTFS project  (0) 2007.07.12
Red Hat's New Journaling File System: ext3  (0) 2007.07.12
[IBM] 고급 파일시스템 개발자 가이드  (0) 2007.07.12
EXT2 Filesystem  (0) 2007.07.12