1. 程式人生 > >MongoDB: exception in initAndListen: 20 Attempted to create a lock file on a read-only directory: /data/db, terminating

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

mina term spa attempted user create style pre temp

啟動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, terminating

    sudo chmod -R go+w /data/db
    or this, which will make the directory owned by you:

    sudo chown -R $USER /data/db

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