Restore Database

Hi Team,

I’m in trouble, I lost my production database due to a server crash.
I’m using ubuntu RDP. I mount my disk and Get the location where mongo install in Ubuntu.

Path: /var/lib/mongodb

After mounting my server disk I got the MongoDB folder from /var/lib/mongodb

Now someone please guide me on how could I retrieve a database with data from this MongoDB folder.

This folder contains the file like:
I’ve one database which name test. So In the MongoDB folder, I’ve to file like test.0 test.1 and test.ns

Help me to retrieve this test database with inside all tables and data.