Mount operation of a recovery point fails with error E0A20066

book

Article ID: 100040291

calendar_today

Updated On:

Description

Error Message

Error E0A20066: Mounting of recovery point failed.

Cause

Veritas System Recovery for Linux requires a loop device (/dev/loop#) to mount a recovery point. However, Linux system which has kernel version 3.1 or later doesn't prepare loop devices at boot.

If there is no unused loop device available when mounting a recovery point, the operation will fail with error - E0A20066.

Resolution

This issue can be solved by preparing a loop device before mounting a recovery point. Run "losetup -f" command to prepare a loop device, and then mount a recovery point.

e.g.)
# losetup -f
/dev/loop0
# mount -t v2i sda1recoverypoint.v2i /mnt/image

Issue/Introduction

Mount operation of a recovery point fails on Red Hat Enterprise Linux 7.x, CentOS 7.x, SUSE Linux Enterprise Server 12 systems or later.

If you run "mount -t v2i" command to mount a recovery point, the operation fails with error - E0A20066.