On Wed, Nov 4, 2009 at 10:18 AM, Dag Wieers dag@wieers.com wrote:
On Tue, 3 Nov 2009, Akemi Yagi wrote:
rpm -qa kmod*
and
ls -l `find /lib/modules -name ntfs.ko` (if this command gives you a list of your current directory, then please don't post the output)
Beware that even when the ntfs kernel module is loaded, it doesn't mean that you are not using ntfs-3g. Especially if you are using automounting it might still pick ntfs-3g as mount.ntfs ships with ntfs-3g (or when using gnome even gnome-vfs2-ntfs) over kmod-ntfs.
Ah, thanks for pointing that out.
locate ntfs.ko
and
modprobe ntfs ; modinfo ntfs
might provide more useful info.
Akemi