到http://linux.softpedia.com/get/System/Hardware/ntfs-3g-15028.shtml下载NTFS驱动,解压到/usr/local/src,然后走一般流程吧
./configue
make clean
make
make install
然后就差不多了
这时候你输入ntfs-3g,会出现
ntfs-3g: No device is specified.
ntfs-3g 2011.4.12 integrated FUSE 27 - Third Generation NTFS Driver
Configuration type 1, XATTRS are on, POSIX ACLS are off
Copyright (C) 2005-2007 Yura Pakhuchiy
Copyright (C) 2006-2009 Szabolcs Szakacsits
Copyright (C) 2007-2011 Jean-Pierre Andre
Copyright (C) 2009 Erik Larsson
Usage: ntfs-3g [-o option[,...]] <device|image_file> <mount_point>
Options: ro (read-only mount), remove_hiberfile, uid=, gid=,
umask=, fmask=, dmask=, streams_interface=.
Please see the details in the manual (type: man ntfs-3g).
Example: ntfs-3g /dev/sda1 /mnt/windows
News, support and information: http://tuxera.com
这表示成功安装
然后进入到README里面,会提示你挂载方式
mount -t ntfs-3g /dev/sda1 /mnt/windows
or
ntfs-3g /dev/sda1 /mnt/windows
当然,最开始你应该新建一个文件夹 mkdir /mnt/windows
呵呵,以上的完成以后,你移动硬盘上的东西就自动打开了。
本文介绍如何从Softpedia网站下载并安装NTFS-3G驱动程序,使其能在Linux系统中正常工作。通过一系列命令如configure、make等进行配置与编译安装,并展示了安装后的使用方法。
1172

被折叠的 条评论
为什么被折叠?



