OK after reading KeekUras’s posts I decided to check on how my MongoDB is running/setup. I’ve come to the conclusion that something is not right and I’m thinking that it has something to do with the MongoDB setup.
Plexdrive does appear to work but I have noticed very high CPU usage. Plexdrive is mounted to /mnt/plexdrive and when I ls that folder I can see the contents of my Google Drive. Pointing the PlexServer to the media folder within this does allow me to play content but as I said the CPU usage is high and the time to buffer up to play and seek times are not great.
If I run the $plexdrive command I get the regular output but at the end of this it states
panic: Mountpoint not specified
Unfortunately I have cobbled together my install from a number of sites and I think I have missed certain things. For example I don’t think that I initially ran the command below which is from the Installation section on https://github.com/dweidenfeld/plexdrive
./plexdrive -m localhost /path/to/my/mount
Should I run this now? and would I simply unmount /mnt/plexdrive and then run
$plexdrive -m localhost /mnt/plexdrive
Can someone give me some directions on how to reinstall MongoDB correctly
I followed the directions on this page https://chooseneye.com/2017/06/install-plexdrive-on-debian-8/
– First
$apt-get install fuse mongodb
– Setup MongoDB
– First login into mongo and create the PlexDrive Database.
$mongo
$use plexdrive
$exit
I don’t think that has installed Mongo correctly.
When I run
$sudo mongo
I get the following output
nodeuser@ssdnodes-server1:~$ sudo mongo
MongoDB shell version: 2.6.10
connecting to: test
Server has startup warnings:
2017-06-19T13:41:01.539-0400 [initandlisten]
2017-06-19T13:41:01.539-0400 [initandlisten] ** WARNING: You are running in OpenVZ which can cause issues on versions of RHEL older than RHEL6.
2017-06-19T13:41:01.539-0400 [initandlisten]
Any help would be appreciated.