发新话题
打印

Linux下的NTFS读写驱动NTFS-3G正式版发布

Linux下的NTFS读写驱动NTFS-3G正式版发布

英文标题: NTFS-3G 1.0 Stable is released

作者: Edu-Map.com/chinakr  日期: 2007-02-21

    2007年2月21日对于广大Linux用户和爱好者来说是一个好日子!

    这一天NTFS-3G项目小组的Szaka宣布世界上第一个开源、免费、稳定的NTFS读写驱动NTFS-3G 1.0发布了。

    半年前NTFS-3G驱动beta版的发布,吸引了数以千计的测试者和开发人员加入。

    目前NTFS-3G已被60个Linux发行版采用,并被引入到FreeBSD、BeOS、Haiku和Mac OS X。

    今天发布的正式版和2月7日发行的RC版相比没有太大改动,主要是文档更新。

    正式版可以从NTFS-3G项目的主页上下载:http://www.ntfs-3g.org

NTFS-3G读写驱动简介

    NTFS-3G是一个开源、免费的NTFS读写驱动,它提供对NTFS 文件系统(Windows XP、Windows Server 2003、Windows 2000和Windows Vista的文件系统)的安全、快速的访问。

    目前NTFS-3G驱动已经发展到stable版本(相当于正式版)。如果你对它的测试方法、测试工具和测试结果感兴趣可以访问:http://www.ntfs-3g.org/quality.html

    还可以访问NTFS-3G项目的主页,来获得更多新闻、技术支持和讨论区的信息。

NTFS-3G读写驱动快速安装

    要安装NTFS-3G驱动,需要先安装基本的Linux开发工具和完整的FUSE包(http://fuse.sourceforge.net)。之后,执行:
   
        $ ./configure
        $ make
        $ sudo make install

NTFS-3G读写驱动用法简介

    如果上述安装过程中没有出现错误,我们就可以用"读-写"方式挂载(mount) NTFS分区了:
   
        $ mount -t ntfs-3g /dev/hda1 /mnt/windows
    或
        $ ntfs-3g /dev/hda1 /mnt/windows
        
    这里假设/dev/hda1是我们想要挂载的NTFS分区,/mnt/windows目录是我们事先建立好的挂载点。

    如果需要文件名中文支持,必须设置'locale'选项,例如:
   
        $ mount -t ntfs-3g -o locale=zh_CN.UTF-8 /dev/hda1 /mnt/windows

    如果需要在系统启动的时候自动挂载NTFS分区,可以修改"/etc/fstab"文件,在文件末尾加入
   
        /dev/hda1 /mnt/windows ntfs-3g defaults 0 0

    更多的选项和例子可以参考手册:
   
        $ man ntfs-3g
        
ntfs-3g-news邮件列表

    ntfs-3g-news@lists.sourceforge.net
    https://lists.sourceforge.net/lists/listinfo/ntfs-3g-news

(版权所有: QuickBest.com.cn  欢迎转载, 转载请注明作者和出处)
清北,追求完美用户体验——品质驱动 诚信导航 服务至上 技术领先
清北服务网站  http://QuickBest.com.cn

TOP

发信人: MalaceShade (生活如此艰辛), 信区: LinuxApp
标  题: Stable NTFS-3G 1.0出来了
发信站: 水木社区 (Wed Feb 21 10:27:59 2007), 站内

邮件列表里面的
Welcome,

I'm glad to announce the release of the first open source, freely
available, stable read/write NTFS driver, NTFS-3G 1.0.

The driver, released half year ago for beta testing, made vast progress,
thanks to ten or even hundreds of thousands testers, early adopters and
developers.

In consequence of the open communications and positive experiences, NTFS-3G
is available for over 60 Linux distributions today, including most major
ones. Moreover it was ported to new operating systems like FreeBSD, BeOS,
Haiku and Mac OS X, to big-endian and 64-bit computer architectures, and to
new CPU's like AMD64, ARM and MIPS.

The NTFS-3G README file is copied below which includes some general
information.

The stable release has no major change to the release candidate released on
7th of February, it's basically the promised rename with document updates.

The stable release is available from

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

The source is yours, enjoy.

        Szaka


INTRODUCTION
============

The ntfs-3g driver is an open source, freely available read/write NTFS
driver, which provides safe and fast handling of the Windows XP, Windows
Server 2003, Windows 2000 and Windows Vista filesystems. Almost the full
POSIX filesystem functionality is supported, the major exceptions are
changing the file ownerships and the access rights.

The purpose of the project is to develop, continuously quality test and
support a trustable, featureful 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 the hybrid, kernel/user space filesystem driver approach,
performance, reliability and feature richness per invested effort wise.

The driver is in STABLE status. The test methods, the test suites used and
testimonials can be found on

        http://www.ntfs-3g.org/quality.html

News, support answers, problem submission instructions, support and discussion
forums, performance numbers and other information are available on the project
web site at

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


QUICK INSTALLATION
==================

Make sure you have the basic Linux development tools and the full FUSE
package (http://fuse.sourceforge.net) is already installed correctly on
the computer. 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
read-write mounted for everybody the following way (unmount the volume if
it was already mounted, and replace /dev/hda1 and /mnt/windows, if needed):

        mount -t ntfs-3g /dev/hda1 /mnt/windows
or
        ntfs-3g /dev/hda1 /mnt/windows

You may also need to set the 'locale' option to make file names with national
characters visible. Replace the below hu_HU.utf8 with the appropriate setting.

        mount -t ntfs-3g /dev/hda1 /mnt/windows -o locale=hu_HU.utf8

Please see the ntfs-3g manual page for more options and examples.

You can also make NTFS to be mounted during boot by putting the below
line at the __END__ of the /etc/fstab file:

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


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.p ... orge&CID=DEVDEV
_______________________________________________
ntfs-3g-news mailing list
ntfs-3g-news@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ntfs-3g-news


--

※ 来源:·水木社区 newsmth.net·[FROM: 218.58.195.*]
清北,追求完美用户体验——品质驱动 诚信导航 服务至上 技术领先
清北服务网站  http://QuickBest.com.cn

TOP

发新话题