raspberry pi mount nfs/unmount NFS share, In principle, an NFS export (Network File System) always consists of two sides. The server side and the client side. We configured the NFS server. Now it’s about setting up or mounting the exported directory in the local file system of a client or another server.

NFS is mounted independently of the user. When I log in to the client as Hugo, files are also created on the NFS mount with the Hugo user ID of the client machine. If Hugo does not exist on the server, the file still gets the ID (a simple integer number), which corresponds to the ID of Hugo on the client machine.
[Read more…] about Mount NFS share