Replies: 2 comments
-
Experiencing the same thing on an M1 using virtiofs. I added
and stopped + started the VM.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Oh, deleting and re-creating the VM from the modified config seems to have worked in my case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apologies in advance for the giant wall of text, also if I'm posting in the wrong place please let me know.
I'm using Lima via Trellis, and everything works perfectly on my macbook running on an intel processor. However, the exact same setup on my M2 machine runs into errors every time that all appear to be due to the VM mount not being writeable, except that my tests indicate that it is indeed writeable. I've already exhausted my efforts into finding out whether the issue is on the Trellis side, so I'm trying over here!
Though the VM does start, the Trellis server provisioning doesn't work due to the non-writeable issue (I think). To further confuse matters, restarting the computer makes the issue go away, but obviously I'd rather not have to restart my computer every time I start or boot up a project.
Here's an example error that seems to imply a lack of writeable drive (apparently that's what "No usable temporary directory found" implies):
Here's the output of some test commands that seem to imply everything is fine on the VM:
Finally here's the mount config file:
If anyone can help make sense of this it would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions