plexdrive: Unable to download from plexdrive mount

Wondering if someone could help me get this working on Ubuntu 16.04.2 LTS (vultr vps).

I entered the following:

wget https://github.com/dweidenfeld/plexdrive/releases/download/5.0.0/plexdrive-linux-amd64

mv plexdrive-linux-amd64 plexdrive mv plexdrive /usr/bin/

chown root:root /usr/bin/plexdrive chmod a+x /usr/bin/plexdrive chmod 777 /usr/bin/plexdrive

copied my cache.bolt file from backup

plexdrive mount -v 4 -o allow_other /mnt/plexdrive

entered my client ID/Secret

I can see my files and browse the mount but cant download anything. Any idea what’s wrong?

[USR/BIN/PLEXDRIVE] [2017-09-30 00:54] TRACE : FUSE <- Open [ID=0x46 Node=0x4 Uid=0 Gid=0 Pid=1882] dir=false fl=OpenReadOnly [USR/BIN/PLEXDRIVE] [2017-09-30 00:54] TRACE : FUSE -> [ID=0x46] Open 0x4 fl=0 [USR/BIN/PLEXDRIVE] [2017-09-30 00:54] TRACE : FUSE <- Read [ID=0x47 Node=0x4 Uid=0 Gid=0 Pid=1882] 0x4 4096 @0x0 dir=false fl=0 lock=0 ffl=OpenReadOnly

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 25 (2 by maintainers)

Most upvoted comments

Just FYI: Disk caching is very slow on magnetic disks and especially systems with high i/o. Works pretty ok on systems with local SSDs but I haven’t tested it on DO, AWS with EBS volumes, etc.

Deletion has been fixed on my master but I have only tested this on bare metal and only during development etc.