Not a lot of user management at al, I’m the only user.
Anyone I invite to assist with coding just log in to the guest by SSH.
I feel that having images is actually more beneficial, because I can assign the ones I want to be thick assignment to be think and have all sectors assigned, rathe than being LVM and always being thin.
If I use my normal backup method, copying off the guests, I can jsut restore them myself whenever I want, and if there are issues with the images I can recover the data.
If there is an issue with the backup drive and I lose one sector of the backup image, I can’t get anything back.
And whenver I back up or restore, I use “qemu-img convert” to do so, this means that the backed up images ae cleaner than what may be on my machine.
but I do clean up my drives images every now and again too though. Means I keep the space more available, and the images stay cleaner and faster.
I can get you my backup script if you would like, and I can send it to you via private message.
If you want any specific functionality in the backup script let me know, I keep advancing it all the time with things that I want to get done. Recently I removed about 50% of the code as it had things that were just way over the top.
Mirroring doesn’t affect anything like that.
Just means if one SSD dies, you can plug in another one, then the good one mirrors to the new one, and you actually only have te downtime of the copying of the drive from one to the other on boot.
Mirroring may mean slower write speeds, but not by much at all, maybe 1%, but read speeds are doubled in some cases.
For further information…
Having WinBlows boot up locally like that would just void the point of having Qubes for security reasons.
It can be done, but I would not recommend it.
If you wan tto have that work,
install Windows to the 512 MB drive.
In BIOS, make sure to turn off the other drives COMPLETELY when you want to boot to WinBlows.
When booting to Qubes, you should do viseversa and turn off the Windows drive port.
Personally, I have one set of drives for Qubes, and one set for WinBlows.
I change them out every time I want to switch between them.
/var/lib/qubes (ref as root) contains all your qubes.
contains…
/vm-templates (templates directory)
/appvms (your normal use guests)
/servicevms (Where your net vms and all are stored)
/backups (Where it stores all your changes to the XML file.)
/updates (I think the qubes (Dom0) updates?)
/vm-kernels (The kernels that are available to use for the virtuals in PV/PVM mode)
LUKS isn’t the standard in the Qubes Install that I know of. Only in 3.2 did I find that LUKS was the default for install. And that was only in one variant.
Might be different in the latest itteration of the ISO thoguh, I don’t know, I will have to look at that.
Make sure the 2TB Mirror is done in the BIOS. Should not be a software mirror.
USB
/boot (512MB) No LUKS here
/ ( > 24 GB) Optional encryption. I would advise against it for the USB.
NVME 2TB Mirror
/var/lib/qubes (Fill) If you want LUKS, go for it.
Just use the partition manager to greate the partitions and make it work.
That is how you really should set up the layout.
Just have the virtuals on the 2TB.
Hope this helps. If you have any questions, don’t be aftraid to ask.