On 7/26/07, Narasimha Valiveti <nvaliveti at gmail.com> wrote: > > Hello, > > I noticed FUSE is not there by default disabled on centos 5. Is there a > separate RPM that includes FUSE module for > the same kernel as of centos 5 ?. I have installed the latest centos 5 > update, don't see FUSE enabled . > > > [root at xx]# pwd > /lib/modules/2.6.18-8.1.8.el5/source > [root at xx]# grep FUSE .config > # CONFIG_FUSE_FS is not set > [root at xx]# > > > I checked both addons and centosplus, it doesn't seem to be their also. Any > comments where I can > find the FUSE module already built for centos 5 kernels (FYI, I really > don't want to build a FUSE module > by myself, which is what I am doing right now !) ?. For the distro kernel, yum instll dkms-fuse from rpmforge. Centosplus kernels have fuse turned on. Akemi