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)

Most upvoted comments

fusermount -uz /path/to/folder . Try that.

Hi! I solved the the problem. I added this line “ExecStartPre=/bin/sleep 10”

# /etc/systemd/system/plexdrive.service

[Unit]
Description=Plexdrive
AssertPathIsDirectory=/volume1/plexcloud
After=network-online.target

[Service]
Type=simple
ExecStart=/home/user/plexdrive/plexdrive mount -o allow_other,read_only,allow_non_empty_mount -c /home/user/plexdrive/.plexdrive --cache-file=/home/user/plexdrive/.plexdrive/cache.bolt /volume1/plexcloud
ExecStop=/bin/fusermount -uz /volume1/plexcloud
Restart=on-abort
ExecStartPre=/bin/sleep 10

[Install]
WantedBy=default.target

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 then sudo service plexdrive start