I am following:
https://github.com/canonical/multipass/pull/1789 and https://lucasroesler.com/posts/2020/multipass-data-partition/ to move MULTIPASS_STORAGE to another location, but I am not lucky.
I am setting MULTIPASS_STORAGE=/pendrive/multipass:
/etc/systemd/system/snap.multipass.multipassd.service.d/override.conf
[Service]
Environment=MULTIPASS_STORAGE=/pendrive/multipass
If I run sudo journalctl -au snap.multipass* I get: Caught an unhandled exception: unable to create directory '/pendrive/multipass/cache'
This is my owner and permission (ls -l):
drwxrwxrwx 2 root multipass 4096 mar 28 22:27 multipass
I have my removable mount point like this: /dev/sdb1 /pendrive If I try sudo snap connect multipass:/pendrive I got error: snap "multipass" has no plug named "/pendrive"
Thank you