If MongoDB is refusing to start up and you see this message:
************** old lock file: \data\db\mongod.lock. probably means unclean shutdown, but there are no journal files to recover. this is likely human error or filesystem corruption. found 1 dbs. see: http://dochub.mongodb.org/core/repair for more information *************
… see the instructions pointed to by the suggested URL.
Try starting up with the –repair option. When it completes, restart the server process as normal.
If you have the ‘probably means unclean shutdown’ message, remove the mongod.lock file by hand and then restart with –repair
