In Windows 10, use the "Create a Recovery Drive" function. This will allow you to use a USB drive as a valid backup media device. See article for more detail >>>> http://answers.microsoft.com/en-us/windows/wiki/windows\_10-win\_upgrade/how-to-create-a-recovery-drive-for-reinstalling/58df9c7d-84de-4652-9952-8bac34abc6c5
usb flash drive not a valid backup location for system image
OK, Microsoft continuing to confuse me and others it would seem.
Tried to make system image to USB flash drive in Windows 8 and Yes it would not work. It States " the drive is not a valid backup location ".
Yes its formatted to NTFS. and I have read various sites where it gives instructions how and ive read sites and Microsoft who seem to have conflicting statements.
Please can someone HELP all I want to do is go to windows 7 file recovery in windows 8 - press make system image - select usb drive and sit back.
Windows for home | Other | Recovery and backup
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
105 answers
Sort by: Newest
-
Anonymous
2016-04-05T19:57:37+00:00 -
Anonymous
2016-04-01T22:32:39+00:00 The easier way to do this is do what CK1968 said to do but instead make a folder in you computers hard drive and then just copy it over.
"
Try this:
- create a directory on your {Hard Drive maybe on the desktop or something]
- right-click the directory and choose "Share with", "Specific people"
- choose yourself from the list of users and click Share and Done
- in the "Create System Image" menu choose "On a network location"
- now enter the URL for your share (\your-computer\sharename)
- enter your username and password and click
"
-
Anonymous
2016-04-01T18:20:06+00:00 Thanks Claus worked for me !
-
Anonymous
2016-03-01T18:23:38+00:00 looks like it wont work for me unless you put another backward slash at the end.
(\your-computer\sharename). Then it downloads. Waiting to see if it works. Its taking awhile. Windows 7 system image to 32gig usb.
-
Anonymous
2016-03-01T08:24:35+00:00 Maybe I'm senile... but I didn't find a solution per se in this post... but another way of accomplishing the end goal... for the MS image program was written before the use of USB media... however I did find a work around.. for if you're looking to "STORE" a System Image on USB media (when nothing else is available) use Claus' instructions to get the image on the USB media... however the MS program won't let you restore directly from USB media... so after the image is copied to USB media use the recovery media tools to access the command prompt... Follow the instructions below if this is a NEW replacement HDD that hasn't been initialized... Skip to step 2 if you are re-imaging same drive or have another machine to do the initializing... To avoid all this.. invest in a external HDD/SSD large enough to MIRROR your HDD then keep it in a safe place... but if your like me.. proceed with the following.. ;-)
STEP 1:
Connect your NEW out of the box HDD target drive into place... then use the Recovery tools disk/usb drive to get to the command prompt and type the following to get source drive or format target drive
diskpart {enter}. this will take a few moments to initialize....
=================================================
If you're not sure which drive letter is the source drive use the following command: list volume {enter}
=================================================
Once you know the source drive
DISKPART> SELECT DISK n{enter}
DISKPART> ATTRIBUTES DISK CLEAR READONLY{enter}
DISKPART> ONLINE DISK{enter}
DISKPART> CONVERT MBR {enter}
This makes the disk read/write, online and with a MBR partition layout. The "CONVERT" command is equivalent to the "Initialize Disk" Operation in the Disk Management GUI.
If you use "DISKPART> CREATE PARTITION PRIMARY" in the place of "DISKPART> CONVERT MBR", the MBR initialization is done implicitly.
STEP 2:
From the command prompt you want to remember to copy the entire WindowsImageBackup folder from the source drive to your NEW or FRESHLY FORMATTED target drive... if the folder is modified in any way before copy it won't be seen by the MS program... The directions below will help format a used HDD if you want an extra pass to insure a clean drive. Skip to Step 3 if no format is needed
==========================================
TO FORMAT THE OLD TARGET DRIVE: type DISKPART {enter}
Then type: list disk {enter}
Then type: select disk 0 -- or whichever is the used HDD target drive (pay attention, be careful not to format the image source drive)
Then type: clean (and really mean it)
==========================================
STEP 3: XCOPY
Once you have the correct drive where the System Image is stored... you'll have to move it to your HDD or an external HDD/SSD (its crucial that you don't modify the folder structure in any way or it won't work)
**c:*xcopy sourcedrive:*WindowsImageBackup targetdrive:\ /h
it should look something like this
**c:*xcopy S:*WindowsImageBackup T:\ /h
These switches have the following effects:
/E - Copies folders and subfolders, including empty ones.
/H - Copies hidden and system files also.<=================== use this one
/K - Copies attributes. Typically, Xcopy resets read-only attributes.
/O - Copies file ownership and ACL information.
/X - Copies file audit settings (implies /O).
Once copied go back to the Main Recovery Menu and select System Image Recovery..
it should then detect the image and complete the operation..
Any confusion reply back let me know.. otherwise I take no responsibility.. ha ha ha its late...