Error "[123] The filename, directory name, or volume label syntax is incorrect"

Deezul

New Member
Yes, I know it is - I deleted an install.wim file before unmounting it because I wanted to make a new image. Any attempts to unload a bad image will fail, since it can't unmount what doesn't exist. How can I get NTLite to stop trying to mount a bad image? I tried uninstall and reinstall, yet it still shows the bad mounted image. when I restart. If I try to add the directory again, it says it's already in use.
 

Attachments

  • ntlite1.jpg
    ntlite1.jpg
    16.2 KB
  • ntlite2.jpg
    ntlite2.jpg
    14.9 KB
Please reboot, try again, if tried or didn't help, how about the Erase option next to File - Settings - Temp folder box?
 
Rebooted, and no go. Tried the erase option and get an error that I have to unload all images from the Source page when I try.
 

Attachments

  • ntlite3.jpg
    ntlite3.jpg
    9.7 KB
OK, please export then delete:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images

I'll then check why the tool could not do that itself.
And retry the Erase after that.

Thanks.
 
Good, where is my export? :)
I may have another report to go by to fix it, it's ok, I wasn't precise enough with my request.
 
This thread is from March 2019. Do you see this error on the current version of NTLite (v2023.5.9257)?
 
NTLite manages the image and temp folders under a stateful model, to preserve data integrity.
You shouldn't remove mounted folders or images if they're under NTLite's direct control.

Click the Refresh button on the Image toolbar and clean up by selecting the Invalid image, right menu -> Forget
 
I have not removed any mounted folder or images. Fresh did not work, and selecting forget did not work. My computer had shut off during a power surge when entire house lost power. I have even tried running nlite from another computer since im using nlite from a portable usb drive.
 
Run this command as Administrator:
Code:
DISM /Get-MountedWimInfo

Check to see if the PC crash left DISM thinking it still has a mounted image. If so, run:
Code:
DISM /Unmount-Image /MountDir:[path] /discard
 
Are you using portable mode? Open up settings.xml with Notepad and look at the bottom for <Images>...</Images>
 
Back
Top