Synology DSM 7.2 Rclone creatfile error

Hi everyone,

I'm trying to mount Google Drive onto my Synology NAS running DSM 7.2 using Rclone, but I'm running into some issues.

I used the following script to perform the mount:

Bash

#!/bin/bash
sleep 60
ln -s /bin/fusermount /bin/fusermount3
rclone mount -v xuanphuoc: /volume1/ds124/xuanphuoc --config /root/.config/rclone/rclone.conf --allow-other --allow-non-empty --dir-cache-time 672h --vfs-cache-max-age 675h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 1G --buffer-size 32M --gphotos-read-size --vfs-cache-mode full &

The problem: I keep getting the error shown in the attached image (please check the screenshot). Interestingly, when I map this rclone mount folder to Windows 11 via SMB, I can still create folders within it without any issues. However, the error log/message on the NAS persists.

Does anyone know what might be causing this discrepancy or how to fix the mount error?

welcome to the forum,

be 1000% sure you understand what that flag does, as it allows for over-mounting.


when you posted, there was a template of questions.
please answer all of them, so we can help you

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