4.2. Mounting NFS Exports on MacOSΒΆ

You can mount an NFS export created in Acronis Storage like any other directory exported via NFS. You will need the share IP address (or hostname) and the volume identifier. Use either the command-line prompt or Finder:

  • In the command-line prompt, run the following command:

    # mount -t nfs -o vers=4.0 192.168.0.51:/0200000000000002/ /mnt/nfs
    

    where:

    • -o vers=4.0 is the NFS version to use.
    • 192.168.0.51 is the share IP address. You can also use the share hostname.
    • /0200000000000002/ is the root export path. For user exports, specify their full path, for example: /0200000000000002/export1.
    • /mnt/nfs is an existing local directory to mount the export to.
  • In Finder, do the following:

    1. Set the NFS version to 4.0. To do this, add the nfs.client.mount.options = vers=4.0 line to the /etc/nfs.conf file.

    2. In the Finder > Go > Connect to server window, specify nfs://192.168.0.51:/0200000000000002/

      where:

      • 192.168.0.51 is the share IP address. You can also use the share hostname.
      • /0200000000000002/ is the root export path. For user exports, specify their full path, for example: /0200000000000002/export1.
    3. Click Connect.

      The Finder will mount the export to /Volumes/0200000000000002/.