Re: [qubes-users] Re: How do I attach a hard drive to a VM on boot?

2020-01-01 Thread River~~
On 16:36, Sun, 22 Dec 2019 <244clarendo...@gmail.com wrote: > > >> The only remaining problem here might be that /dev/sda3 doesn't >> reference the same drive on each dom0 boot process... >> >> So you'd have to write ... Alternatively you could ... > > > Another option is to label the

Re: [qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-22 Thread 244clarendonst
> The only remaining problem here might be that /dev/sda3 doesn't > reference the same drive on each dom0 boot process... > > So you'd have to write ... Alternatively you could ... > Another option is to label the filesystem, say with tune2fs -L foo /dev/sda3 Then, instead of the

Re: [qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-14 Thread David Hobach
On 12/13/19 8:33 PM, billol...@gmail.com wrote: No, it's been consistent for a few weeks now, so I'm not going to worry about it. I did find another way to screw up, though. I attached the drive persistently to my "untrusted" VM, and then put the mount in /etc/fstab in the debian-10 template,

Re: [qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-13 Thread billollib
No, it's been consistent for a few weeks now, so I'm not going to worry about it. I did find another way to screw up, though. I attached the drive persistently to my "untrusted" VM, and then put the mount in /etc/fstab in the debian-10 template, so it would persist also. That worked fine

Re: [qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-12 Thread David Hobach
On 12/12/19 8:46 PM, billol...@gmail.com wrote: Doh. I just noticed the "noauto" option. Sigh. Deleted it and it works fine. The only remaining problem here might be that /dev/sda3 doesn't reference the same drive on each dom0 boot process... So you'd have to write a udev rule for that.

[qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-12 Thread billollib
Doh. I just noticed the "noauto" option. Sigh. Deleted it and it works fine. -- 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] Re: How do I attach a hard drive to a VM on boot?

2019-12-12 Thread billollib
On Thursday, December 12, 2019 at 2:36:01 PM UTC-5, bill...@gmail.com wrote: > > So, here's an update: > > I've figured out how to attach the device automatically, using "qvm-device > block attach --persistent untrusted dom0:sda3" in the dom0 command line. > However, I can't seem to get it

[qubes-users] Re: How do I attach a hard drive to a VM on boot?

2019-12-12 Thread billollib
So, here's an update: I've figured out how to attach the device automatically, using "qvm-device block attach --persistent untrusted dom0:sda3" in the dom0 command line. However, I can't seem to get it to mount on bringing up the VM. My "untrusted" VM is debian based. My /etc/fstab entry