davilarjbr Posted December 6, 2009 Posted December 6, 2009 (edited) dear friends,im new in dism;when i command dism to unmount the image, it erasesall the folder where was mounted (normal), but give mea message "unsucessfull" saying that image was notunmounted properly, and sice that, when i try to mountagain, it says that is already mounted; i only can solvethat erasing manually the folder...thanks,davila Edited December 8, 2009 by Tripredacus Edited per rule 11
maxXPsoft Posted December 7, 2009 Posted December 7, 2009 (edited) @davilarjbrIs that 64 bit? It happens. as he said use the DISM.exe /Cleanup-Wim Edited December 7, 2009 by maxXPsoft
MrJinje Posted December 7, 2009 Posted December 7, 2009 (edited) You might try the remount command.Dism /Remount-Wim /MountDir:<path_to_mount_directory> Edited December 7, 2009 by MrJinje
maxXPsoft Posted December 8, 2009 Posted December 8, 2009 (edited) You might try the remount command.Dism /Remount-Wim /MountDir:<path_to_mount_directory>BUT I wanna know. Was it 64? Peope tell me they don't get that in x86 so weird@davilarjbrIs that 64 bit? Edited December 8, 2009 by maxXPsoft
Tripredacus Posted December 8, 2009 Posted December 8, 2009 dear friends,im new in dism;when i command dism to unmount the image, it erasesall the folder where was mounted (normal), but give mea message "unsucessfull" saying that image was notunmounted properly, and sice that, when i try to mountagain, it says that is already mounted; i only can solvethat erasing manually the folder...thanks,davilaGreetings, Please check out the forum rules, including:11. Do not use CAPITALIZATIONS in the topic title or when participating in threads because they will not attract attention - instead it will annoy many of MSFN's members. Using unnecessary font formatting (i.e., bold font, increased font sizes, colored fonts, etc.) on the full body of posts is also discouraged.Anyways, you may receive this message if you were to reboot your computer without dismounting the image first.
TripNRaVeR Posted December 12, 2009 Posted December 12, 2009 i got this issue also sometimes and i only have it in x64i fix thix by rebooting the system and then unmount /discard on that folder and dism unmounts the folder
maxXPsoft Posted December 12, 2009 Posted December 12, 2009 i got this issue also sometimes and i only have it in x64i fix thix by rebooting the system and then unmount /discard on that folder and dism unmounts the folderThats what I was thinking x64. But why mainly x64 ???All I do is run cleanup and then delete folder. Occasionally I have to delete this reg valueHKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WIMMount\Mounted Images
TripNRaVeR Posted December 12, 2009 Posted December 12, 2009 i get this error only when i delete a folder using dism mounting an imagewhen i use imagex it only happens when i dont finish a command completely when clicking away the command prompt or something like thatso i think this also happens when using an x86 OS when modding a x86 on x64 OS i have got this error also a few times
maxXPsoft Posted December 13, 2009 Posted December 13, 2009 but you still on x64 OS tada, something screwy there and can't finger itI mean on 64 without any mount dism or nothing, I can open a folder look at a file, back out and delete folder and it gives me the denied till I close explorer and wait a bit then go back and do it again it deletestrust me i'm diggin around the mount more than 10 people working on things for my app so I know the song now. run both my cleanups and delete the mount folder.
MrJinje Posted December 13, 2009 Posted December 13, 2009 (edited) I get the error on x86 as well as x64. Sometimes the clean-up wim command will not clear the error. What works for me is to delete the folder and then run the clean-up wim command. Since this error doesn't affect the "Commit" action, One could try/catch this error and if the dis-mount fails, run a routine to delete/re-create the mount directory followed by cleanup-wim afterward. Edited December 13, 2009 by MrJinje
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now