Using a remove file from one VM as a block device in another VM
11 views
Skip to first unread message
Nagaev Boris
unread,
Sep 11, 2017, 6:27:29 PM9/11/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to qubes...@googlegroups.com
Hey
I want to store VM data remotely. My plan is to have remote
private.img. I started with an attempt to attach a remote file mounted
with sshfs to another VM:
I expected to see /dev/xvdi in vm2 which I can use to make a partition
table, filesystems and mount locally. I did this successfully with
local (non-FUSE) files from vm1. But there is no /dev/xvdi in vm2 this
time. However Qubes VM Manager displays a drive icon in vm2 status.
Also I tried to loop mount the file locally in vm1 and mount the loop
device to vm2: