Failed: archive writer: error writing data for collection `meteor.fs.chunks` to disk: error reading collection: EOF / Mux ending but selectCases still open 2
When running it again i recieved a different error:
Failed: error writing data for collection `meteor.events` to disk: error reading collection: read tcp 127.0.0.1:44498->127.0.0.1:39001: read: connection reset by peer
The log indicated corruption during reading a database file.
Corruption can have various causes including faulty hardware, sudden equipment or program shutdown, unstable network, disk full, to name just a few.
Once the cause of corruption has been identified (and eliminated), there are several options for recovery.
Do you have a recent prior database back-up? If not mongod --dbpath /data/db --repair
may be an (imperfect/lossy) option.