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

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
hubuntu
帖子: 12
注册时间: 2006-05-18 12:50

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

#1

帖子 hubuntu » 2006-08-20 19:38

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
olaola
帖子: 26
注册时间: 2006-06-26 17:14

#2

帖子 olaola » 2006-09-05 10:18

你用下来感觉如何,稳定吗?
njoy
帖子: 13
注册时间: 2006-08-25 12:51

#3

帖子 njoy » 2006-09-06 11:28

稳定性如何,如果数据搞丢了那损失可就大了
头像
zhuqin_83
帖子: 10606
注册时间: 2006-05-13 4:02
联系:

#4

帖子 zhuqin_83 » 2006-09-06 12:24

有重要数据的不要尝试。
HP Pavilion DV6-2064CA: AMD Turion II Ultra Dual-Core Mobile M640, HD4650, 2GBx2 DDR2-800, Seagate 500GB 7200RPM SATA, BD-ROM
DELL UltraSharp 2209WA
Arch64, Testing repo
头像
nmvr2600
帖子: 215
注册时间: 2005-11-01 18:23

#5

帖子 nmvr2600 » 2006-09-06 12:38

我用过了,至少现在还是没有什么问题的。
We are both God and devil.
----------------------------------
Oracle 11G SG PPT下载
hubuntu
帖子: 12
注册时间: 2006-05-18 12:50

#6

帖子 hubuntu » 2006-09-07 11:53

没有丢过数据。
我的有时侯挂载不了中文文件,umount -a 在mount -a就好了。
稳定性一般,用lftp下载到ntfs分区速度不稳定,比fat32要慢。
telnetor
帖子: 48
注册时间: 2006-08-03 0:17

#7

帖子 telnetor » 2006-09-18 9:37

我的WINDOWS SERVER 2003 R2挂了,我打算用NTFS-3G修复它~呵呵~~~~~
chenzhouc
帖子: 131
注册时间: 2006-08-28 16:52
来自: 上海外国语大学

真的很不错呢

#8

帖子 chenzhouc » 2006-09-26 18:55

刚刚试了下,真的很不错呢。希望不要突然没用的状况,呵呵。支持在6。10里添加该功能,当然拉,前提是稳定,呵呵 :lol:
Sunken Boot
头像
爱国者黑客
帖子: 608
注册时间: 2006-10-01 14:34

#9

帖子 爱国者黑客 » 2006-11-04 16:35

旧了旧了,该更新了!
头像
sean.zou
帖子: 30
注册时间: 2007-04-20 13:53

#10

帖子 sean.zou » 2008-05-14 13:00

在用,解决的很理想。谢谢楼主
poet
帖子: 2841
注册时间: 2006-09-11 22:47

#11

帖子 poet » 2008-05-14 13:01

8.04 缺省就已经支持了,现在再也不用设置了!
ballakay
帖子: 157
注册时间: 2007-06-29 23:18
来自: 重庆大学机械学院

#12

帖子 ballakay » 2008-07-28 11:30

这个链接已经过时了!连不上!
回复