Closed JakubJecminek closed 2 years ago
Support for qemu virtfs is available (uses 9p to mount), but yet not merged into qemu master (for Mac).
If qemu is patched, or once the patches land upstream, it would be possible to mount using that instead...
Similar to podman:
But see also:
@JakubJecminek : pardon my ignorance, but I thought that sshfs
was only needed on the Linux VM ?
And that the host would use sftp
to serve the files, at least that is how it is implemented on Linux afaik
sshfs is solely used inside the guest, not on the host. You do NOT need to install sshfs on the host.
Ohh ok thank you. Sorry for the wrong question :) And thank you very much for this great project.
Perhaps this will work for some still needing sshfs.
It is a shell script that provides a basic sshfs command line interface, but mounts files with ssh tunneled webdav and mount_webdav.
Hello, after upgrade to Mac Os X Monterey and brew upgrade I have problem with lima that is caused by sshfs being disabled. This is because sshfs depends on macfuse which is no longer under open source license:
When you try to (re)install sshfs, homebrew will give you following error:
Is there alternative to sshfs that would support same functionality and that is compatible with lima?