Windows 10: Imaging a Linux (or Windows) Disk without Macrium -- Not cloning

Discus and support Imaging a Linux (or Windows) Disk without Macrium -- Not cloning in Windows 10 Virtualization to solve the problem; Hi folks Again the wonders of DD -- if you need to image (not clone as that's simple enough) a disk for use as a backup and you don't have an... Discussion in 'Windows 10 Virtualization' started by jimbo45, Feb 23, 2021.

  1. jimbo45 Win User

    Imaging a Linux (or Windows) Disk without Macrium -- Not cloning


    Hi folks

    Again the wonders of DD -- if you need to image (not clone as that's simple enough) a disk for use as a backup and you don't have an available copy of Macrium to hand it's very easy to use DD to image a disk to a file and restore it. Works on any type of disk.

    Preferably from say a VM boot a live distro -- fedora is an easy "Windows like" system or use the WSL in Windows

    I prefer storing these images on another external drive but it can be done on local HDD if enough space - but if doing this inside a VM it's better to use an external device for obvious reasons !!

    so mount the external drive -- mount /dev<device> -t auto -o rw /mnt (/mnt will exist on your live distro)

    and simply do the following dd if=/dev/sda conv=sync,noerror bs=128K | gzip -c > /mnt/image.gz


    Imaging a Linux (or Windows) Disk without Macrium -- Not cloning [​IMG]


    This might take a little while to run depending on size of HDD being imaged so go for a beer or whatever.
    To restore -- again boot live distro and as root :

    gunzip -c <your image file.gz> | dd of=<target disk>

    You can also do this in the WSL on Windows (both backup and restore)

    Don't be afraid whether using Windows or any other OS to use the command line !!

    Cheers
    jimbo

    :)
     
    jimbo45, Feb 23, 2021
    #1
  2. jimbo45 Win User

    Macrium and Linux Disks cloning

    Hi folks
    just in case some people don't realize it but it's 100% possible to clone Linux formatted HDD's / SSD's with Macrium (from within Windows too --you don't need to use the stand alone program).

    Ensure though when you attach the Linux drives / SSD's you ignore Windows request to format them or any messages about "incompatible file systems"

    Simply select clone disks and carry on. The target SSD / HDD can be smaller than the source provided that the /home and / partitions (on Linux) are large enough on the destination drive.

    If you know this already - then OK but I know some people on these Forums use Linux for playing with etc and might not know about easy ways of backing up Linux systems (VM's are easy - this is for physical HDD's/ SSD's)


    Imaging a Linux (or Windows) Disk without Macrium -- Not cloning [​IMG]



    The target disk should be bootable in nearly every case -- it'a always worked for me --just remember NOT to format the disks at windows prompt and ignore incompatible file system messages from Windows.

    cheers
    jimbo
     
    jimbo45, Feb 23, 2021
    #2
  3. topgundcp Win User
    Restoring Windows 10 Image using Macrium Reflect


    In addition to the above. Here's my suggestion in step by step.
    I assume you have Macrium Installed in your current HD and already made a backup copy.
    1. Connect your new HD via USB port and boot up.
    2. Run Macrium, click on Restore tab then select the Backup Image that you made to restore
    3. click on "select a different target disk" then select your new HD as destination

      Imaging a Linux (or Windows) Disk without Macrium -- Not cloning [​IMG]
    4. Proceed to restore then Shutdown and disconnect the old HD and replace with the new HD
    5. Boot up with your new HD.
     
    topgundcp, Feb 23, 2021
    #3
  4. jimbo45 Win User

    Imaging a Linux (or Windows) Disk without Macrium -- Not cloning

    Macrium and Linux Disks cloning

    Hi folks

    @CountMike

    if you guys are messing around with Linux and want to clone things like USB sticks / micro sd cards

    why not use the simple linux dd command -- you can output to a file as well if you want. your micro sd device might be shown as /dev/mmxxxxxx or just a bog standard /dev/sdx device. Use lsblk to list block devices on your system.

    From within Windows if you use the WSL and the WSL can see the devices then use the dd command as well.

    Macrium usually works for cloning an entire HDD but if you are trying to "Stretch" its capabilities you shouldn't expect it to work 100% -- nice when it does but that's not what it was designed for. !!!

    (as su / sudo : dd if=<input file / device / partition> of=<output file / device /partition> bs=64M status=progress) .

    Cheers
    jimbo
     
    jimbo45, Feb 23, 2021
    #4
Thema:

Imaging a Linux (or Windows) Disk without Macrium -- Not cloning

Loading...
  1. Imaging a Linux (or Windows) Disk without Macrium -- Not cloning - Similar Threads - Imaging Linux Disk

  2. Macrium V7 unable to clone / image Disk with xfs (Linux) partitions

    in Windows 10 Backup and Restore
    Macrium V7 unable to clone / image Disk with xfs (Linux) partitions: Hi folks seems latest version of Macrium free V7 won't clone or image physical (i.e not VM) Linux disks / partitions containing xfs formatted partitions. No probs with ext2/3/4 though. Not sure if this has always been the case because I used to use ext4 file systems on...
  3. Macrium Reflect clone Basic Disk to Dynamic Disk

    in Windows 10 Backup and Restore
    Macrium Reflect clone Basic Disk to Dynamic Disk: Hi, I would like to know how do I clone a hd with basic partition to a hd with dynamic partition? My Macrium Reflect is 7.2 version. Thank's 167387
  4. cloning with Macrium

    in Windows 10 Software and Apps
    cloning with Macrium: I am trying to clone a small drive in an old laptop to a larger drive for the extra storage I have used just a straight clone onto an unallocated disk , formatting the disk with exfat deleting the volumes so that the disk becomes empty and even tried it with the disk marked...
  5. Disk Image/Clone

    in Windows 10 Installation and Upgrade
    Disk Image/Clone: Hello, I am looking for an easy to use disk image / Clone software. I deploy about 2-3 systems per week, all which have the same configuration. FileMaker, HyperTerminal, MS Office, printer drivers and a few other apps. Does anyone have any recommendations for a software...
  6. Free Macrium for Linux Imaging and restoring (Not cloning but imaging)

    in Windows 10 Backup and Restore
    Free Macrium for Linux Imaging and restoring (Not cloning but imaging): Hi folks The standalone version of Free Macrium will backup and restore Linux systems -- but with a slight proviso you will probably have to re-generate the bootloader / grub on the first boot of the restored system. I'm specifying IMAGING the systems and not cloning them as...
  7. Macrium Free disk imaging

    in Windows 10 Backup and Restore
    Macrium Free disk imaging: Ok, using a Macrium made boot USB I can create an image of my boot SSD (all partitions needed to boot Windows), to any other attached disk, this works perfectly. My question is about using Macrium while in Windows, is the disk image made this way identical to the image made...
  8. cloning (not imaging) speed -- Macrium vs DD

    in Windows 10 Backup and Restore
    cloning (not imaging) speed -- Macrium vs DD: Hi folks I'm talking about Cloning here not imaging which is a separate methodology and Macrium does perfectly with it (both performance and reliability wise). However on Cloning Macrium performs rather worse on Windows than using DD on most Linux systems fairly...
  9. Macrium and Linux Disks cloning

    in Windows 10 Backup and Restore
    Macrium and Linux Disks cloning: Hi folks just in case some people don't realize it but it's 100% possible to clone Linux formatted HDD's / SSD'swith Macrium (from within Windows too --you don't need o use rthe stand alone program). Ensure though when you attach the Linux drives / SSD's you ignore Windows...
  10. Imaging a disk with macrium

    in Windows 10 Backup and Restore
    Imaging a disk with macrium: I have tried several times to make an image of a windows 7 disk.. Using macrium reflect and it just won't do it. It says can't make an image of this disk.. no reason given. On the same computer with another disk that has windows 10, it works just fine, i can image it ok....