-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Minor - P4
-
None
-
Affects Version/s: 2.0.6
-
Environment:build info: windows sys.getwindowsversion(major=6, minor=1, build=7601, platform=2, service_pack='Service Pack 1') BOOST_LIB_VERSION=1_42
-
Fully Compatible
When I run mongod with no args one of the output lines is:
Sun May 27 02:45:00 [initandlisten] exception in initAndListen: 10296 dbpath (/data/db) does not exist, terminating
On Windows the POSIX path name separater, with forward slashes, are incorrect and confusing. Print the native path format for better readability.
- is related to
-
SERVER-7429 Windows mongod.exe should display drive letters in paths
- Closed