After creating and connecting to remote, how to share it as a smb/nfs?

STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.

What is the problem you are having with rclone?

quite simple, need to share this remote i have mounted to the lan network.

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.1

  • os/version: Microsoft Windows Server 2022 Standard 21H2 (64 bit)
  • os/kernel: 10.0.20348.2031 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

teldrive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

Paste command here
```Teldrive>rclone mount teldrive:C:\teldrivemount \\blackit\teldrive --vfs-cache-mode writes


#### Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
<!--  You should use 3 backticks to begin and end your paste to make it readable.   -->

Paste config here

[teldrive]
type = teldrive
access_token = XXX
api_host = XXX
### Double check the config for sensitive info before posting publicl


#### A log from the command that you were trying to run with the `-vv` flag  
<!-- You should use 3 backticks to begin and end your paste to make it readable.  Or use a service such as https://pastebin.com or https://gist.github.com/   -->

Paste log here

welcome to the forum,

yes, on windows, that is possible.
i have done that and written about it a few times in the forum.
i will find the topics for you, and thanks much for the opportunity, as i love to quote myself ;wink

here is a very simple, very short guide, from a very somewhat clever monkey ;wink

on the server
    rclone mount remote: b:\mount\rclone\remote
    net share b:\mount\rclone

on the client
    net use x: \\servername\rclone\remote - change servername the name of the windows server.

and here is a longer, more detailed guide, with pretty screenshots

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.