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都沒這個問題

TOP

原帖由 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哦!

TOP

我已安裝了fuse-2.7.4同埋ntfs-3g
但我modprobe fuse會有ERROR
FATAL: Module fuse not found.
唔知點解?

TOP

> 我已安裝了fuse-2.7.4同埋ntfs-3g

fuse 只係 user 工具,你要裝 kernel driver 先有 fuse.ko 。

TOP

樓上的大哥能講詳細一點嗎
我還有甚麼要裝

TOP

回覆 6# 的帖子

The module (fuse) is not included in the running kernel. Did you compile it yourself?

TOP

I have installed fuse
sudo ./configure --kernel=/usr/..........
sudo make
sudo make install
但sudo /sbin/modprobe fuse出現error
FATAL: Module fuse not found.

TOP

回覆 8# 的帖子

Check the difference between userland program and kernel module.

TOP