LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1269|回复: 4

求助:NTFS-3G如何实现开机自动挂载NTFS分区

[复制链接]
发表于 2008-12-9 14:18:05 | 显示全部楼层 |阅读模式
我装了fuse,也装了NTFS-3G

在/mnt下建了hy的文件夹

手动挂载能成功,我想实现开机自动挂载,

所以在 /etc/fstab中添加如下内容:

/dev/sda1   /mnt/hy ntfs-3g defaults,umask=000 0 0

但是重启后没有成功,用mount -a命令就可以再挂上。







找了好多资料,要实现自动挂载必须要先加载fuse

可是如何实现呢???

希望高手跟指条道。
发表于 2008-12-9 15:04:52 | 显示全部楼层
那就在开机的时候先加载fuse呗,!
把fuse的模块名加入到下面这个文件里
  1. /etc/modules.autoload.d/kernel-2.6
复制代码
如果是把fuse编译进了内核而不是模块就可以省去这一步。

再把我的fstab文件中NTFS部分给你参考一下:
  1. /dev/sda6                /mnt/sda6        ntfs-3g         noauto,rw,locale=zh_CN.utf8  0 0
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-9 16:10:20 | 显示全部楼层
可是怎么在开机的时候加载fuse呢 ,还有只要运行你给个这个命令是不是就可以自动挂载了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2008-12-9 16:16:53 | 显示全部楼层
我运行你的打的那个代码
提示我没有这个目录
回复 支持 反对

使用道具 举报

发表于 2008-12-10 09:17:56 | 显示全部楼层
那个不是代码,是一个文件。如果没有就自己创建它。附上我的kernel-2.6文件内容:
  1. # /etc/modules.autoload.d/kernel-2.4:  kernel modules to load when system boots.
  2. #
  3. # Note that this file is for 2.4 kernels.  If you need different modules
  4. # for a 2.6 kernel, you can create /etc/modules.autoload.d/kernel-2.6
  5. #
  6. # Add the names of modules that you'd like to load when the system
  7. # starts into this file, one per line.  Comments begin with # and
  8. # are ignored.  Read man modules.autoload for additional details.
  9. # For example:
  10. # aic7xxx
  11. snd-hda-intel
  12. tg3
  13. b43
复制代码

我加载了intel的声卡驱动、Broadcom 的有线跟无线的网卡驱动,你就自己看着办吧
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表