强行关机后无法启动mongodb sudo rm /var/lib/mongodb/mongod.locksudo service mongodb start
?如果rm之后还是没法直接启动,可以试下mongodb自己提供的修复功能。
mongod --repair
?