ls /mnt/c Oh, hey, there's the C drive in WSL! ;) ln -s /mnt/c/Users/Somejerk/Documents ~/documents Oh, man, a shared documents folder! Granted, access to those files is slow as dirt because of the Plan9 filesystem, and…
Windows has a mechanism for sharing folders; the protocol is SMB (CIFS is a dialect of SMB). You mount the the target and destination folders on the same machine (doesn't matter which one mounts the other), and then…
ls /mnt/c Oh, hey, there's the C drive in WSL! ;) ln -s /mnt/c/Users/Somejerk/Documents ~/documents Oh, man, a shared documents folder! Granted, access to those files is slow as dirt because of the Plan9 filesystem, and…
Windows has a mechanism for sharing folders; the protocol is SMB (CIFS is a dialect of SMB). You mount the the target and destination folders on the same machine (doesn't matter which one mounts the other), and then…