I’ve been a fan of the simple and effective Windows 7 USB/DVD Download Tool for quite awhile, and have often used it to create a bootable USB flash drive for installing Windows 7.
But I recently ran into a problem with a flash drive after connecting it to my Xbox 360 and using it to move my profile. The Xbox 360 must have made some change to the MBR on the flash drive that the WUDT didn’t like, because it was unable to format the drive.
The WUDT would begin to format the drive, then report:
We were unable to copy your files. Please check your USB device and the selected ISO file and try again.
Windows 7 had no problems formatting the drive, but something was obviously missing from the process.
A quick search in Google turned up the solution. The formatting done by Windows 7 or the WUDT wasn’t cleaning the MBR and partition table.
To thoroughly format the drive so that it can be used by the WUDT, open an elevated command prompt and enter the following commands, using the drive number of the USB drive reported in list disk
for the value of select disk #
.
diskpart list disk select disk # clean create partition primary select partition 1 active format quick fs=fat32 assign exit
For the curious, here’s a more detailed explanation of the clean
command:
Removes any and all partition or volume formatting from the disk with focus. On master boot record (MBR) disks, only the MBR partitioning information and hidden sector information are overwritten. On GUID partition table (GPT) disks, the GPT partitioning information, including the Protective MBR, is overwritten; there is no hidden sector information.
http://technet.microsoft.com/en-us/library/cc766465(v=ws.10).aspx
I would expect that the MBR and partition table would need to be cleaned after formatting a drive for booting Mac OS X, too.
Credit: http://4sysops.com/archives/windows-7-usbdvd-download-tool-wudt-is-unable-to-copy-files/
thanks a lot ! it works 🙂
Dude.. Thank you so much.. I also used my flash drive to copy a profile to another xbox… I never would’ve thought that it was an issue with the way that the Xbox 360 handles formatting a drive and the way that Windows does… You’d think they would be cross-compatible with no problems like this since they’re both Microsoft products. You really should contact Microsoft and make them aware of this because I was on the phone with them forever going through different levels of tech support with nobody having a clue as to why this was happening…
Today, you’re my technological savior 🙂
Thanks a bunch..
Just saw your source for this information from an article dated March 3rd 2012…. Guess that’s why I was unable to find any info on this until now.. My issue occurred in February.. :-
Still, thanks for helping make this known to more people and somebody really needs to contact Microsoft to make them aware of this issue and how to fix it..
Many thanks on finding this, was having the same problem and this worked like a charm.
I had no problems using the Windows 7 USB/DVD Download Tool, but I was not able to boot from USB. It was recognized as bootable, but it seemed like it went into a continuous read-loop.
After fixing the MBR, and using the Windows 7 Tool again, it finally boots. Thanks for sharing this!
Thanks a lot! Works fine!
Just wanted to add that sometimes the problem is an anti-virus program scanner like “Antivir.”
Gotta disable those and try again, just in case 😉
Omg its realy worked for me..
http://www.sevenforums.com/tutorials/52129-disk-clean-clean-all-diskpart-command.html
check this out its also easy to do..
@ knallfrosch
thank you so much 🙂
Thanks! Totally works!
Windows 7 USB/DVD Download Tool we are unable to copy file
i solved it for me.
the problem was, that W7U/DDT can write/copying the files if you Anti-Virus-Software (i have avira antivir pro…) protects autorun.inf (autostart) functions.
deactivate the autostart- protection for the time you need to create the stick
good luck
Wow, worked!! THX!!!!!
omg thanks a lot! At first I kinda doubt it all while doing the commands, but i got to hand it to you (:
It’s not working for me..
Work! Thanks!
Good one! Thanks.
Works like a charm, thank you.
Thank you verry much, great !
It worked!
Thank you very much! This Linux guy was having a very bad time trying to get a new Win8 image from a USB and your post saved me hours.
Dank U Wel!
you saved my life and mental sanity, thank you
thanks
For me the problem was Avira antivirus sofrware blocking the autorun for the USB. No problems after disabling that feature.
Thanks a lot. I can confirm that the virusscanner with the usb autostart disable was the problem!
Hi thanks for the solution. Resolved the same problem without hitch.
Worked !! thanx allot mate i almost gave up 🙂
Works a treat. Many thanks.
Had this issue on a new and virgin usb pendrive. Never connected to anything else but this computer. It’s a 4GB Verbatim Store and Go Pendrive. Thanks for your hints!
Works great fixed all problems thanks
Just wanted to say thank-you! Really appreciate articles like this. Saved me a bunch of time with my girlfriends laptop. Was wondering why my silly USB wouldn’t work. Cheers mate, you’re a champ 🙂
Wow! that’s fantastic. You’ve figured something outside from the box. Great for you, dude.
Well, about long path files, Long Path Tool works for me for a long time, since I’ve encountered this problem (I also consider this as a Malware), but I’m wrong because It’s about some NTFS or somewhat related to corrupted files.
Long Path Tool helped me out.
Hope this will help anyways.
clever. disabling antivirus did the trick. it’s really helpful to read comments first before doing anything risky. thanks to all.
Got it sorted and works like a Charm! Thanks mate!
Works like a charm. thanks for the post, it really helps.
Many thanks for your tip. It works perfectly! 😉
Before you format your pen drive set filesystem FAT32 andd change default allocation table….to default
LOL I could even see an additional .1GB after the clean command. Thanks!!!
Thanks a lot. After following your instructions, the Windows 7 Update Tool (Windows7-USB-DVD-tool.exe) still works with Windows 8.1 (en_windows_8.1_with_update_x64_dvd_4065090.iso).
Regards
hello all
i perform this instruction but when 99% of operation was complete suddenly “status we were unable to copy your files. please check your usb … ” appear again
I can’t use this instruction because the command list disk doesn’t show the USB drive. What should I do?
Thx!
I don’t know yet if the boot will function, but so far your trick did work !
Woot! I don’t even properly understand how to use a command prompt and this worked for me:) Only thing I changed is fat32 to ntfs as I’d like to be able to run from the usb drive too.
Thanks a lot!
This tip fixed 2 pendrives I previously formatted under mac os x.
I linked your article on my blog (in italian language): http://www.dwss.it/wp/?p=189
Bye, Simone.
Thanks. Formatted a USB drive in a Mac, and OSX formats Fat32 partitions like a piece of crap. This resolved it.