PINE64
Cannot find nfs modules - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120)
+--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121)
+---- Forum: Arch Linux on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=159)
+---- Thread: Cannot find nfs modules (/showthread.php?tid=14701)



Cannot find nfs modules - AndyM - 08-20-2021

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?


RE: Cannot find nfs modules - AndyM - 08-22-2021

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?