June 15, 20224 yr 用aliyundriver-webdav挂载到本地unraid,现在需要同rclone挂载,出现挂载失败。 我使用的docker是 Nacho-Rclone-Native-GUI,在web页面中也无法挂载:error creating mount error:request failed with status code 500 命令挂载错误提示: 2022/06/15 21:10:51 mount helper error: fusermount: mount failed: Operation not permitted 2022/06/15 21:10:51 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 /dev/fuse: 容器内也增加设备了 请问是何问题?
June 18, 20233 yr On 6/15/2022 at 9:33 PM, shanehua said: 用aliyundriver-webdav挂载到本地unraid,现在需要同rclone挂载,出现挂载失败。 我使用的docker是 Nacho-Rclone-Native-GUI,在web页面中也无法挂载:error creating mount error:request failed with status code 500 命令挂载错误提示: 2022/06/15 21:10:51 mount helper error: fusermount: mount failed: Operation not permitted 2022/06/15 21:10:51 Fatal error: failed to mount FUSE fs: fusermount: exit status 1 /dev/fuse: 容器内也增加设备了 请问是何问题? 我也碰到了同样的问题,请问解决了吗?
June 19, 20233 yr Author 23 hours ago, viplcy said: 我也碰到了同样的问题,请问解决了吗? 我是用命令挂载的,正常能用, 挂载命令:rclone mount aliyundriver: /mnt/aliyundriver --cache-dir /tmp --allow-other --vfs-cache-mode writes --allow-non-empty & 取消挂载 :fusermount -qzu /mnt/aliyundriver
June 26, 20233 yr 不要用docker版的rclone,改用插件版的。 挂载命令 rclone mount ali:/ /mnt/cache/CloudNAS --header "Referer:" --copy-links --no-gzip-encoding --no-check-certificate --allow-other --allow-non-empty --no-checksum --no-modtime --umask 000 --file-perms 0777 --dir-cache-time 5m0s --daemon 卸载命令fusermount -qzu /mnt/cache/CloudNAS 停止磁盘阵列的时候必须先卸载挂载,不然磁盘阵列无法停止。
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.