Is it possible to run Rclone in Windows 10 WSL, and mount Google Drive in Windows?

hello and welcome to the forum,

yes, easy to do, no need to use a network drive, net share, net use

  1. on wsl vm, run rclone mount, same as any linux distro
    for example, rclone mount gdrive: /home/username/rclone/mountpoints/gdrive
  2. on windows host, dir \\wsl$\distroname\home\username\rclone\mountpoints\gdrive
2 Likes