How to mount MailRu via fstab?

What is the problem you are having with rclone?

Mount problem via fstab

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

rclone v1.69.0-beta.8365.589458d1f

  • os/version: debian 12.7 (64 bit)
  • os/kernel: 6.1.0-26-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.23.2
  • go/linking: static
  • go/tags: none

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

MailRu

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

mailru:/ /root/mounts/mailru/ rclone rw,noauto,nofail,_netdev,x-systemd.automount,args2env,vfs_cache_mode=full,config=/root/.config/rclone/rclone.conf,cache_dir=/var/cache/rclone 0 0

mailru:/ /root/mounts/mailru/ rclone config=/root/.config/rclone/rclone.conf,cache_dir=/var/cache/rclone 0 0

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

[aws]
type = sftp
host = XXX
port = 1980
key_file = /root/.ssh/private_key.pem
shell_type = unix

[mailru]
type = mailru
user = XXX
pass = XXX
token = XXX

[mailru_cap]
type = mailru
user = XXX
pass = XXX
token = XXX

[mailru_hacker]
type = mailru
user = XXX
pass = XXX
token = XXX

[mailru_kondrat]
type = mailru
user = XXX
pass = XXX
token = XXX

[overlay]
type = chunker
remote = mailru:upload_mbg
chunk_size = 2G
hash_type = none

[overlay_cap]
type = chunker
remote = mailru_cap:GSuite_Drive_Chunks
chunk_size = 2G
hash_type = md5
### Double check the config for sensitive info before posting publicly

First cooman not mount.
Second command after editing fstab, systemctl daemon-reload, after rebooting the system does not load

does rclone mount, using the exact same set of flags, work on the command line?
can you post the top 30 lines of the debug log?

in any rclone command, should use a rclone debug log.

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