Working with kernel cifs, NFS

Rabinarayan Panigrahi rabi.kernel.2012 at gmail.com
Tue Nov 22 12:08:05 EST 2022


Hi,
I am trying to understand how cifs and nfs modules work in the kernel. For
that i referred following link.
https://docs.kernel.org/admin-guide/cifs/usage.html
i did make modules_install to install necessary modules along with cifs and
nfs.

To cross verify these 2 modules i did ls

ls /lib/modules/6.1.0-rc5/kernel/fs/cifs/cifs.ko
/lib/modules/6.1.0-rc5/kernel/fs/cifs/cifs.ko

ls /lib/modules/6.1.0-rc5/kernel/fs/nfs/
blocklayout  filelayout  flexfilelayout  nfs.ko  nfsv2.ko  nfsv3.ko
 nfsv4.ko

ls /lib/modules/6.1.0-rc5/kernel/fs/nfsd/
nfsd.ko

ls /lib/modules/6.1.0-rc5/kernel/fs/nfs
nfs/        nfs_common/ nfsd/

ls /lib/modules/6.1.0-rc5/kernel/fs/nfs_common/
grace.ko  nfs_acl.ko

but when i do lsmod i dont see this modules. As per my understanding this
modules should installed and start listening with their port.


So am I missing something?

Regards
Rabi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20221122/26ed9bf9/attachment.html>


More information about the Kernelnewbies mailing list