Can I make rclone mount for Synology drive

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?

I want to make rclone drive for Sysnoplogy NAS drive.
I saw optional storage to config. but I couldn't find matched one.
Now I make it to mount drive. (sudo mount ///data /mnt)
Can I make rclone mount for Synology drive?
Can I get the config example?

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

rclone v1.64.2

  • os/version: ubuntu 16.04 (64 bit)
  • os/kernel: 4.15.0-142-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.21.3
  • go/linking: static
  • go/tags: none

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

S3

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

rclone sync /mnt_rg/2023년 odc_s3:data/2023 -P --track-renames --log-file=/tmp/rclone.log

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[odc_s3]
endpoint = https://s3.s-cloud.com
type = s3
provider = Minio
basic_auth = true
access_key_id = XXX
secret_access_key = XXX
env_auth = false
region = us-east-1

A log from the command that you were trying to run with the -vv flag

Paste  log here

Sorry it is not clear really what the issue is...

What exactly you want to do? Mount some folder from your Synology on your computer? Or mount some remote on your Synology?

Thank you for your interest. And sorry for my not clear comment.

I use 2 remote. source is Synology and destination is S3.
I registered S3 to rclone.config, so I can use rclolne mount name (odc_s3)
But I can't register Synology to rclone.
Now I use file system mounted folder name for Synology (/mnt_rg)
I want to register Synology to rclone. but I can't found the solution config.
Is there any solution config??

post your rclone.conf content:

rclone config redacted

Then run:

rclone mount odc_s3: mount_point -vv

and post output here

For this you have to explain what you mean... I have no clue... or post what does not work

There are no problems with current use. However, I would like to use it more clearly.

odc_s3 is registered in rclone.config and is used normally as a remote backend point and destination.

However, Synology is used by mounting it as a network drive, not as an end point registered in rclone.config.

Is there a way to register Synology as a backend point in rclone.config?

AFAIK you can use SFTP, SMB or WebDAV protocols out of the box, e.g. create SMB share on your Synology and then run rclone config and create SMB remote.

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