作者: st2001hk 時間: 2009-2-4 11:56 標題: Centos怎樣MOUNT NTFS
我想MOUNT ntfs
mount -t ntfs-3g /dev/sda1 /mnt/cdrive
但就走佐句ERROR出來,
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
有沒人知道要怎做,之前FEDORA都沒這個問題
作者: Wai 時間: 2009-2-4 12:14
http://phorum.study-area.org/index.php?topic=54359.0
睇下幫唔幫到你~
作者: liangsuilong 時間: 2009-2-4 13:17
原帖由 st2001hk 於 2009-2-4 11:56 發表
我想MOUNT ntfs
mount -t ntfs-3g /dev/sda1 /mnt/cdrive
但就走佐句ERROR出來,
FATAL: Module fuse not found.
ntfs-3g-mount: fuse device is missing, try 'modprobe fuse' as root
有沒人知道要怎做,之前FEDORA都沒這個問題
好似你沒裝ntfs-3g哦!
作者: st2001hk 時間: 2009-2-4 13:50
我已安裝了fuse-2.7.4同埋ntfs-3g
但我modprobe fuse會有ERROR
FATAL: Module fuse not found.
唔知點解?
作者: lazyfai 時間: 2009-2-4 14:03
> 我已安裝了fuse-2.7.4同埋ntfs-3g
fuse 只係 user 工具,你要裝 kernel driver 先有 fuse.ko 。
作者: st2001hk 時間: 2009-2-4 14:53
樓上的大哥能講詳細一點嗎
我還有甚麼要裝
作者: corvus 時間: 2009-2-4 14:55 標題: 回覆 6# 的帖子
The module (fuse) is not included in the running kernel. Did you compile it yourself?
作者: st2001hk 時間: 2009-2-6 11:12
I have installed fuse
sudo ./configure --kernel=/usr/..........
sudo make
sudo make install
但sudo /sbin/modprobe fuse出現error
FATAL: Module fuse not found.
作者: corvus 時間: 2009-2-6 12:18 標題: 回覆 8# 的帖子
Check the difference between userland program and kernel module.

