Cannot find nfs modules
#1
I cannot find any nfs (nfs nfs-common nfsd) in the kernel.

Code:
$ uname -a
Linux pinephone 5.13.10-1-danctnix #1 SMP Sat Aug 14 18:33:28 UTC 2021 aarch64 GNU/Linux
Code:
$ ls /lib/modules/5.13.10-1-danctnix/kernel/fs
binfmt_misc.ko.xz  btrfs  cifs  exfat  nls  ntfs  squashfs
Have I done something wrong?
  Reply
#2
Code:
$ zcat /proc/config.gz | grep NFS
# CONFIG_USB_FUNCTIONFS is not set
# CONFIG_XENFS is not set
CONFIG_KERNFS=y
CONFIG_NFS_FS=y
CONFIG_NFS_V2=y
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
CONFIG_NFS_V4=y
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=y
CONFIG_PNFS_BLOCK=y
CONFIG_PNFS_FLEXFILE_LAYOUT=y
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
# CONFIG_NFS_V4_1_MIGRATION is not set
CONFIG_NFS_V4_SECURITY_LABEL=y
CONFIG_ROOT_NFS=y
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFS_DISABLE_UDP_SUPPORT=y
# CONFIG_NFS_V4_2_READ_PLUS is not set
# CONFIG_NFSD is not set
CONFIG_NFS_COMMON=y
CONFIG_NFS_V4_2_SSC_HELPER=y

So nfsd (and may be some others eg. nfs_acl) is not being compiled into the kernel. Is there some reason for this or can it be added to the next release please?
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to find software app, on Arch Phosh? general_lee 5 1,793 10-15-2023, 10:12 PM
Last Post: Kevin Kofler
  Discover does not find some apps localhorst 2 1,917 11-28-2021, 01:06 AM
Last Post: localhorst
  Issue: nf modules not found in kernel? theD0ctor 5 5,625 03-15-2021, 07:41 AM
Last Post: Danct12

Forum Jump:


Users browsing this thread: 1 Guest(s)