4.1. Mounting NFS exports on LinuxΒΆ
You can mount an NFS export created in Acronis Cyber Infrastructure like any other directory exported via NFS. You will need the share IP address (or hostname) and the volume identifier.
In console, run the following command:
# mount -t nfs -o vers=4.0 192.168.0.51:/<share_name>/ /mnt/nfs
where:
-o vers=4.0is the NFS version to use.Acronis Cyber Infrastructure supports NFS versions 4.0 and 4.1.
192.168.0.51is the share IP address. You can also use the share hostname./<share_name>/is the root export path. For user exports, specify their full path, for example:/<share_name>/export1./mnt/nfsis an existing local directory to mount the export to.
Oct 26, 2020