I’m currently using LVM.
lvchange --activate y --ignoreactivationskip /dev/lxd_vol/custom_default_custom
mount /dev/lxd_vol/custom_default_custom /mnt/custom
Is something like this completely safe?
Also: Can I enable its autoactivation and put it into /etc/fstab
or will LXD deactivate it after each reboot?
What I want is to use a volume effectively as a local storage. It’s not supposed to be attached to any container (but could it be?). I’m a bit confused about what I can do here, to not break anything.