> 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 /dev/xxx entry in fstab, use LABEL=foo like this


LABEL=foo   /mnt/tmp    auto user,rw 0 0

That way it will find the relevant partition, even if it moves around in 
the partition table on the real disk, or if it appears on a different 
virtual disk.(not yet tested on Qubes, but this is my normal way of making 
fstab entries persist)

You can also do the same using UUIDs, but I prefer to use meaningful 
identifiers. I am old-school in that respect.

R~~

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/8767cb3e-335e-4585-8691-bb0795c4a0e0%40googlegroups.com.

Reply via email to