I see file with "rclone lsd ecc.." but i don't see the files

I have fixed this issue. It works with mount command and rclone.service.
This is the file:
GNU nano 4.8 /etc/systemd/system/rclone.service
[Unit]
Description=RClone Service
Wants=network-online.target
After=network-online.target

[Service]
Type=notify
Environment=RCLONE_CONFIG=/home/marcodantonio/.config/rclone/rclone.conf
KillMode=none
RestartSec=5
ExecStart=/usr/bin/rclone mount GD: /home/marcodantonio/GD --allow-other --dir-cache-time 1000h --poll-interval 15s --umask 002 --rc --rc-no-auth --cache-dir=/home/marcodantonio/cache --vfs-cache-mode full --vfs->
ExecStop=/bin/fusermount -uz /home/marcodantonio/GD
Restart=on-failure

[Install]
WantedBy=multi-user.target

I have rebooted many time and it worked, the problem now is plex don't see the folder! i fixed /etc/fuse.conf removing the #, and the mount command use --allow-users

@Animosity022 and now what i can fix?

you should use this as the template.
https://github.com/animosity22/homescripts/blob/master/systemd/rclone.service

I use this template, i removed all the comment and the \ and it worked. The problem is plex is not see this file (i can see the file with sftp). I’m start thinking because plex is installed like an add-on for home assistant (and it work in docker i supposed)

post the updated service file.

I mean the file that i used is based from @Animosity022 file, so is what you can see in my previous message

you need to compare that template with your service file, line by line.

And I say that I’ve done... and it works. The problem is —allow-user not work and plex can’t read my files

what username are you running rclone and plex as?

User=felix
Group=felix

Nothing change so I removed it. I tried with
marcodantono
marcodantonio

And with
marcodantonio
sudo

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