[Rclone] Mount vStorage on Window server
To Mount vStorage to Local Drive on Windows using Rclone, follow these instructions:
1. Download and Install Rclone
You download Rclone via the link: https://rclone.org/downloads/ .
2. Create a certificate file rclone.conf
After downloading and installing Rclone, create a file rclone.conf in the directory
C:\Users\username\.config\rclone
with the content
3. Perform mount
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:
If you encounter an error about missing winfsp package as shown below, you can download additional packages at this link https://github.com/billziss-gh/winfsp/releases/tag/v1.4.19049
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.
Last updated