Windows 7 Forums


Reply
Thread Tools

Free Drive Imaging Program for Win 7?

 
 
Justin
Guest
Posts: n/a
Thanked:
 
      04-27-2011
Howdy.
Right now I either boot to a Linux LiveCD and run the dd command to an
external drive. For example
dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
to make an iso file on an external drive.
Or I'll do something similar on my Mac by pulling the drive.

Is there an easier way? I checked out CloneZilla and it doesn't seem to
support external USB drives. When I use the linux method the external
drive is formatted to ext3, and when I use the Mac method it's formatted
either to HFS+ or exFAT, or I just keep the image on the local drive in
my home dir.
 
Reply With Quote
 
 
 
 
wilby
Guest
Posts: n/a
Thanked:
 
      04-27-2011
On 4/26/2011 7:12 PM, Justin wrote:
> Howdy.
> Right now I either boot to a Linux LiveCD and run the dd command to an
> external drive. For example
> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
> to make an iso file on an external drive.
> Or I'll do something similar on my Mac by pulling the drive.
>
> Is there an easier way? I checked out CloneZilla and it doesn't seem to
> support external USB drives. When I use the linux method the external
> drive is formatted to ext3, and when I use the Mac method it's formatted
> either to HFS+ or exFAT, or I just keep the image on the local drive in
> my home dir.


The best free drive/partition imaging software (for Windows 7) is
Macrium Reflect free version.

I've used it several times and the image has always been able to create
a new hard drive that boots perfectly.

If your W-7 drive has the very small partition (reserved), be sure to
image it and when restoring, make it the active partition.

Wilby

 
Reply With Quote
 
Justin
Guest
Posts: n/a
Thanked:
 
      04-27-2011
On 4/26/2011 10:39 PM, wilby wrote:
> On 4/26/2011 7:12 PM, Justin wrote:
>> Howdy.
>> Right now I either boot to a Linux LiveCD and run the dd command to an
>> external drive. For example
>> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
>> to make an iso file on an external drive.
>> Or I'll do something similar on my Mac by pulling the drive.
>>
>> Is there an easier way? I checked out CloneZilla and it doesn't seem to
>> support external USB drives. When I use the linux method the external
>> drive is formatted to ext3, and when I use the Mac method it's formatted
>> either to HFS+ or exFAT, or I just keep the image on the local drive in
>> my home dir.

>
> The best free drive/partition imaging software (for Windows 7) is
> Macrium Reflect free version.
>
> I've used it several times and the image has always been able to create
> a new hard drive that boots perfectly.
>
> If your W-7 drive has the very small partition (reserved), be sure to
> image it and when restoring, make it the active partition.
>
> Wilby
>


That's one thing I like about using dd on Linux. All I have to do is
specify the device - it copies everything including partition
information into the ISO file. The problem is, it does the entire
drive. So an 80GB drive produces an 80GB file.
I'll definitely try Macrium Free.
 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      04-27-2011
Justin wrote:
> On 4/26/2011 10:39 PM, wilby wrote:
>> On 4/26/2011 7:12 PM, Justin wrote:
>>> Howdy.
>>> Right now I either boot to a Linux LiveCD and run the dd command to an
>>> external drive. For example
>>> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
>>> to make an iso file on an external drive.
>>> Or I'll do something similar on my Mac by pulling the drive.
>>>
>>> Is there an easier way? I checked out CloneZilla and it doesn't seem to
>>> support external USB drives. When I use the linux method the external
>>> drive is formatted to ext3, and when I use the Mac method it's formatted
>>> either to HFS+ or exFAT, or I just keep the image on the local drive in
>>> my home dir.

>>
>> The best free drive/partition imaging software (for Windows 7) is
>> Macrium Reflect free version.
>>
>> I've used it several times and the image has always been able to create
>> a new hard drive that boots perfectly.
>>
>> If your W-7 drive has the very small partition (reserved), be sure to
>> image it and when restoring, make it the active partition.
>>
>> Wilby
>>

>
> That's one thing I like about using dd on Linux. All I have to do is
> specify the device - it copies everything including partition
> information into the ISO file. The problem is, it does the entire
> drive. So an 80GB drive produces an 80GB file.
> I'll definitely try Macrium Free.


With "dd" you can copy just one partition. It doesn't have to be the
whole disk. For example, if I need to do an experiment with my C:
drive, and I want to be absolutely sure there are no side effects,
I just back up one partition.

This backs up the whole disk. (250GB on my current disk)

dd if=/dev/sda of=mybackupfile.dd

This backs up the third partition. (70GB on my current disk)

dd if=/dev/sda3 if=mybackupfile.dd

This backs up the MBR (first sector of disk, primary partition table).
The resulting file size is 512 bytes.

dd if=/dev/sda of=mbr.dd bs=512 count=1

And Windows does have a port of "dd", but you need two Windows OSes,
so you can make one C: partition "not busy" so you can use it. I
have WinXP and Win2K on my current computer for that purpose. I boot
Win2K when I want to "dd" the WinXP C: partition.

http://www.chrysocome.net/dd

One thing to note about that "dd" port. First, you list the partitions,
with "dd --list". If details are missing for a partition, it generally
means you don't have the necessary permissions to back it up. So while
that port has been very useful to me, it does have caveats. If I boot
Linux, then I'm generally guaranteed of being able to do anything
I might want. The Windows version is a bit more arbitrary, and
so your first step, of using "dd --list", tells you whether there
is any point in continuing or not.

Paul
 
Reply With Quote
 
Asger-P
Guest
Posts: n/a
Thanked:
 
      04-27-2011

Hi Justin

On the: 27. of april-2011 At: 03:12 Justin wrote:

> Howdy.
> Right now I either boot to a Linux LiveCD and run the dd command to an
> external drive. For example
> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
> to make an iso file on an external drive.
> Or I'll do something similar on my Mac by pulling the drive.


I think Win7 comes with its own ImageTool if You look at:

Control Panel -> System and Security ->
Backup or restore your files -> Create system image


the above is a translation from Danish so I'm not sure it is
correct, but should be close.;-)

I haven't tried it yet so I cant say how it works.


Best regards
Asger-P
 
Reply With Quote
 
Jeff Layman
Guest
Posts: n/a
Thanked:
 
      04-27-2011
On 27/04/2011 02:12, Justin wrote:
> Howdy.
> Right now I either boot to a Linux LiveCD and run the dd command to an
> external drive. For example
> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
> to make an iso file on an external drive.
> Or I'll do something similar on my Mac by pulling the drive.
>
> Is there an easier way? I checked out CloneZilla and it doesn't seem to
> support external USB drives. When I use the linux method the external
> drive is formatted to ext3, and when I use the Mac method it's formatted
> either to HFS+ or exFAT, or I just keep the image on the local drive in
> my home dir.


http://www.todo-backup.com/products/...p-software.htm

--

Jeff
 
Reply With Quote
 
wilby
Guest
Posts: n/a
Thanked:
 
      04-27-2011
On 4/27/2011 9:06 AM, Jeff Layman wrote:
> On 27/04/2011 02:12, Justin wrote:
>> Howdy.
>> Right now I either boot to a Linux LiveCD and run the dd command to an
>> external drive. For example
>> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
>> to make an iso file on an external drive.
>> Or I'll do something similar on my Mac by pulling the drive.
>>
>> Is there an easier way? I checked out CloneZilla and it doesn't seem to
>> support external USB drives. When I use the linux method the external
>> drive is formatted to ext3, and when I use the Mac method it's formatted
>> either to HFS+ or exFAT, or I just keep the image on the local drive in
>> my home dir.

>
> http://www.todo-backup.com/products/...p-software.htm
>


Hi Jeff:

I did use TODO with Windows XP and it worked great however I was never
able to get TODO to successfully image, and also successfully restore,
to my Windows 7-64 computer. They may have a newer version available now.


Also, a comment about Macrium Reflect. It can image an entire drive or
only selected partition(s).


Another comment, Windows 7 does have a built-in imaging system however I
found it to be rather painful to use. I probably didn't work with it
long enough to fully understand it.

I also have a paid for version of Acronis True Image that also works
well. It is a bit more complicated to use and not all of my restores
worked the first time.

I guess the bottom line is to use the program that works for you, every
time.

Wilby

 
Reply With Quote
 
Dave-UK
Guest
Posts: n/a
Thanked:
 
      04-27-2011

"wilby" <> wrote in message news:ip9l5u$g2a$...
>>

>
> Another comment, Windows 7 does have a built-in imaging system however I
> found it to be rather painful to use. I probably didn't work with it
> long enough to fully understand it.
>
>
> Wilby
>


It's best used with a second hard disk.
Here's how it works for me:
http://www.admin1.myzen.co.uk/Win7Backup.html


 
Reply With Quote
 
Thip
Guest
Posts: n/a
Thanked:
 
      04-28-2011
"wilby" <> wrote in message
news:ip7vlv$mr3$...
> On 4/26/2011 7:12 PM, Justin wrote:
>> Howdy.
>> Right now I either boot to a Linux LiveCD and run the dd command to an
>> external drive. For example
>> dd if=/dev/sd1/ of=/media/Iomega_320GB/D531Win7U64.iso
>> to make an iso file on an external drive.
>> Or I'll do something similar on my Mac by pulling the drive.
>>
>> Is there an easier way? I checked out CloneZilla and it doesn't seem to
>> support external USB drives. When I use the linux method the external
>> drive is formatted to ext3, and when I use the Mac method it's formatted
>> either to HFS+ or exFAT, or I just keep the image on the local drive in
>> my home dir.

>
> The best free drive/partition imaging software (for Windows 7) is Macrium
> Reflect free version.
>
> I've used it several times and the image has always been able to create a
> new hard drive that boots perfectly.
>
> If your W-7 drive has the very small partition (reserved), be sure to
> image it and when restoring, make it the active partition.
>
> Wilby
>


+1 on that. It's been simple and easy-breezy.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Security Freeware Software! BladeRunner Security 14 04-04-2012 11:16 AM
Acronis True Image WD Edition clifford_cooley Free Software Database 0 08-11-2010 07:39 AM
can a pocket drive run an OS? catilley1092 Hardware 6 05-24-2010 07:23 AM
How to Install Windows 7 from a USB Thumb Drive Nibiru2012 Installation, Setup and Updates 1 05-07-2010 03:18 AM
Macrium Reflect: The fastest disk imaging software is now available as a free edition Nibiru2012 Software 4 03-13-2010 10:50 PM


All times are GMT +1. The time now is 10:21 PM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33