rpc.mountd

support for NFS kernel server

Install

All systems
curl cmd.cat/rpc.mountd.sh
Debian Debian
apt-get install nfs-kernel-server
Ubuntu
apt-get install nfs-kernel-server
Alpine
apk add nfs-utils
Arch Arch Linux
pacman -S nfs-utils
image/svg+xml Kali Linux
apt-get install nfs-kernel-server
Fedora
dnf install nfs-utils-1
Windows (WSL2)
sudo apt-get update sudo apt-get install nfs-kernel-server
Raspbian
apt-get install nfs-kernel-server
Docker
docker run cmd.cat/rpc.mountd rpc.mountd powered by Commando

nfs-kernel-server

support for NFS kernel server

The NFS kernel server is currently the recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. It is also significantly faster and usually more reliable than the user-space NFS servers (from the unfs3 and nfs-user-server packages). However, it is more difficult to debug than the user-space servers, and has a slightly different feature set. This package contains the user-space support needed to use the NFS kernel server. Most administrators wishing to set up an NFS server would want to install this package.

nfs-utils-1

daemons for the kernel NFS server

nfs-utils

The nfs-utils package provides a daemon for the kernel NFS server

and related tools, which provides a much higher level of performance than the traditional Linux NFS server used by most users. This package also contains the showmount program. Showmount queries the mount daemon on a remote host for information about the NFS (Network File System) server on the remote host. For example, showmount can display the clients which are mounted on that host. This package also contains the mount.nfs and umount.nfs program.