Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
titleIntroduction
This tutorial shows you the options available in Macrium Reflect to browse your images and file and folder backups in Windows Explorer.

You can Browse or Explore   an image by mounting the image file in Windows Explorer.  This makes the backed up data appear By mounting image files in Windows Explorer you can browse or explore an image. The backed up data appears as a drive in Windows Explorer that you can access, just like any other drive, it is mounted in its own drive letter.  This  The drive letter allocated is temporary . and the sections on 'Detach Image' show how to remove it.  The instructions in this tutorial also apply to a file/folder backup.
and can be removed, it is not visible if Windows is restarted. 

Image Added

It is also possible to mount an image from with in Reflect. The outcome is exactly the same as doing so within Macrium Reflect with the same outcome as from Windows Explorer. If you have a file/folder backup (not image backup) Macrium Reflect has a wizard to restore selected files and/or folders to a place of your choosing.

By mounting and browsing images you gain access to images that are created on other PCs and if, when mounting an image, you chose the option Make writeable you are able to recover some images without first recovering their files, saving time

Note: The image is mounted as read only, unless you select to make it writeable. This means that you cannot change the contents of the mounted drive but you can copy files from the mounted Image image or file/folder backup in Windows Explorer to your PC using Copy/Paste (or Drag and Dropby dragging).   You can also open files (such as WORD MS Word documents) by double clicking. (

Before you begin: If you have a file/folder backup (not Image backup) there is also a wizard in Macrium Reflect to restore selected files and/or folders to a place of your choosing).

...

an incremental or differential backup set, the chosen folder must contain all the files required to load an image.

...

 Meaning an incremental backup requires the full backup set to be present, and a differential backup

...

requires the most recent differential and the first full backup to be present. For example, If your image is split across multiple DVD's then it isn't possible to mount the image.

Note
If you restart Windows, all temporary mounted Images are also detached.

Using Windows Explorer

1.  There are several ways to mount / unmount an image:

Table of Contents
maxLevel2
 

Note: If you have a problem mounting your images, it is possible that the psmounter has failed. To resolve this issue it is recommended you reinstall Macrium Reflect. This problem can be caused by anti-virus software disabling features as a security precaution.

Mounting an image in Windows Explorer

  1. Navigate to the location of the image you wish to mount.

  2. Right click the image file and select Explore image.  

...

  1. Image Added

  2. Select the partition you wish to mount and Click OK.

    In this

...

  1. example, the image only contains one partition. 

    You can also select which

...

  1. Drive Letter you would like to be assigned.

...

  1.   

...

  1. Image Added 

    The option

...

  1. Enable access to restricted

...

  1. folders mounts the image with full New Technology File System  (NTFS) access rights to all folders in the image. This

...

  1. means you

...

  1. can browse images

...

  1. created on another PC

...

  1. , some folders

...

  1. however, may be inaccessible due to NTFS security restrictions. 

    The option

...

  1. Make writable

...

  1. makes the mounted file system temporarily writable. This is useful

...

  1. when accessing files in the image where the opening application is required to write to the file.  For example, Microsoft Virtual Hard Disk (.vhdx) files can be mounted and files in the mounted backup can be recovered without having to restore the .vhdx file first. 

...

  1. Note: Changes made to the mounted file system are temporary and

...

  1. are discarded when the image is unmounted.

...

  1.  
  2. You can now navigate through the image in

...

  1. Windows Explorer. 

...

  1. Image Added

Using Macrium

...

to mount an image

  1. In the main window of Macrium Reflect, select

...

  1. Restore

...

  1. . 

...

  1. Image Added  

...

  1. Select the image you wish to mount

...

  1. then click the

...

  1. Browse Image

...

  1. link

...

  1. Follow the instructions from step 2 above.

To Detach a temporary mounted drive using Windows Explorer

...

To Detach a temporary mounted drive using Macrium Reflect

...

Using Macrium Reflect Command Line Interface (CLI)

...

to mount an

...

image

  1. Open a command prompt and change the directories as necessary so the path to reflect.exe is shown.

...

  1.  
    See Running an elevated command prompt.
  2. Complete the command line as follows:

...

  1. reflect.exe ["Path to Image file"] [Add one or more

...

  1. switches 

...

  1. Press Enter

...

  1. . 
    Note: Instead of inserting

...

  1. Path to Image file

...

  1. you can also replace it with

...

  1. LAST_FILE_CREATED

...

  1. if you want the last Image created in the current Windows session to be mounted.

    Available CLI switches:   

     -bBrowse Image, always needed to mount Image.
     -autoDo not show the

...

  1. Backup Selection

...

  1. dialog and automatically mount all partitions in the image file.
     -drivesA comma separated list of drive letters to use for the mounted image eg; -drives m,

...

  1. If no drive letters are specified then the next available letters are used.
     -passUse for password protected Image files, add password in inverted commas. e.g. -pass "password"

...

  1.  Note: If you do not use -auto you will be prompted with the

...

  1. Backup Selection

...

  1. dialog to assign the drive letters. 

Some examples of using the CLI to mount images: 

To mount an Image image and prompt for a drive letter:
C:\Program Files\Macrium\Reflect>reflect.exe "J:\76FF71EBBB032A35-00-00.mrimg" -b 

To mount all partitions of an Image image using the next available drive letter(s):
C:\Program Files\Macrium\Reflect>reflect.exe "J:\76FF71EBBB032A35-00-00.mrimg" -b -auto  

To mount all partitions for the last Image image created in the current Windows session:
C:\Program Files\Macrium\Reflect>reflect.exe "LAST_FILE_CREATED" -b -auto auto 

To mount all partitions in an Image image using drive letters p,q,r
C:\Program Files\Macrium\Reflect>reflect.exe "J:\76FF71EBBB032A35-00-00.mrimg" -b -auto -drives p,q,r  

To mount all partitions in a password protected Image image using drive letters p,q,r where 'pwd' is the password,(the password is case sensitive):
C:\Program Files\Macrium\Reflect>reflect.exe "J:\76FF71EBBB032A35-00-00.mrimg" -b -auto -drives p,q,r -pass "pwd" 
 
 
 
                  To Detach

Unmounting a temporary mounted drive 

Using Windows Explorer:

  1. To detach a temporary mounted drive using Windows Explorer, right click the drive you wish to unmount.
  2. Scroll to Macrium Reflect, click Unmount Macrium Image.  

    Image Added 

    The image will be removed.

Using Macrium Reflect:

  1. In the Macrium Reflect application, select Restore in the top menu.
  2. Select Detatch Image.  

    Image Added

  3.  Select the drive letter you wish to unmount.

Using the CLI: (i) Open Command Prompt

...

  1. Open a command prompt and change the directories as necessary so the path to reflect.exe is shown.

...

  1.  
    See  Running an elevated command prompt .
      
     
     
     
     
     
     
     

  2. Complete the command line as follows: 

...

  1. reflect.exe[drive letter to detach] [-u]

...

  1. (if no drive letter is included the switch

...

  1. -u

...

  1. will detach all temporary mounted drives).

...

  1.           

  2. Press Enter

...

  1. . 

Examples of using CLI to unmount an image:

To Detach all temporary drives:
  C:\Program Files\Macrium\Reflect>reflect.exe -u  
 
 
 

To Detach Drive J only:
C:\Program Files\Macrium\Reflect>reflect.exe J -u 
Problems mounting images
If you have a problem mounting your images, it is possible that the psmounter has failed. To resolve this issue it is recommended to reinstall Macrium Reflect. This problem can be caused by anti-virus software disabling such features as a security precaution.
 
 
 
 
 
 
 
 
 
 

Conditional Content
Documentation: (knowlegdebase only)
Documentation: (knowlegdebase only)
sv-attr:0A0F000C014A15C513E2EDCD2A9F897A0A0F000C014A2E179DA75ECB620AD537

Content by Label
showLabelsfalse
max5
spaces@self
sortmodified
showSpacefalse
reversetrue
typepage
labelsbrowse-image browse restore

Page properties
hiddentrue
Related issues