I'm exploring Ubuntu as a guest VM on a Windows host. So far so good. Sharing a Windows folder has not yet been solved. For example, using the directions at this site, I tried this commmand: sudo sshfs -o allow_other,default_permissions george@192.168.1.69://GEOLAPTOP/diet /mnt/diet
. No error was thrown; no response at all for 30 seconds so I cancelled.
My question is whether it is feasible to use sshfs
to share a Windows folder, and if so, what command should I use? (I did discover that it's possible to do the equivalent from Windows to the guest, but that's the inverse of what I want.)