The following error is displayed:
“Mounting of Recovery Point failed”
RHEL 7.x, CENT 7.x and SUSE 12.x platforms do not have loop devices by default, which is required to mount a recovery point.
Environment:
First run the following command to check if there are any existing loop devices:
ls /dev/loop*
Run the following command to check if the existing loop devices are in use:
df -Th
If you do not have any existing device or all your loop devices are in use, you can create loop devices manually.
To create loop device:
mknod –m 0660 /dev/loopx b 7 xwhere x is the loop device ID.
2. Chown root.disk /dev/loopx
The loop device is created and you can mount the recovery point.