Automated disk cloning


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Automated disk cloning
# 1  
Old 12-07-2009
Automated disk cloning

Hi,

I'm running Ubuntu on my laptop. To keep my data safe and easy disaster recovery as well I bought similar HDD to one installed in my laptop with higher capacity and using USB box I'm doing disk clone to it. So at any time I can replace disk and carry on with my work as before.

I'm trying to simplify this, automate it. My goal is:
1. plug external USB disk and boot from it
2. "one click" action to execute cloning, let it work.
3. when done, unplug disk and reboot as normal.

I don't want to look for live CDs or use USB key linux installations to do this job everytime, I just want something that will reside on the same external disk, will boot up and do its job.

I tried something like this on virtual machine:
disk A: 300 MB disk, one primary partition, linux installation (DSL) (grub)
disk B: 1GB, actuall back up disk (USB)

I have created primary partition 4 on disk B of size 300MB at the end of the drive. Installed GRML linux on it and Grub as a boot manager. This is suppose to be backu up performing OS.

I've created shell script which does this:
1. backup MBR of disk B
Code:
dd if=/dev/sdb of=bMBR bs=512 count=1

2. backup MBR of disk A
Code:
dd if=/dev/sda of=aMBR bs=512 count=1

3. clone disk A to disk B from possition 0
Code:
dd_rescue /dev/sda /dev/sdb

4. restore disk B MBR so it can be used to backup next time again
Code:
dd of=/dev/sdb if=bMBR bs=512 count=1

when I wanted to use disk B as regular disk I copied back MBR of disk A.
Code:
dd of=/dev/sdb if=aMBR bs=512 count=1

and it shoudl boot up from disk B as it would from disk A, disk B should be regular clone of disk A.

I didn't get expected results.
In first case when disk B should have its original MBR, after cloning it does hang at boot time with black screen and GRUB written on top.
If I copy MBR of disk A to disk B and try to boot from disk B, boot manager seem to be ok but I get kernel panic message from DSL linux with no more info.

I'm not an expert in this field I just wanted to confirm with more experienced users whether I'm just missing something or going completely wrong route. So I won't spend ages of trying to fix something that can't work this way.

Is there anyone who can direct me or give me some clues?

Thanks
# 2  
Old 12-07-2009
I am confused as to why you are copying and restoring MBRs. What are you trying to achieve doing this?

You state that you have a laptop and a similar external hard disk. Then you start talking about a virtual machine with a 300Mb disk and a 1GB disk. Which is it? Actual hardware or a virtual environment?
# 3  
Old 12-07-2009
Well I'm trying to prove the Idea first in virtual environment, I don't want to screw up actually backed up data on real external disk and also it would take 2 hours each try on real drives to copy 100GB.
So I installed 2 different small linux distributions on 2 virtual disks in virtual machine simulating the stuff with much less data, so I have a sandbox to play with.

I want the external disk to be bootable. So I can boot directly from it and it will handle copying data from live OS disk to external disk itself.
I prepared external disk with small partition in the end of disk and made disk bootable from it. Linux starts up and runs shell script with steps I described.
I'm copying the data from lsource disk to external disk from position 0 which overwrites MBR on external disk with MBR of source disk, so I back up MBR of external and then restore it.
I coudl possibly do copy of data from position 513 which possible is the same thing as backing up and restoring later isn't it?

I just want to copy data from source disk to external but keeping external in its actual state, bootable and booting from partition at the end of the disk.
What I assumed was that if I keep external disk MBR including partition table created for one partition at the end, it would not matter on other data copied to the disk after MBR and not touching partition at the end of the disk.
I'm I completely wrong here?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Disk cloning ?

Dear All I needed to clone my disk to another hard drive . I did it as the following : #dd if=/dev/sdb of=/dev/sdc But after a while, the procedure ended with the "writing to /dev/sdc input/output error" message. Can you please let me know how can I overcome this as the fdisk now returns as "... (1 Reply)
Discussion started by: hadimotamedi
1 Replies

2. Ubuntu

dd cloning of whole disk

I am using 'dd' to clone an entire hard drive which only has Ubuntu 11.10 and some data with no special options. The disks are both 1Tb, However, I did re-partition the target disk with gparted successfully. The new partions are not the same size as the source disk. When starting 'dd' no partitions... (24 Replies)
Discussion started by: Royalist
24 Replies

3. HP-UX

HP-UX server cloning

Hello Friends, Am in requirement to clone a Live HP-UX server here's details OS: HpUX B-11.11 with mirrored LVM disks . S/ws: Remedy, XML engine, Annoysystem, Oracle All Oracle, XMl and Remedy data is on SAM LUN which is used for clustering . My requirement to create a clone server and... (10 Replies)
Discussion started by: Shirishlnx
10 Replies

4. Shell Programming and Scripting

Cloning

Hi, Is there disadvantages if we do AIX Serevr cloning to the new AIX server. Thanks in advance (0 Replies)
Discussion started by: kmsekhar
0 Replies

5. AIX

Automated Disk space recovery script

Hi, I have to write a shell script for disk space recovery - We have been facing disk space shortage issues very often. d=`df -k |awk '{print $5}' | egrep "" | cut -c-2` if then echo "DISK SPACE STATUS :NOT OK" >> /backup/stats/healthcheck/SCP1_BLU_HCsummary_$dt.txt else echo "DISK... (3 Replies)
Discussion started by: vasukv
3 Replies

6. Solaris

Problem by cloning boot disk.

Hello guys! I use the Solaris 10 x86 machine. I need to clone the boot disk. Why, when I copy slice 1 - there is a following: # ufsdump 0f - /dev/rdsk/c0d0s1 | (cd /mnt && ufsrestore rf - ) DUMP: Warning - super-block on device `/dev/rdsk/c0d01` is corrupt - run fsck Dump: The Entire... (6 Replies)
Discussion started by: wolfgang
6 Replies

7. Solaris

Disk cloning using ufsrestore

I am using ufsdump and ufsrestore to clone the root disk on one of my servers. I would like to automate this as much as possible, but have run into a problem where it prompts for changing the owner/mode when it is complete. Any ideas for running this in the background and not being prompted? ... (4 Replies)
Discussion started by: patricko0317
4 Replies

8. HP-UX

Hpux Disk Cloning

hello, Anybody that has already running script or command that can disk clone the hpux machine thanks (2 Replies)
Discussion started by: eykyn17
2 Replies

9. UNIX for Dummies Questions & Answers

HP10.20 Cloning

Good day all. So, here's the situation. I have (7x) B180L VISUALIZE WORKSTATION's with Transtec 5100 RAID (RAID 5, 9.1 GB HDD's) towers running of UNIX HP10.20. It's time to replace the RAID's with new ones, them being Fibrenetix FX606 5 bay SATA RAID, 5 bay SATA-SCSI desktop RAID including 80Gb... (1 Reply)
Discussion started by: Tony_dw
1 Replies

10. SCO

Disk cloning

Hello everybody, :confused: I have to change the system disk on an old PC running SCO 5.0.5. The disk is up and running, this is a preventive action. My experience on UNIX is very limited and I look for the easyest solution to clone this unit. Is it possible with commands or through a clone... (2 Replies)
Discussion started by: mhachez
2 Replies
Login or Register to Ask a Question