Use "soft,nolock" options to mount an NFS share from Acronis Bootable Media
This article applies to:
- Acronis Bootable Media of all Acronis Backup & Recovery 10 Editons
Symptoms
- When booted from Acronis Bootable Media of Acronis Backup & Recovery 10, you are trying to mount an NFS share;
- You issue a command similar to the following one:
mkdir 1
mount -t nfs 10.250.180.18:/opt/data/common/shared/upload-nfs /1 - The NFS share fails to be mounted.
Cause
You need to use soft,nolock options to mount an NFS share from Acronis Bootable Media.
Solution
Use soft,nolock options to mount an NFS share from Acronis Bootable Media. For example:
mkdir 1
mount -t nfs 10.250.180.18:/opt/data/common/shared/upload-nfs /1 -o soft,nolock
More information
The soft,nolock options will be automatically applied to NFS shares from Acronis Bootable Media in a future build of Acronis Backup & Recovery 10.