Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Drive X: is small.
#3
You must remake the boot.wim file to increase scratch space if that is what you mean?

Open a CMD prompt as an Administrator.
Use DISM to mount the boot.wim:
DISM /Mount-Wim /WimFile:C:\Mount\Boot.wim /index:1 /MountDir:C:\mount\bootwim
Use DISM to increase the Scratch Space (This example increases it to 256MB):
DISM /image:C:\mount\bootwim /Set-ScratchSpace:256
Use DISM to commit the change, and unmount the image:
DISM /Unmount-Wim /MountDir:C:\mount\bootwim\ /Commit

Use Google to find more details

Why would you need to increase X: free space? If system has over 1GB then X: is 512MB. with over 500MB free.
Reply


Messages In This Thread
Drive X: is small. - by hyun9358 - 02-08-2022, 09:33 PM
RE: Drive X: is small. - by longpanda - 02-09-2022, 01:43 AM
RE: Drive X: is small. - by Steve2926 - 02-09-2022, 08:57 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)