Hello,
I check lot of past without solving my problem...
What is the problem you are having with rclone?
I configure a storage system which seems to work : i can use "ls".
I try to mount the storage to be used by plex and i get an error.
I guess i have a conflit with the permission and the user who run rclone.
My user is "jbo".
The error i use :
jbo:/mnt/bigfoot$ rclone mount mega.kids:/ /mnt/bigfoot/MegaData/kids --vfs-cache-mode full --network-mode --volname "kids" --allow-other
2025/01/19 19:03:42 mount helper error: fusermount: user has no write access to mountpoint /mnt/bigfoot/MegaData/kids
2025/01/19 19:03:42 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
When:
jbo:/mnt/bigfoot/MegaData$ ls -la
total 12
drwxr-xr-x 3 root root 4096 17 janv. 22:49 .
drwxr-xr-x 5 root root 4096 17 janv. 22:40 ..
drwxr-xr-x 2 root root 4096 17 janv. 22:49 kids
It tried various commands.
It works when :
jbo:/mnt/bigfoot/MegaData$ ls -la
total 8
drwxr-xr-x 3 root root 4096 17 janv. 22:49 .
drwxr-xr-x 5 root root 4096 17 janv. 22:40 ..
drwxr-xr-x 1 jbo jbo 0 19 janv. 00:14 kids
But i get an error in my front interface, and i will be afraid plex will not see the folders and the files:
lstat permission denied
Run the command 'rclone version' and share the full output of the command.
rclone v1.60.1-DEV
- os/version: debian 12.9 (64 bit)
- os/kernel: 6.1.0-30-amd64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.8
- go/linking: dynamic
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
webdav
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount mega.kids:/ /mnt/bigfoot/MegaData/kids --vfs-cache-mode full --network-mode --volname "kids" --allow-other
I have try without --allow-other and it doesn't solve anything.
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
jbo:/mnt/bigfoot/MegaData$ rclone config redacted
Usage:
rclone config [flags]
rclone config [command]
Available Commands:
create Create a new remote with name, type and options.
delete Delete an existing remote.
disconnect Disconnects user from remote
dump Dump the config file as JSON.
file Show path of configuration file in use.
password Update password in an existing remote.
paths Show paths used for configuration, cache, temp etc.
providers List in JSON format all the providers and options.
reconnect Re-authenticates user with remote.
show Print (decrypted) config file, or the config for a single remote.
touch Ensure configuration file exists.
update Update options in an existing remote.
userinfo Prints info about logged in user of remote.
Flags:
-h, --help help for config
Additional help topics:
rclone config edit Enter an interactive configuration session.
Use "rclone [command] --help" for more information about a command.
Use "rclone help flags" for to see the global flags.
Use "rclone help backends" for a list of supported services.
Command config needs 0 arguments maximum: you provided 1 non flag arguments: ["redacted"]
A log from the command that you were trying to run with the -vv
flag
When i try to use --log-file=FILE, i also get a permission error.
Thank you in advance for the help.