MongoDB server failing to start with the following error:
2015-12-13T00:49:12.191+0600 I CONTROL [initandlisten] options: {} 2015-12-13T00:49
You can use mongod --storageEngine=mmapv1 --dbpath "Your Path"
For me :
"C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe" --storageEngine=mmapv1 --dbpath="C:\data\db"
Hope it works fine for you too.