Kernel Newbies archive mirror
 help / color / mirror / Atom feed
From: Rabinarayan Panigrahi <rabi.kernel.2012@gmail.com>
To: kernelnewbies@kernelnewbies.org
Subject: Working with kernel cifs, NFS
Date: Tue, 22 Nov 2022 22:38:05 +0530	[thread overview]
Message-ID: <CA+Ua6N_Y+ufgWFVj5yX0pny6RivuHgsAAdvnmG=Ye9PM-sGE-A@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 874 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 1178 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

             reply	other threads:[~2022-11-22 17:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-22 17:08 Rabinarayan Panigrahi [this message]
2022-11-24 16:45 ` Working with kernel cifs, NFS Richard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+Ua6N_Y+ufgWFVj5yX0pny6RivuHgsAAdvnmG=Ye9PM-sGE-A@mail.gmail.com' \
    --to=rabi.kernel.2012@gmail.com \
    --cc=kernelnewbies@kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).