This message was deleted.
# lima
a
This message was deleted.
b
Not sure whether fuse supports single-file mounts. Probably not.
h
gotcha. wasn’t sure if it was sshfs specific or not.
b
Could be workarounded with symlink or bind-mount though.
Not specific to sshfs. I don't think FUSE (or generally, any file system) supports single-file mounts.
h
yeah, i hadn’t considered that it might be a FUSE limitation, that makes sense to me
ill just start with the simpler task of #659 😄
e
Hmm, Docker Desktop uses fuse by default and has no trouble with single-file mounts…
Not sshfs of course.
Not that single-file mounts don’t just seem evil to me. But I know a few project modifications that are built around them.
h
🤷 ill look into it if i really want single file mounts
working on configurable mount target paths
got it working for sshfs, but can’t figure out why it won’t even use 9p when i configure it to 😐
b
thanks for opening the PR 👍
h
it was quite easy to implement, and seemed like a big win for functionality 🙂