starbix

Members
  • Posts

    27
  • Joined

  • Days Won

    1

Posts posted by starbix

  1. 38 minutes ago, trurl said:

    If you want help with possibly recovering this data then you should start another thread in General Support since your issue was self-inflicted and unrelated to this release.

     

    It is somehow related to this release, as the drive was recognised correctly in rc7a, but yes formatting was my mistake. I have accepted it now :| there was nothing too critical on that drive

  2. Hey, I'm still abroad, so I can't test it.

    But I also added plexdrive5, so you can also use mine, I also removed mongodb as plexdrive5 won't use mongodb anymore :)

  3. I just run this script all 5 mins together with the plexdrive stuff (which checks if it's still mounted)

     

    if [[ -s "/mnt/user/appdata/plexdrive/mongodb/mongod.lock" ]]; then
    echo "mongodb already started"
    else
    mongod --dbpath /mnt/user/appdata/plexdrive/mongodb &
    fi

     

    Oh and the plexdrive4 plugin should work, if not please create an issue on github.