Problem copying something from the work VM to dom0

21 views
Skip to first unread message

5qvig7+72wbojzjmyk1...@guerrillamail.com

unread,
Dec 28, 2016, 11:35:34 AM12/28/16
to qubes...@googlegroups.com
Hello everyone;

I'm trying to copy a file from my work VM to dom0, I followed the doc on this matter https://www.qubes-os.org/doc/copy-from-dom0/

So I used the following line,

qvm-run --pass-io work 'cat /home/user/Downloads/theme.tar.gz' > /Downloads/theme.tar.gz

However I get this error:

bash: /Downloads/theme.tar.gz: No such file or directory

Even when I use sudo qvm-run ...etc I get the same error.

How can I fix this?

Thanks and Happy end of the year!

Best wishes!

----
Sent using Guerrillamail.com
Block or report abuse: https://www.guerrillamail.com/abuse/?a=UFR2AB5NVqcQmh2U93EQdRjCStifx8dDiadNcQ%3D%3D


Steve Coleman

unread,
Dec 28, 2016, 11:52:15 AM12/28/16
to 5qvig7+72wbojzjmyk1...@guerrillamail.com, qubes...@googlegroups.com
On 12/28/2016 11:35 AM, 5qvig7+72wbojzjmyk1fzj62f3msv2h6s8ffn8 via
qubes-users wrote:
> Hello everyone;
>
> I'm trying to copy a file from my work VM to dom0, I followed the doc on this matter https://www.qubes-os.org/doc/copy-from-dom0/
>
> So I used the following line,
>
> qvm-run --pass-io work 'cat /home/user/Downloads/theme.tar.gz' > /Downloads/theme.tar.gz

The directory /Downloads likely does not exist, so the redirection >
can not create a file there, even as root.

Try "> ./Downloads/theme.tar.gz" instead and it may work for you,
assuming you are in the home directory which has a Downloads
subdirectory off of it.

Steve C.

Reply all
Reply to author
Forward
0 new messages