分页: 1 / 1

HOWTO: ntfs-3g支持ntfs读写的简单安全安装。

发表于 : 2006-08-20 19:38
hubuntu
Warning : ntfs-3g is still in beta. You should not use it on production machines.

For more information:
On ntfsmount : http://wiki.linux-ntfs.org/doku.php?id=ntfsmount
On the kernel's driver : http://www.linux-ntfs.org/content/view/15/29
On Captive NTFS : http://www.jankratochvil.net/project/captive/
On ntfs-3g : http://wiki.linux-ntfs.org/doku.php?id=ntfs-3g

1.安装 :
首先,更改source.list:
sudo gedit /etc/apt/sources.list
在文件末尾,添加下面俩个镜像之一:

代码: 全选

#Givre's repository (ntfs-3g & fuse 2.5.3) 
deb http://givre.cabspace.com/ubuntu/ dapper main 
deb-src http://givre.cabspace.com/ubuntu/ dapper main

代码: 全选

#Givre's repository (ntfs-3g & fuse 2.5.3) 
deb http://flomertens.keo.in/ubuntu/ dapper main 
deb-src http://flomertens.keo.in/ubuntu/ dapper main
然后,安装:

代码: 全选

sudo apt-get update 
sudo apt-get upgrade 
sudo apt-get install ntfs-3g
2、配置:
可以用下面命令找出你电脑里的ntfs分区:

代码: 全选

sudo fdisk -l | grep NTFS
修改/etc/fstab,将ntfs改为ntfs-3g,例如:
/dev/<your partition> /media/<mount point> ntfs-3g silent,umask=0,locale=en_US.utf8,no_def_opts,allow_other 0 0
3、起用:

代码: 全选

sudo gedit /etc/modules
在文件的末尾添加:fuse
如果想要立即测试:

代码: 全选

sudo modprobe fuse 
sudo umount -a 
sudo mount -a
4、使用ntfs格式usb设备:
不推荐直接在/etc/fstab中修改,可以通过下面方法实现可读写挂载:挂载后右键 > nautilus-script > mount_with_ntfs-3g。 卸载right-click > nautilus-script > unmount_ntfs-3g.

代码: 全选

sudo apt-get install ntfs-3g-nautilus-tools
启用:

代码: 全选

nautilus-script-manager enable mount_with_ntfs-3g 
nautilus-script-manager enable unmount_ntfs-3g
剩下的不翻译了,具体详见:http://www.ubuntuforums.org/showthread.php?t=217009

发表于 : 2006-09-05 10:18
olaola
你用下来感觉如何,稳定吗?

发表于 : 2006-09-06 11:28
njoy
稳定性如何,如果数据搞丢了那损失可就大了

发表于 : 2006-09-06 12:24
zhuqin_83
有重要数据的不要尝试。

发表于 : 2006-09-06 12:38
nmvr2600
我用过了,至少现在还是没有什么问题的。

发表于 : 2006-09-07 11:53
hubuntu
没有丢过数据。
我的有时侯挂载不了中文文件,umount -a 在mount -a就好了。
稳定性一般,用lftp下载到ntfs分区速度不稳定,比fat32要慢。

发表于 : 2006-09-18 9:37
telnetor
我的WINDOWS SERVER 2003 R2挂了,我打算用NTFS-3G修复它~呵呵~~~~~

真的很不错呢

发表于 : 2006-09-26 18:55
chenzhouc
刚刚试了下,真的很不错呢。希望不要突然没用的状况,呵呵。支持在6。10里添加该功能,当然拉,前提是稳定,呵呵 :lol:

发表于 : 2006-11-04 16:35
爱国者黑客
旧了旧了,该更新了!

发表于 : 2008-05-14 13:00
sean.zou
在用,解决的很理想。谢谢楼主

发表于 : 2008-05-14 13:01
poet
8.04 缺省就已经支持了,现在再也不用设置了!

发表于 : 2008-07-28 11:30
ballakay
这个链接已经过时了!连不上!