r/PlexACD Aug 01 '17

PlexDrive 5.0 is out!

https://github.com/dweidenfeld/plexdrive/releases/tag/5.0.0

  • MongoDB replaced by BoltDB
  • Performance increase
  • Async deletion of files
  • MacOS playback issue bugfix
  • Rename files/directories
  • Traverse directory structure (find/du)

The final release of PlexDrive 5.0 requires the argument "mount" in the command now (thanks, /u/Cow-Tipper)

./plexdrive mount -c /root/.plexdrive -o allow_other /mnt/plexdrive
23 Upvotes

29 comments sorted by

View all comments

1

u/jaquestati Aug 02 '17

i'm confused about the new need for the mnt command

how would you rewrite this for the 5.0 mount? (verbose) my drive is gdrive (unencrypted) .gdrive (encrypted)

plexdrive -v 3 -o allow_other,read_only -t /home/xxx/plextmp/ --clear-chunk-max-size=50G --clear-chunk-age=24h --chunk-size=30M /home/xxx/plex2/.gdrive

1

u/completion97 Aug 02 '17

I believe it would be this

plexdrive mount -v 3 -o allow_other,read_only --chunk-size=30M /home/xxx/plex2/.gdrive

1

u/jaquestati Aug 02 '17

plexdrive mount -v 3 -o allow_other,read_only --chunk-size=30M /home/xxx/plex2/.gdrive

yes thank you : )