Proxmox module files only present for 6.17 kernel when I am running 6.14 kernel

jonny_prox

New Member
Dec 18, 2025
1
0
1
I've just installed proxmox on a new NVME SSD and under /lib/modules the only subdirectories are:
6.17.2-1-pve & 6.17.4-1-pve.

When I run uname -a the result is:
Linux pve 6.14.8-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.14.8-2 (2025-07-22T10:04Z) x86_64 GNU/Linux

I am trying to set up an NFS share between my proxmox NUC and UNAS Pro and I think this kernel mismatch is causing issues! When I try to run this mount command:
mount -t nfs -o vers=3 192.168.1.174:/var/nfs/shared/proxmox /mnt/Unas

I get this error:
mount.nfs: failed to prepare mount: No such device

And when I try to add NFS storage under Datacenter I get the error:
create storage failed: mount error: exit code 32 (500)

Thanks in advance for any help