MongoDB, running on windows, should warn the user if the dbpath is on a Windows network share (eg. \\myserver\myshare).
Using a dbpath on a network share can cause reliability issues, performance issues and possibly critical errors that can cause MongoDB to crash if the flush commands fail for any reason (eg. unavailability of the network server).
MongoDB is designed to use locally mounted disks.
MongoDB could detect this by examining the dbpath configuration value to see if it starts with
\\
and throw a startupWarning for this.