...
Panel | ||
---|---|---|
| ||
|
Mounting an NFS share requires a mount.nfs helper program, which may need to be installed manually; e.g. on Ubuntu systems: sudo apt install nfs-common
Note: mount options can also be specified, both on the command line and in the fstab
entry, however they are generally unnecessary - the NFS client and server will negotiate options during the mount process, and generally the result will be the optimal set of options. Tuning mount options is possible, but without some care this can lead to performance degradation.
...