dnf install nfs-utils nfs-utils-coreos
vim /etc/exports
/mnt/Kingston 10.0.0.0/24(rw,no_root_squash)
systemctl enable --now rpcbind.service nfs-server.service
firewall-cmd --add-service={nfs,mountd,rpc-bind} --permanent firewall-cmd --reload