Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add `apt install nfs-common` hint

...

Panel
titlefstab entry form

<gdata-filesystem>.cloud.nci.org.au:/mnt/<gdata-filesystem>/<project>/<optional-subdir>  <local-mountpoint>  nfs  defaults

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.

...