On Wednesday, April 26, 2017 at 5:13:52 PM UTC-4, wordsw...@gmail.com wrote:
> I'm looking for a solution similar to qvm-copy-to-vm, but without all the 
> copying.
> 
> I'd like to mount /home/user/foo from Secure appvm at /home/user/foo on 
> Personal appvm. The folder would be mounted as read only.
> 
> Rather than copy the files and waste space, I'd like to just have them 
> accessible.
> 
> Is this possible?

Never mind... this is done by mounting the image of the Secure appvm in the 
Personal appvm

In dom0:

qvm-block -A --ro Personal dom0:/var/lib/qubes/appvms/Secure/private.img
qvm-run -p Personal 'sudo mkdir /media/Secure'
qvm-run -p Personal 'sudo mount /dev/xvdi /media/Secure'

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to qubes-users+unsubscr...@googlegroups.com.
To post to this group, send email to qubes-users@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/3bd0aaaf-9e82-48f6-9f4b-1da26841f2b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to