how can i mount shares drives on Centos Servers at startup¿?
What is your rclone version (output from rclone version)
rclone v1.51.0
os/arch: linux/amd64
go version: go1.13.7
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Which cloud storage system are you using? (eg Google Drive)
rclone v1.51.0
os/arch: linux/amd64
go version: go1.13.7
The command you were trying to run (eg rclone copy /tmp remote:tmp)
``rclone mount --allow-non-empty --allow-other "DATA - dept01" /TEST1 &`
Paste command here
#### The rclone config contents with secrets removed.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
Paste config here
#### A log from the command 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/ -->
Thank you for your answer, but my issue the share are data but once mounted on the Linux server is empty, i try to mounted with all these options but i´ve the same:
rclone mount -vv --vfs-cache-max-size 10G --vfs-cache-mode full --allow-non-empty --allow-other "LMES - TEST - FI - Treasury" /TEST1 &
result:
2020/07/07 09:27:24 DEBUG : rclone: Version "v1.51.0" starting with parameters ["rclone" "mount" "-vv" "--vfs-cache-max-size" "10G" "--vfs-cache-mode" "full" "--allow-non-empty" "--allow-other" "LMES - TEST - FI - Treasury" "/TEST1"]
2020/07/07 09:27:24 DEBUG : Using config file from "/usr/local/lm/tools/rclone/config_file/rclone.conf"
2020/07/07 09:27:24 DEBUG : Local file system at /root/LMES - TEST - FI - Treasury: Mounting on "/TEST1"
2020/07/07 09:27:24 INFO : Local file system at /root/LMES - TEST - FI - Treasury: poll-interval is not supported by this remote
2020/07/07 09:27:24 DEBUG : vfs cache root is "/root/.cache/rclone/vfs/local/root/LMES - TEST - FI - Treasury"
2020/07/07 09:27:24 DEBUG : Adding path "vfs/forget" to remote control registry
2020/07/07 09:27:24 DEBUG : Adding path "vfs/refresh" to remote control registry
2020/07/07 09:27:24 DEBUG : Adding path "vfs/poll-interval" to remote control registry
2020/07/07 09:27:24 DEBUG : : Root:
2020/07/07 09:27:24 DEBUG : : >Root: node=/, err=
Hi
i trying to mount a share drive with things inside, i try to remount it without the flag --allow-non-empty but the result it's same , is empty: #rclone mount -vv --vfs-cache-max-size 10G --vfs-cache-mode full --allow-other "LMES - TEST - FI - Treasury" /TEST1 &
these servers are CentOs 6 and 7, i tested the mount on /etc/fstab but doesn't work, i put it in /etc/rc.local file does work , but my idea is put it in /etc/fstab, my problem is look the correct syntax.