Re: Compiling fastfetch / Can I share a directory with VM?
Stéphane Glondu <[email protected]>
| Newsgroups | gmane.linux.debian.ports.hurd |
|---|---|
| Message-ID | <[email protected]> |
Hello, Le 18/08/2025 à 14:20, Osama Albahrani a écrit : > It would greatly help with porting if I could somehow share a directory > between Fedora and the Debian GNU/Hurd VM. Is there a way to do that? I > want to share a directory so I can use Visual Studio Code. I am aware > that I can probably just use scp by setting up ssh, but sharing a > directory is nicer. If you can ssh to your Hurd VM, you can also sshfs-mount one if its directories on your host. (It seems the other way around does not work: sshfs is not compiled on hurd-any.) Cheers,