I figured out the problem with the web gui not working. I looked thru a bunch of post and saw this one:
Don't know about resolve issue but for correctly display settings web page you absolutly have to change dir (cd) to MLVFS folder when running it from the command line. Otherwise mlvfs can not find needed files to display page corectly. Also it can not find focus pixel maps.
I'll leave the post of just in case someone else needs the information. You must change directory to the mlvfs.exe or mlvfs_x64.exe directory to get the web gui working.
---Original post starts here---
I realized that my setup works great and I can access the dng files via windows explorer but the web interface isn't working.
Using:
C:\mlvfs_x64\mlvfs_x64.exe Z:\ --mlv-dir=C:\Videos\Files
I wasn't getting any error messages or able to stop the drive. Instead, I added -f and I was able to get error messages and by pressing CTRL + C, it would umount the drive:
C:\mlvfs_x64\mlvfs_x64.exe -f Z:\ --mlv-dir=C:\Videos\Files
I'm getting the following message when attempting to access the web gui (localhost:8000):
webgui: scanning C:\Videos\Files/...
load_resource: fopen error
webgui: scanning C:\Videos\Files/favicon.ico...
load_resource: fopen error
Any thoughts as to why web gui stopped working?