Tagged Questions
0
votes
0answers
18 views
Fedora restored from cloned image has broken image
Ive had the following issue. Yesterday Ive dd-ed a HDD with fedora 18 which was split in 3 parts: fedoras sda1 which was ext4, sda2 which was the LVM and sda3 which was ntfs storage partition. Ive ...
0
votes
1answer
62 views
dd cloned drive not recognised by Windows
I have a Lenovo Windows 7 laptop with an MBR hard drive I want to clone. I used a Linux (Kali, FYI) live USB stick, booted on the PC and used dd if=/dev/sda of=/dev/sdc bs=100M conv=notrunc to clone ...
2
votes
2answers
94 views
Can I clone a large hard drive (with little data on it) to a smaller hard drive (with no data on it) with “dd”? Is there a better way?
I recently got a new desktop, and two hard drives to go with it: a 128GB solid state drive, and a 750GB hybrid drive.
I installed Windows to the hybrid drive, but have come to realize that it would ...
1
vote
1answer
254 views
Cloning harddrive I/O errors after about 30 seconds
I am trying to clone a harddrive with important data to another harddrive to make sure we can keep those files safe.
Now my old HD is a 500GB 3.5" and the new one is 1TB 3.5". My old HD is plugged ...
0
votes
0answers
148 views
Clone Image Without Empty Blocks
I've been using dd if/mnt/sda1/images/$1 of=/dev/$2 to clone some embedded images for compact flashes. I used to only be using one brand of CFs, but, now I have two of them (both 2g, but obviously ...
1
vote
1answer
261 views
Copy existing Ubuntu drive to partition on new hard drive
I have a new laptop with two partitions, one is currently loaded with Windows 7, the other is blank.
I'm pretty familiar with using dd to backup/copy drives, but I'm wondering how I will deal with ...
1
vote
1answer
249 views
Do Linux swap partitions need to be cloned?
I'm in the process of cloning my hard disk in order to test some unstable software.
One of the partitions is Linux-swap. From my understanding, it can be used by the os as additional ram. So this ...
3
votes
1answer
451 views
Can you successfully clone a Mac OS X boot volume directly to another larger volume with ddrescue?
Can you clone a Mac OS X boot volume (specifically a "Mac OS Extended, Journaled" a.k.a. JHFS+ volume) directly to another, larger volume using ddrescue or even dd, and have the target volume end up ...
1
vote
1answer
150 views
Can I use dd to clone two drives from two machines simultaneously?
To clarify, I have two machines: Machine1 and Machine2. Each machine has 2 disks (Machine1 has Disk1-1 and Disk1-2; simiarly, Machine2 has Disk2-1 and Disk2-2). Can I use 'dd' to clone Disk1-1 to ...
3
votes
1answer
1k views
Can I resume an interrupted disk image done with dd?
I am going to reinstall my system and I want to backup it first.
There is an 80 GB HDD with Ubuntu and 750 GB HDD on which I want to put image. So, I run a live CD and use dd to transfer my sda to ...
2
votes
3answers
400 views
Advice on cloning disk
I'm going to buy a second disk for backup, the same size as my laptops. I want to mount it in a casing via usb and backup an entire hdd every soemtime. That's because I want the posibility to just ...
3
votes
3answers
258 views
Backing up to smaller drive
In a few hours I'll have a new 500GB Sony laptop, filled with the usual Sony rubbish which I'll promptly be replacing with Ubuntu or Crunchbang or something. However, first I want to make a full clone ...
2
votes
3answers
7k views
dd clone hard drive: Input/Output Error though “chkdsk” says OK
I've used dd to clone hard drives before using 'dd' and a live cd, but have run into a problem.
The issue:
dd fails with an "Input/Output Error" on /dev/sda3 , even though windows "check disk" ...