Mongod 7 config file not found on different Windows drive

I solved the issue by moving my config and data files to my C: drive. My F: drive uses the FAT32 file system, which it appears is not supported by Mongo 7. (My C: drive uses the NTFS file system.)

1 Like