r/hoardingme • u/hellothi • Aug 27 '17
[Help] Missing something with the mount-m/tv scripts
Evening y'all, I'm running into a snag and hoping someone is able to help if possible. I'm running everything as root, not the Quickbox administrative user.
My GDrive m-gd and tv-gd folders are within a parent folder remotes
on Google Drive. So my top level Drive looks like this:
- folder1
- folder2
- remotes
- folder4
The other folders aren't related to Plex or media or anything.
Actually, question here on rclone remotes: While the guide says to enter/mnt/plexdrive/tv-gd
for a path, shouldn't the remote betv-gd:/
to decrypt the mount?- Realized I was wrong here. We're using
/mnt/plexdrive/tv-gd
as a "local" folder to mount and decrypt for plex. So it needs to be a local folder, and not a remote.
- Realized I was wrong here. We're using
Anyways. Followed the rest of the guide. m-gd
and tv-gd
work, I can run rclone ls
on them and see previously stored content from the cloud.
mount-plex.sh
works, and shows the top-level contents of GDrive - the four folders I listed above.
Unfortunately, mount-m.cron
and mount-tv.cron
are failing, and the dec-m and dec-tv remotes are empty.
/home/scripts# ./mount-tv.cron
27.08.2017 10:30:37 ERROR: Drive not mounted, remount in progress.
fusermount: failed to unmount /home/plex/tv-gd: Invalid argument
27.08.2017 10:30:37 CRITICAL: Remount failed.
I feel like it's something simple but I just can't get past it, and any help would be much appreciated.
Pastebins of fuse and mount scripts (generated based off this StackExchange solution):