I'm running multipass on Ubuntu Desktop 21.04 to create many Ubuntu VMs on this Ubuntu machine. I need to mount a folder I created at the root directory /app to one of the VMs. While ls -l /app shows the folder, multipass mount /app newvm gives the error that Source path "/app" does not exist.
If I try to use autocomplete with multipass mount / and press tab it shows most of the folders in my root directory but not the /app folder.
For testing, I created a new root level folder using sudo mkdir /bob. Then multipass mount /bob newvm. Still same error. Source path "/bob" does not exist
Why would multipass not show all the root level folders?