-
Notifications
You must be signed in to change notification settings - Fork 186
Issue when trying to read a XVA virtual disk #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Looks like the XVA archive has an invalid timestamp for one of the files in the archive. If you open the XVA file in for example 7-zip or with |
Thanks for replying :) and btw great project :) really helpful... I think there was an issue since the file format of my file was qcow but the file extension .xva ... so I tried to use the .xva provided here > http://downloadns.citrix.com.edgesuite.net/11655/XenServer-7.0.0-dlvm.xva but it is also not working... |
I think that this might give us an insight https://github.com/eriklax/xva-img |
If I'm correct, this tool only works on the content of the XVA file - so you need to manually decompress and unpack the gzip and tar file before it will do anything useful. So it doesn't give us any hint regarding the initial file format. |
I tried decompress the xva file then try to read it with discutil… the ova.xml is not the content of the disk… I wanted to list the parent directory of the disk |
I just tried to decompress the gzip compressed file. I then renamed the resulting file .xva too, just in case. Then tried the following in PowerShell.
Result:
|
thanks will give it a try... |
Any idea ? Everything is working fine with vmdk, vdi, vhd.... only having issue with XVA disks
The text was updated successfully, but these errors were encountered: