I have to mount a Google Drive volume on a customer's Ubuntu server.
I have always used curlftpfs because I have never had to deal with a third party server. On the internet, I found many people use rclone, and this is what I did:
- installed rclone
- configured it
Now, Ubuntu is showing an error that a process is already running on that port (53682).
Do you know how to fix this?
I also rebooted the server to clean the port's process but seems that something (apparently the process) is killing the terminal activity.
The Ubuntu version is 18.04.6 LTS
i installed the last version of rclone, but i read it was better to downgrade it to 1.61.1
Downloaded installer of rclone 1.61.1
root@manager-Parallels-Virtual-Platform:~# wget https://downloads.rclone.org/v1.61.1/rclone-v1.61.1-linux-amd64.deb
INSTALLED RCLONE 1.61.1 sudo apt install ./rclone-v1.61.1-linux-amd64.deb
CONFIGURED ONEDRIVE ON RCLONE. NAME FOR ONEDRIVE: alle
root@manager-Parallels-Virtual-Platform:~# rclone config
CREATED THE DIRECTORY mkdir ~/OneDrive
MOUNT root@manager-Parallels-Virtual-Platform:~# rclone --vfs-cache-mode writes mount alle: ~/OneDrive
From here, nothing moves. Is like there is something that is trubeling