usb flash drive not a valid backup location for system image

Anonymous
2013-08-14T13:07:06+00:00

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.

0 comments No comments

105 answers

Sort by: Most helpful
  1. Anonymous
    2016-04-06T15:12:15+00:00

    Hello XMT2RCV:

    I don't doubt that your workaround will be successful. However for a less experienced user, the process is complex and somewhat cumbersome. A lot of people are not familiar with the command line either.

    I was referring more specifically to a suggestion to simply use the suggested "share" technique and believe that it will restore properly (without your work around). That is a problem.

    Maybe Microsoft will get an update into the upcoming  Redstone 1 (Anniversary) update of Windows 10...

    dr bug

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. 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 

    "

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. 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...

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  4. Anonymous
    2016-02-09T21:53:01+00:00

    My college-age kid has the same problem. I'm getting him to try ubuntu. How to overcome resistance to change? 

     “It is not the strongest of the species that survive, nor the most intelligent,but the one most responsive to change.” -Anonymous

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  5. Anonymous
    2016-02-03T15:39:59+00:00

    Hello mmwilli4:

    We're not trying to create a RECOVERY DRIVE. We're trying to create an IMAGE.

    I have created a Recovery Drive on flash media, but when it comes to creating a 75 GB system image on a 128GB drive formatted in NTSF, the Windows 7 utility says that the 128GB drive is not a valid drive. This is the root of the problem as expressed in this thread. Unless 128GB is still just too small for this utility?

    I've been looking at third party solutions such as Macrium Reflect and Acronis True Image, but in checking on the first, I've been unable to determine if it supports flash media (not SSD). The Acronis web site does not seem to address the issue either although there is a reference to using an external hard drive or NAS.

    It seems that we will have to continue using USB HDD, SDD or Optical media for now.

    dr bug

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments