Error opening file vhdz

Hi

I’m having an issue trying to mount a backup. I got this on terminal:

urbackup_srv --plugin /usr/lib/liburbackupserver_fsimageplugin.so --plugin /usr/lib/liburbackupserver_fuseplugin.so --mount /home/user/Image_C_151110-1244.vhdz --mountpoint /tmp/respaldo
2015-11-19 13:13:21: Loaded -fsimageplugin- plugin
2015-11-19 13:13:21: Mounting VHD via fuse...
2015-11-19 13:13:21: VHD-Parent: "/home/user/Image_C_151026-1219.vhdz"
2015-11-19 13:13:21: ERROR: Error opening VHD file
2015-11-19 13:13:21: ERROR: Error opening Parentvhdfile "/home/user/Image_C_151026-1219.vhdz"
2015-11-19 13:13:21: ERROR: Error opening VHD file

Any suggestions?
Thanks in advance

EDIT:

Also tried this:

start_urbackup_server --mountvhd Image_C_151110-1244.vhdz --mountpoint /tmp/respaldo/
Using temporary mountpoint /tmp/tmp.F4hjGU3CtF
Loading FUSE kernel module...
Starting VHD background process..
Starting mounting...
mount: /tmp/tmp.F4hjGU3CtF/volume: failed to setup loop device: No such file or directory

Does /home/user/Image_C_151026-1219.vhdz exist, and if not, can you copy it there?

I think for the start_urbackup_server variant you have to use the full path to the VHD as --mountvhd parameter.

Hi

Thanks for the reply and sorry for my delayed feedback, I tried your hint with no positive result:

start_urbackup_server --mountvhd /home/user/Image_C_151110-1244.vhdz --mountpoint /disco/
Using temporary mountpoint /tmp/tmp.ZyVc5MbFBO
Loading FUSE kernel module...
Starting VHD background process..
Starting mounting...
mount: /tmp/tmp.ZyVc5MbFBO/volume: failed to setup loop device: No such file or directory

Any suggestion? Maybe I’m missing something?