Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2377641
  • 博文数量: 609
  • 博客积分: 10061
  • 博客等级: 上将
  • 技术积分: 5920
  • 用 户 组: 普通用户
  • 注册时间: 2008-06-25 08:30
文章分类

全部博文(609)

文章存档

2010年(13)

2009年(39)

2008年(558)

我的朋友

分类: LINUX

2008-08-03 22:42:12

linux访问ntfs分区

若想让你的linux访问windows的ntfs分区那么请参看下面的关于(摘于ntfs-3g网站)ntfs-3g的介绍。

----------------------------------------------------------------------------------

NTFS-3G Stable Read/Write Driver
Updated: July 25, 2008


The NTFS-3G driver is an open source 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. POSIX file system operations are supported, and full file ownership and permission support is available as well.

NTFS-3G develops, 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.

The driver is in STABLE status since February 2007. Please see our test methods and testimonials on the driver quality page.


Download

The NTFS-3G driver is contained or available for over 160 distributions, including the most popular ones. Many, like Fedora, Mandriva, openSUSE and Ubuntu with over 8 million users, use NTFS-3G out of the box. 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.2712, released on July 12, 2008.

Availability:

Stable Source Release 1.2712     Mac OS X DMG Package
FreeBSD FreshPorts     Mac OS X Fink Package
NetBSD Package Collection     Mac OS X MacPorts
Haiku Source Repository     

The openSUSE NTFS-3G Build Service provides 32 and 64 bit x86 binary RPM packages for the following distributions: CentOS 5, Fedora 8, Mandriva 2007 and 2008, Red Hat Enterprise Linux 5, SUSE Linux Enterprise Server 9, SUSE Linux Enterprise 10, openSUSE 10.2, 10.3, 11.0, and openSUSE Factory.
Installation

Linux: Make sure you have the basic development tools and the kernel includes the FUSE kernel module. Then type:

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

Please note that NTFS-3G doesn't require the FUSE user space package anymore.

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


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/sda1 and /mnt/windows, if needed.

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

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/sda1 /mnt/windows ntfs-3g defaults 0 0

------------------------------------------------------------------------------------
阅读(805) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~