plexdrive
plexdrive copied to clipboard
hope somone can help with what i dont get keep plexdrive running
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
~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.
- What OS (Ubuntu, Debian, etc.) do you use?
- What output do you get from
systemctl status plexdrive(andjournalctl -u plexdriveif error output is truncated)
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.targethope 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 πππ)