Error: write to Gdrive

Hi,

I had some issue since i shifted my server to OVH i’m getting error when i want to copy any file to my Gdrive

and i cant anymore use radarr to send the file direct to my gdrive like my old server.


i don’t know what is the problem, below is my rclone config.

[Unit]
Description=RClone Service
After=network-online.target
Wants=network-online.target

[Service]
Type=simple
ExecStart=/usr/bin/rclone mount gmedia: /gmedia
–allow-other
–dir-cache-time=160h
–cache-chunk-size=10M
–cache-info-age=168h
–cache-workers=5
–cache-tmp-upload-path /data/rclone_upload
–cache-tmp-wait-time 60m
–buffer-size 0M
–syslog
–umask 002
–rc
–log-level INFO
ExecStop=/usr/bin/sudo /usr/bin/fusermount -uz /gmedia
Restart=on-abort
User=root

[Install]
WantedBy=default.target

can someone please let me know what is going wrong why i can’t copy files to my gdrive.

Input/Output error means the mount isn’t there anymore.

Did something stop the process or did something unmount it?

hi,
no the mount is there and i can access and i can play my movies.

When those errors occurred though, the mount wasn’t accessible, hence the Input/Output errors.

i have just changed my server to OVH yesterday. i have done everything like my old server and i mount the gmedia and i can see the files from FTP as well as plex scanned all the media without any problem. i just got this error when i tried copy the file to gmedia and the command line i used it’s the same as before with old server.


I don’t see any error there. That shows a running service.

i don’t know why i’m getting this error when i try to copy files to my gmedia

What error are you referring to? I don’t see any errors.

this error.

Last login: Wed Jan 9 15:36:10 2019 from 92.99.72.86
root@ns3108765:~# cp /home/wael/The.Super.2017.mkv /gmedia/Movies/
cp: error writing ‘/gmedia/Movies/The.Super.2017.mkv’: Input/output error
cp: failed to close ‘/gmedia/Movies/The.Super.2017.mkv’: Input/output error

You aren’t mounted properly.

You’d need to stop the service, clear out the cache and restart the service.

do you thing because i just used the rclone config file from the old server ? i mean i just used the rclone config file from the old server and i placed into the rclone folder.

It’d be a guessing game as I don’t have any idea of the steps you took to do it.

For that error you’ve listed, you’d want to stop the service, clean out the cache and start it back up.

ok will do that and update you. i’m really sorry.