adamant-kite-43734
04/28/2022, 9:18 PMfast-garage-66093
05/04/2022, 1:46 AM~/Documents
or ~/Downloads
folders because the ~
directory is mounted into the VM:billowy-waitress-80413
08/11/2022, 7:04 PMmkdir -p ~/Library/Application\ Support/rancher-desktop/lima/_config
vi ~/Library/Application\ Support/rancher-desktop/lima/_config/override.yml
And then fill it with
mountType: 9p
mounts:
- location: "~"
9p:
# Try choosing "mmap" or "none" if you see a stability issue with the default "fscache".
cache: "fscache"
provision:
- mode: system
script: |
#!/bin/sh
mkmntdirs
mount -
Am I doing something wrong? Did the steps change?billowy-waitress-80413
08/11/2022, 7:05 PMbillowy-waitress-80413
08/11/2022, 7:05 PMbillowy-waitress-80413
08/11/2022, 7:07 PMrdctl shell
• mount | grep p9
or just mount
and Find for "p9"billowy-waitress-80413
08/11/2022, 7:19 PMbillowy-waitress-80413
08/11/2022, 8:14 PMmountType: 9p
in it as it seemed one of the issues I saw made it seem like that was enough but no difference. continues to use fuse.sshfs