Previous Topic: ESXi Virtual Machine Fails to Start After BMR From a Physical MachineNext Topic: File-level restore in a host-based Linux VM fail due to an unsupported file system


Failed to Mount CIFS on the Server or Target Node

Symptom

When I try to backup or restore using CIFS, CIFS fail to mount on the server or target node.

Solution

You must fulfill some requirements when mounting CIFS on a Linux machine.

Follow these steps:

  1. Use the mount command on the server or the target node to verify the error.
  2. Verify that when using a shared path exported from non-Windows systems, the letter case of the shared path characters matches the original path.
  3. If the mount command returns an error, verify whether the time on the server or the target node is synchronized with the CIFS server.
  4. If you do not find the error, add some options to the mount command to try again.

    For example, add "sec=ntlm" when you receive the Permission denied error.

  5. When you diagnose the error, open the server.env file from the following location:
    /opt/Arcserve/d2dserver/configfiles/server.env
    
  6. Add all the options to the file using the following command:
    "export D2D_MOUNTOPTION=<options>"
    
  7. Save the file and restart service.
  8. Verify that when using a shared path exported from non-Windows systems, the letter case of the shared path characters matches the original path.