NFS mount capability

Is there any way to mount an NFS share from a RUTX11 device running RutOS 7.13.3?

I tried installing a few of them from opkg but all failed due to kernel arch mismatch, eg

# opkg -e /etc/opkg/openwrt/distfeeds.conf install kmod-fs-nfs-common
Unknown package 'kmod-fs-nfs-common'.
Package installation encountered an error, removing previously installed packages.
Collected errors:
 * pkg_hash_check_unresolved: cannot find dependency kernel (= 5.4.143-1-d04d8d4d6f3bad7588be7c9e49004fda) for kmod-fs-nfs-common
 * pkg_hash_fetch_best_installation_candidate: Packages for kmod-fs-nfs-common found, but incompatible with the architectures configured

Hello,

No you will not find already-built kernel modules with the correct signature.
You need to compile a full image containing all NFS-required stuff using the SDK.
Note: just enabling + compiling + importing the nfs modules will fail because the kernel hash changes.

Regards,

Ok thanks @flebourse. So sshfs it is for now.

This topic was automatically closed after 60 days. New replies are no longer allowed.