Talk:Setting up an NFS server: Difference between revisions

From Alpine Linux
(Created page with "= NFSClient service = The [https://pkgs.alpinelinux.org/contents?branch=edge&name=nfs-utils-openrc&arch=aarch64&repo=main pacakge] that includes rpc.idmapd and rpc.gssd also contains a metaservice nfsclient. It starts rpc.idmapd but not rpc.gssd. I wonder if we should advice people to use this instead of starting rpc.idmapd directly. On the other hand, it does not seem to be mandatory for nfsmounts (I was able to mount without it).")
 
(No difference)

Latest revision as of 19:12, 5 July 2024

NFSClient service

The pacakge that includes rpc.idmapd and rpc.gssd also contains a metaservice nfsclient. It starts rpc.idmapd but not rpc.gssd.

I wonder if we should advice people to use this instead of starting rpc.idmapd directly. On the other hand, it does not seem to be mandatory for nfsmounts (I was able to mount without it).