Re:Cloning/Backing up a harddisk containing Linux via a Win7 pc

bethy1234

New member
Member
Local time
3:16 PM
Messages
74
Re:Cloning/Backing up a harddisk containing Linux via a Win7 pc

Hi Team,

I need your recommendations for software to make copy of a sata hard drive via inserting it into an external sata dock and hooking it up to a win7 pc. The sata disk will actually contain the Linux Fedora server operating system plus an accounts system. A long story short - i will take the disk out of the original x86 box and require a successful method for an exact clone/back up of the Linux disk.


Have any of you experience in successfully achieving this?


Thank you for looking.

All the best.

Andy
 

My Computer My Computer

At a glance

windows 7
OS
windows 7
dd if=/dev/sda of=/dev/sdb


Where,

  • if=/dev/sda : Input disk (source)
  • of=/dev/sdb : Output disk (destination)
Is what i use and recommend, if the target disk is larger, clone as is, then expand partition on windows via disk management.
 

My Computer My Computer

At a glance

Microsoft Windows 10 Professional / Windows 7...Intel i5-357016GB DDR3AMD Radeon HD 7850 2GB
Computer type
PC/Desktop
OS
Microsoft Windows 10 Professional / Windows 7 Professional
CPU
Intel i5-3570
Motherboard
Lenovo Mahobay
Memory
16GB DDR3
Graphics Card(s)
AMD Radeon HD 7850 2GB
Sound Card
(1) Realtek HD Audio (2) AMD HD Audio
Monitor(s) Displays
LG LS192WS
Screen Resolution
1440 x 900 @ 32bit color
Hard Drives
(1) SUV300S37A/120G (2) ST3500413AS SATA Disk Device AHCI mode enabled.
PSU
Corsair HX620
Case
Thermaltake V4 Black Edition
Cooling
Cooler Master Hyper 212 + Artic Silver 5 on CPU/GPU
Keyboard
Dell SK-8115
Mouse
Razer Copperhead with MAPED mat (awesome!)
Internet Speed
100 Mbps up/down
Browser
Chrome
HI oldMX thanks for getting back so promptly.

I will be performing the cloning/backup entirely from within the win7 pc. Could you please how i can implement this command "dd if=/dev/sda of=/dev/sdb" specifically from within windows 7? It looks like a unix command statement (after a quick google search)and i don't think i can issue this command from the windows command prompt.

The sole purpose of my objective is to insert the new cloned disk(which will be of the same size) into the original machine in case it crashes.


Thanks once again
 

My Computer My Computer

At a glance

windows 7
OS
windows 7
Although it doesn't operate under Windows, you could burn Clonezilla (which will use dd if necessary) to a bootable CD. It'll clone or image most of the well used file systems:

Clonezilla - About

Clonezilla - Downloads
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64
OS
Windows 7 Ultimate x64
HI oldMX thanks for getting back so promptly.

I will be performing the cloning/backup entirely from within the win7 pc. Could you please how i can implement this command "dd if=/dev/sda of=/dev/sdb" specifically from within windows 7? It looks like a unix command statement (after a quick google search)and i don't think i can issue this command from the windows command prompt.

The sole purpose of my objective is to insert the new cloned disk(which will be of the same size) into the original machine in case it crashes.


Thanks once again

Sorry bethy1234, i forgot to specify that command needs to be performed under any live unix variant, like ubuntu, mint, etc, but it works flawless all the time if you follow that route :D
 

My Computer My Computer

At a glance

Microsoft Windows 10 Professional / Windows 7...Intel i5-357016GB DDR3AMD Radeon HD 7850 2GB
Computer type
PC/Desktop
OS
Microsoft Windows 10 Professional / Windows 7 Professional
CPU
Intel i5-3570
Motherboard
Lenovo Mahobay
Memory
16GB DDR3
Graphics Card(s)
AMD Radeon HD 7850 2GB
Sound Card
(1) Realtek HD Audio (2) AMD HD Audio
Monitor(s) Displays
LG LS192WS
Screen Resolution
1440 x 900 @ 32bit color
Hard Drives
(1) SUV300S37A/120G (2) ST3500413AS SATA Disk Device AHCI mode enabled.
PSU
Corsair HX620
Case
Thermaltake V4 Black Edition
Cooling
Cooler Master Hyper 212 + Artic Silver 5 on CPU/GPU
Keyboard
Dell SK-8115
Mouse
Razer Copperhead with MAPED mat (awesome!)
Internet Speed
100 Mbps up/down
Browser
Chrome
Back
Top