按照官網(wǎng)上的安裝方法:
在ubuntu系統(tǒng)下有可能出現(xiàn)如下錯誤:
couldn't remove fs lock errno:9 Bad file descriptor
此時需要修改文件所有者
$ sudo mkdir -p /data/db/
$ sudo chown 'USERNAME‘ /data/db
其中第一句是建立你的數(shù)據(jù)庫文件夾,第二句修改該文件夾的所有者
之后就可以成功啟動mongodb了
參考:stackoverflow.com/questions/15229412/unable-to-create-open-lock-file-data-mongod-lock-errno13-permission-denied
您可能感興趣的文章:- MongoDb的"not master and slaveok=false"錯誤及解決方法
- 解決啟動MongoDB錯誤:error while loading shared libraries: libstdc++.so.6:cannot open shared object file:
- 關(guān)于Mongodb參數(shù)說明與常見錯誤處理的總結(jié)
- Mongodb常見錯誤與解決方法小結(jié)(Mongodb中經(jīng)常出現(xiàn)的錯誤)
- MongoDB錯誤32-bit servers don''t have journaling enabled by default解決方法
- mongodb錯誤tcmalloc: large alloc out of memory, printing stack and exiting解決辦法
- 修復(fù) Mac brew 安裝 mongodb 報 Error: No available formula with the name ‘mongodb’ 問題詳解