Results 1 to 3 of 3

Thread: Creating image of multi-partition hard drive

  1. #1
    Join Date
    Dec 2013
    Beans
    1

    Question Creating image of multi-partition hard drive

    Hi

    I'm not sure which category to post this under but figured "installation & upgrades" would be most relevant.

    I recently bought a new Lenovo Thinkcentre desktop with Windows 7 pre-installed. The hard drive on the desktop has three partitions: 1-SYSTEM_DRV (is hidden -no drive letter), 2-Windows7_OS (C drive) and 3-Lenovo_Recovery (Q drive). My goal is to create an image of 1 and 2 so that if the hard drive ever becomes corrupted, I can simply re-image the hard drive.

    In order to avoid having to download additional software or add complexity, I was planning on just using a Ubuntu 12.04 live cd and the dd command to create the image and use the dd command again in the future to re-image the hard drive if needed.

    Can someone help me in creating this image of the two partitions?

  2. #2
    Join Date
    Nov 2011
    Location
    /dev/root
    Beans
    Hidden!

    Re: Need help creating image of multi-partition hard drive

    Welcome to the Ubuntu Forums

    I can help you to use dd. But it is nick-named 'disk destroyer' because

    1. It is very powerful
    2. It does what you tell it to do
    3. It does not ask any questions

    So if you tell it to do something that you really don't want to do (for example by a small typing error), you can destroy the content of the drive instead of backing it up.

    Instead I suggest that you download Clonezilla and make a live CD/DVD/USB drive and use it to make a clone (exact copy) or a compressed image of the whole drive or selected partitions. An extra bonus is that Clonezilla copies only the blocks containing data and skips the unused (empty) blocks, so it is much faster than using dd.
    Last edited by sudodus; December 29th, 2013 at 08:35 PM. Reason: typing error

  3. #3
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Creating image of multi-partition hard drive

    Last edited by sudodus; 7 Minutes Ago at 01:35 PM. Reason: typing error
    Good thing sudodus was not using dd to make his post.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •