On Sat, Jun 27, 2009 at 6:05 PM, Alan McKay<alan.mckay at gmail.com> wrote: >> The fuse module is built by dkms. Make sure you have the kernel devel >> package that *matches* your running kernel. What is the output of: >> >> uname -mr >> >> and >> >> rpm -qa kernel\* | sort > > [root at localhost ~]# uname -mr > 2.6.18-128.el5 i686 > > [root at localhost ~]# rpm -qa kernel\* | sort > kernel-2.6.18-128.el5 > kernel-devel-2.6.18-128.1.14.el5 > kernel-headers-2.6.18-128.1.14.el5 > > OK, what next? Can you see that your kernel-devel (2.6.18-128.1.14) is newer than your running kernel (2.6.18-128) ? I strongly suggest that you run 'yum update' and get the latest kernel and reboot. If, for some reason, you must stay with that (obsolete) kernel, you'd have to install the matching (obsolete) kernel-devel. Also, the NTFS reference for CentOS users can be found at: http://wiki.centos.org/TipsAndTricks/NTFS Hope this helps, Akemi