As @jevank helped me on my previous step in order to set my dispxxx based on a win7-diisposable-template to work, here’s hoipefully the last one (set aside the audio, hahaha).
Why I’m trying to achieve this? Since I don’t trust Windows, and currently write/read is possible to a private disk Q, I have restricted user user
more than built-in guest
account is. User
can only read from Q: I have disabled Run as administrator
, and only Run as different user
is possible if there’s a need for it.
All programs and files are actually on the other disk which I need to attach to dispxxx
while it’s running.
I assume this way it is less trivial to compromise my dispxxx
, while assuming the other disk is compromised anyway - basically I don’t care about the programs and files on it.
So, is there a way to issue a command, or some script which would basically attach the second disk to a dispxxx
. Something like
qvm-block attach --persistent dispVM dom0:sdg
I have tried this command while dispxxx is running (with disp1209
instead of dispVM
, of course), but attaching fails causing qube to be forcibly shut down.
It’s now obvious that most probably it doesn’t matter why I’d like to issue this command, since the way I 'd want to attach it is regular - either via device widget, or via terminal, which I neither succeed.
Attaching succeeds with --persistent
when a VM is non-dispxxx
.
Thanks in advance.