9398: Acronis Backup & Recovery 10: Acronis Bootable Media Fails to Mount NFS Share

Also read in:

use Google Translate

Operating Systems: 

Last update: 14-04-2010

Use "soft,nolock" options to mount an NFS share from Acronis Bootable Media

This article applies to:

Symptoms

  1. When booted from Acronis Bootable Media of Acronis Backup & Recovery 10, you are trying to mount an NFS share;
  2. 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

  3. 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.

Tags: