MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminating

启动mongodb遇到的一个问题和解决:

转(http://blog.csdn.net/u012877472/article/details/51001025)

MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminal

sudo chown -R `id -u` /data/db
sudo chmod -R go+w /data/db
or

sudo chown -R $USER /data/db 
sudo chmod -R go+w /data/db

 

posted @ 2017-12-22 21:40  zy--  阅读(2288)  评论(2编辑  收藏  举报