Re: [qubes-users] How to sync files from a file as block device attached to another qube?

2019-06-03 Thread David Hobach
On 6/2/19 6:03 PM, 'SideRealiq' via qubes-users wrote: If I create a loopback device in vm1 and attach it to vm2, any changes in vm1 device are not reflected in the attached vm2 device. Why is that and how can they be reflected/synced? Here is my test code: # in vm1 sudo losetup -f --show ~/lo

[qubes-users] How to sync files from a file as block device attached to another qube?

2019-06-02 Thread 'SideRealiq' via qubes-users
If I create a loopback device in vm1 and attach it to vm2, any changes in vm1 device are not reflected in the attached vm2 device. Why is that and how can they be reflected/synced? Here is my test code: # in vm1 sudo losetup -f --show ~/loopfile.img ## result: /dev/loop2 sudo mkdir /mnt/loopmnt