plexdrive: Transport endpoint not connected
On a new install i am unable to get this to work
sudo plexdrive mount -c /root/.plexdrive -o allow_other -v 2 /mnt/gdrive
the output is
[PLEXDRIVE] [2018-03-26 23:52] INFO : Mounting path /mnt/gdrive [PLEXDRIVE] [2018-03-26 23:52] INFO : First cache build process started... 2018/03/26 23:52:44 mount helper error: fusermount: failed to access mountpoint /mnt/gdrive: Transport endpoint is not connected
Any idea whats wrong?
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 16 (1 by maintainers)
fusermount -uz /path/to/folder . Try that.
Hi! I solved the the problem. I added this line “ExecStartPre=/bin/sleep 10”
Thanks!
Hi. The process works fine all time but when I reboot my system the service don’t starts well. Always I need execute
sudo /bin/umount -l /volume1/plexcloud
and thensudo service plexdrive start