On Sun, Nov 1, 2009 at 3:09 PM, Ron Loftin <reloftin at twcny.rr.com> wrote: > > On Sun, 2009-11-01 at 14:49 -0800, Akemi Yagi wrote: >> Could you show us the output returned by: >> >> uname -mr >> ls -l `find /lib/modules -name ntfs.ko` >> ls -l `find /lib/modules -name fuse.ko` > uname -mr > 2.6.18-164.2.1.el5 i686 > > ls -l `find /lib/modules -name ntfs.ko` > lrwxrwxrwx 1 root root 46 Oct 31 > 19:45 /lib/modules/2.6.18-164.2.1.el5/weak-updates/ntfs/ntfs.ko > -> /lib/modules/2.6.18-128.el5/extra/ntfs/ntfs.ko > lrwxrwxrwx 1 root root 46 Oct 31 > 19:45 /lib/modules/2.6.18-92.1.13.el5/weak-updates/ntfs/ntfs.ko > -> /lib/modules/2.6.18-128.el5/extra/ntfs/ntfs.ko Something is wrong here. You are missing /lib/modules/2.6.18-128.el5/extra/ntfs/ntfs.ko that the symlinks are pointing to. Are those symlinks red-blinking? > ls -l `find /lib/modules -name fuse.ko` > -rwxr--r-- 1 root root 57464 Sep 30 > 15:26 /lib/modules/2.6.18-164.2.1.el5/kernel/fs/fuse/fuse.ko This one is as expected. Just fine. Akemi