[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Problem converting from vmdk to raw format
From: |
Jerry Stuckle |
Subject: |
Re: [Qemu-discuss] Problem converting from vmdk to raw format |
Date: |
Sun, 31 Jan 2016 22:59:54 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 |
On 1/31/2016 10:53 PM, Alexandre Schenberg wrote:
> Hello, I tried to convert a .vmdk file to a raw file with this
> command: "qemu-img convert -f vmdk /media/windows/WinXP-disk1.vmdk
> winxp.raw"
>
> The result was: "qemu-img: Could not open '/media/windows/WinXP-disk1.vmdk"
>
> I am sure that the vmdk file, WinXP-disk1.vmdk it is in the dir /media/windows
>
> So what I am doing wrongly?
>
> Thanks for the help
>
>
>
>
What are the permissions on the file? What do you see when you do
ls -al /media/windows/WinXP-disk1.vmdk
And what user/group are you using when you try to convert the file?