Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[278551] "Unable to Copy Files" error after format in step 4 {copied from codeplex} #18

Open
stadub opened this issue Aug 27, 2020 · 5 comments
Labels
bug Something isn't working codeplex

Comments

@stadub
Copy link
Owner

stadub commented Aug 27, 2020

Hi
I try to use this application but give me the error :"Invalid ISO file", How can i fix this? thanks

LastUpdatedDate: 2012-09-22T03:40:34.557-07:00

@stadub stadub added bug Something isn't working codeplex labels Aug 27, 2020
@stadub
Copy link
Owner Author

stadub commented Aug 27, 2020

If it's possible to compile the source code using Visual Studio Express Edition?
Always complaint about modules not available (IWrapper, ISOTool and dmicons).
Which version should I use and how can I do it (no need a full howto, just basic about how making the modules needed available)
I want to remove the restriction on USB HDD device.

LastUpdatedDate: 2010-11-05T15:22:23.737-07:00

@stadub
Copy link
Owner Author

stadub commented Aug 27, 2020

I can't seem to get past an "Unable to Copy Files" error after the format part of step 4. Any ideas?
The ISO burned to DVDR failed to boot on my machine for some reason (will try DVD-R if I have to next)
but I had a 4GB USB flash drive on hand and figured
I'd give this a whack first.
I also tried the bug filed on extracting bootsect.exe and copying it to the tool's dir, and it didn't help at all.

LastUpdatedDate: 2011-11-06T22:42:09.77-08:00

@stadub
Copy link
Owner Author

stadub commented Aug 27, 2020

Have you found the solution to this problem? I'm having the same issue too.

LastUpdatedDate: 2012-07-25T15:08:57.75-07:00",

@stadub
Copy link
Owner Author

stadub commented Aug 27, 2020

I just had this issue and found the solution was to first clean the MBR of the flash drive from diskpart


diskpart
list disk
select disk #
clean
create partition primary
select partition 1
active
format quick fs=fat32
assign
exit

See wudt.codeplex.com/workitem/22718

LastUpdatedDate: 2014-07-08T18:21:42.017-07:00

@stadub
Copy link
Owner Author

stadub commented Aug 27, 2020

I had the same problem however I still got the error "Unable to copy files" even after following the instructions.
In my case Avira Antivirus Pro was running in the background and the background scanner was somehow interferring when the autorun.inf was written to the USB stick.
After deactivating the realtimer scanner it worked perfectly.
So ensure your antivirus scanners are not running in the background additional to the steps listed in the previous post.

LastUpdatedDate: 2014-08-17T15:09:52.47-07:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working codeplex
Projects
None yet
Development

No branches or pull requests

1 participant