It is not
As mentioned earlier, error are lines marked with
Your original error was
now your error is
You could search the forum for a more detailed explanation but the condition that causes the error is:
Data directory /data/db not found.
and two solutions
- Create the missing directory
or- specify another path
are provided as part of error message.
As mentioned
and you posted the configuration and you used it when you started mongod as we can see by the informational message (log lines with “s”:“I”) in your first post
Now in your latest post you have
which indicates that you started mongod by simply typing the command mongod (which does not use the configuration file you shared) rather than
And about
the messages are marked as “s”:“I” so they are informational and do not stop mongod from starting.