Coda File System

Re: loading coda into the kernel

From: Jan Harkes <jaharkes_at_cs.cmu.edu>
Date: Fri, 1 Jul 2005 15:27:48 -0400
On Fri, Jul 01, 2005 at 03:19:31PM -0400, Gautam Singaraju wrote:
> I have been working to install coda on Fedora Core 4 with kernel: 2.6.12.
> 
> During installation, the coda support was selected as a module and the
> kernel recompiled. However when I reboot into the said kernel, the module is
> not being loaded. [insmod coda gives an error no such file or directory]

modprobe coda should be able to load it if it is installed correctly.
With insmod you have to specify the full path to the module.

To get the module loaded automatically at boot on FC3 I needed to add a
file /etc/rc.modules that has to be executable (chmod 755) and contain
the following,

    #!/bin/sh
    /sbin/modprobe coda

Jan
Received on 2005-07-01 15:27:59