plexdrive icon indicating copy to clipboard operation
plexdrive copied to clipboard

hope somone can help with what i dont get keep plexdrive running

Open klyver1 opened this issue 6 years ago β€’ 3 comments
trafficstars

when i start my server i use this to start it (plexdrive mount -v 4 --chunk-check-threads=16 --chunk-load-threads=16 --chunk-load-ahead=16 --max-chunks=256 -o allow_other /home/plexck/mnt/plexdrive)

and i tyr to run systemctl but i dont know what i am missing

clt

/etc/systemd/system/plexdrive.service

[Unit]
Description=Plexdrive
AssertPathIsDirectory=/home/plexck/mnt/plexdrive
After=network.target

[Service]
Type=simple
User=plexck
Group=plexck
ExecStart=/bin/plexdrive mount -v 4 --chunk-check-threads=16 --chunk-load-threads=16 --chunk-load-ahead=16 --max-chunks=256 -o allow_other /home/plexck/mnt/plexdrive -c \home\plexck.plexdrive
ExecStop=/bin/fusermount -uz /home/plexck/mnt/plexdrive
Restart=on-abort

[Install]
WantedBy=default.target

hope som can tel what i am missing

klyver1 avatar Jun 25 '19 08:06 klyver1

~Please take the time to create an actionable issue, with proper title and description of your problem.~

Updated initial post with info from email by OP.

felixbuenemann avatar Jun 25 '19 18:06 felixbuenemann

  • What OS (Ubuntu, Debian, etc.) do you use?
  • What output do you get from systemctl status plexdrive (and journalctl -u plexdrive if error output is truncated)

felixbuenemann avatar Jun 26 '19 00:06 felixbuenemann

when i start my server i use this to start it (plexdrive mount -v 4 --chunk-check-threads=16 --chunk-load-threads=16 --chunk-load-ahead=16 --max-chunks=256 -o allow_other /home/plexck/mnt/plexdrive)

and i tyr to run systemctl but i dont know what i am missing

clt

/etc/systemd/system/plexdrive.service

[Unit]
Description=Plexdrive
AssertPathIsDirectory=/home/plexck/mnt/plexdrive
After=network.target

[Service]
Type=simple
User=plexck
Group=plexck
ExecStart=/bin/plexdrive mount -v 4 --chunk-check-threads=16 --chunk-load-threads=16 --chunk-load-ahead=16 --max-chunks=256 -o allow_other /home/plexck/mnt/plexdrive -c \home\plexck.plexdrive
ExecStop=/bin/fusermount -uz /home/plexck/mnt/plexdrive
Restart=on-abort

[Install]
WantedBy=default.target

hope som can tel what i am missing

Careful sonny, your windows is showing πŸ™ƒπŸ˜

Now that the obligatory windows bashing is done your issue is most likely using windows based pathing on a Linux system. Specifically -c \home\plexck.plexdrive

And I really really hope that \home\plexck.plexdrive isn’t a sign that you’re trying to run plex drive on winlux (WSL + Ubuntu (cause if your using winlux chances are that's the only distribution you've heard of πŸ˜πŸ™ƒπŸ˜œ)

zmike808 avatar Jul 02 '19 18:07 zmike808