热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

ntfs-3g的安装和配置

来源: 作者: 时间:2007-09-14 Tag: 点击:


4.加载FUSE;

因为NTFS-3G需要FUSE库的支持,所以需要先加载FUSE,编辑/etc/modules,以便启动的时候就加载FUSE
代码:

xiaop@xiaop-laptop:~$sudo vim /etc/modules

然后只需在文件最后加入fuse即可:
xiaop@xiaop-laptop:~$sudo cat /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
fuse
lp

最后重新启动系统后就可以支持NTFS分区的文件读写了;

如果想马上测试一下,可以执行以下步骤:

xiaop@xiaop-laptop:~$sudo modprobe fuse
xiaop@xiaop-laptop:~$sudo umount -a
xiaop@xiaop-laptop:~$sudo mount -a
xiaop@xiaop-laptop:~$sudo cd /media/diskd
xiaop@xiaop-laptop:~$sudo vi test.txt


5. 可能出现的问题;


5.1 ntfs-3g-nautilus-tools;

由于在hal中可能出现的BUG,所有的fuse设备(如ntfs-3g 等)不能被nautilus很好地识别,而且您不能从桌面连接您的驱动器(但是您仍然可以从 /media/<您的加载点>中浏览>)。为了解决这个问题,您必须安装一个可以显示所有ntfs-3g设备的程序;
代码:

xiaop@xiaop-laptop:~$ sudo apt-get install ntfs-3g-nautilus-tools

在终端中开启它
代码:
xiaop@xiaop-laptop:~$ ntfs-3g-monitor &

若想让它在每次启动时开启,必须把它添加到gnome会话中:
通过“系统--首选项--会话”,点击最右边的标签,“启动程序”
为ntfs-3g-monitor添加一个新的项
代码:
ntfs-3g-monitor

关闭会话首选项面版;
最新评论共有 4 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表
热点关注
相关文章