Rclone, Gdrive , Plex,Emby Mount Guide
This is Follow on Guide to the
Rclone Gdrive Guide - Mount Google drive as a network drive
You Must do that first
Load putty
Connect to your seedbox using the host and port found on your dash under SSH
Do NOT use port 22 you have a custom port like 2050
Type cd torrents
mkdir gdrive
SSH using PuTTY (as SU)
-----------------------
Type
sudo su
cd ..
cd ..
then:
nano /etc/fuse.conf
remove # next to the following lines:
mount_max = 1000
user_allowother
press and hold ctrl then press o
Hit Enter
then Press and hold ctrl and press x
type exit
restart seedbox you can either type reboot and hit enter or click restart on your dash
Wait a while then reload SSH
SSH using PuTTY (this time as Seedit4me)
------------------------------
Paste
rclone mount gdrive: ~/torrents/gdrive --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --umask 002 --daemon
replace 'gdrive:'' with the name you gave your remote drive
replace '~/torrents/gdrive' with the folder you created
Go to your dash Disable Plex and Enable again from the power button on the APP
Go to plex click your server and Go to Manage Libraries and Add a Folder and go to /home/seedit4me/torrents/gdrive
Add and save
That is it your Gdrive is mounted and Plex/Emby can see it
If at any time you restart your seedbox you need to go to SSH and paste
rclone mount gdrive: /torrents/gdrive --allow-other --buffer-size 256M --dir-cache-time 96h --timeout 1h --umask 002 --daemon
to remount the drive
I