[Rclone] Mount vStorage on Window server
Last updated
Last updated
To Mount vStorage to Local Drive on Windows using Rclone, follow these instructions:
You download Rclone via the link: .
After downloading and installing Rclone, create a file rclone.conf in the directory C:\Users\username\.config\rclone
with the content
Next, you can use Rclone with CMD or PowerShell
To list the objects in a bucket, use the command:
To upload an object to a bucket, use the command:
To mount a bucket on vStorage to local_path, run the command:
Note:
You do not need to create the local_path on the local machine when mounting.
Rclone does not support background mode so you must not close cmd during use.
If you encounter an error about missing winfsp package as shown below, you can download additional packages at this link