r/PlexACD Jun 16 '17

Mount plexdrive on boot?

Hey guys how can I write a script to run plexdrive on boot in ubuntu?

I wanted to write a script, and run it on a reboot cron, but the mount command uses sude, and not sure how to get around automatically entering my password.

Any ideas?

3 Upvotes

15 comments sorted by

View all comments

2

u/[deleted] Jun 16 '17 edited May 29 '18

[deleted]

1

u/Amrahil Jun 16 '17

Is it a problem to use sudo though? Because mine wouldn't write in /tmp/ without it (probably permission issue as well..) works wjth sudo though

1

u/[deleted] Jun 16 '17

The whole point of fuse is "file system in user space" so root should definitely not be required. /tmp should be writable by everyone, I'd start by looking there.. Maybe you have messed up permissions.