啟動MongoDB時報錯,提示沒有--fork這個選項
[root@iZ7xva19gbvp6vpiyzc1w7Z log]# mongod --verbose --logpath /data/mongodb/log/mongod.log --logappend --dbpath /data/mongodb/db --fork --bind_ip 0.0.0.0
about to fork child process, waiting until server is ready for connections.
forked process: 9755
ERROR: child process failed, exited with 48
To see additional information in this output, start without the "--fork" option.
查過以往的問題記錄,發(fā)現(xiàn)bin或者db目錄中沒有mongod.lock這個文件。