We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On windows, purely mounting a remote to a mount point like G:\ would make windows think it's a local disk, and the performance will drop.
G:\
If use the --fuse-flag --VolumePrefix=\server\xxx flag to mount it as a net drive, Windows will make a optimization to it.
--fuse-flag --VolumePrefix=\server\xxx
Here is the documentation: https://rclone.org/commands/rclone_mount/#mounting-modes-on-windows
So I wish add in this network disk option in mounting page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On windows, purely mounting a remote to a mount point like
G:\
would make windows think it's a local disk, and the performance will drop.If use the
--fuse-flag --VolumePrefix=\server\xxx
flag to mount it as a net drive, Windows will make a optimization to it.Here is the documentation: https://rclone.org/commands/rclone_mount/#mounting-modes-on-windows
So I wish add in this network disk option in mounting page.
The text was updated successfully, but these errors were encountered: