Re: [opensuse] How can I make a ghost image for SUSE Linux
- From: Rudi Ahlers <Rudi@xxxxxxxxxxx>
- Date: Wed, 24 Oct 2007 09:18:47 +0200
Otto Rodusek (AP-SGP) wrote:
Kalvin Weng wrote:How would I clone a system, but only the files / inodes, if I want to use it on a different HDD? Let's say I have setup a 80GB HDD, with 3 partitions /, /home & /opt and I want to clone it for later use, but in 2 years time I may want to use a 250GB HDD, so the partitioning could be different then.Dear AllHi Kalvin,
If someone knows that which software can be used to make a ghost image for
the SUSE Linux ..
That will make me more easier to install the OS ..
I had tried to use the Symantec Ghost to make a disk to disk image,but when
I restored the image ,the system could not be started :(
If you have some experience about this ?
thanksPowered Off
Regards
Kalvin Weng
AT&S (China) Co.,Ltd
Tel.: +86 21 24080509
Email: k.weng@xxxxxxxxxx
This e-mail and any attachment may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorised copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
Use dd - boot with a live DVD. If for example you have an external usb drive and an internal ata drive then use:
dd if=/dev/hda of=/dev/sda bs=8257536
(this will clone an entire drive - after a lot of sampling found that bs 8 mb factor was optimal - you can also set hdparm on /dev/hda fo c1,d1 and u1)
you can also back only those partitions you want - similar as above -
dd if=/dev/hda1 of=/dev/sda1 bs=8257536
Rgds. Otto Rodusek.
Kind Regards
Rudi Ahlers
CEO, SoftDux
Web: http://www.SoftDux.com
Forum: http://Forum.SoftDux.com
Join SA WebHostingTalk today, on http://www.WebHostingTalk.co.za
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- Follow-Ups:
- [opensuse] Re: How can I make a ghost image for SUSE Linux
- From: Eberhard Roloff
- Re: [opensuse] How can I make a ghost image for SUSE Linux
- From: Philippe Andersson
- Re: [opensuse] How can I make a ghost image for SUSE Linux
- From: Otto Rodusek (AP-SGP)
- [opensuse] Re: How can I make a ghost image for SUSE Linux
- References:
- [opensuse] How can I make a ghost image for SUSE Linux
- From: Kalvin Weng
- Re: [opensuse] How can I make a ghost image for SUSE Linux
- From: Otto Rodusek (AP-SGP)
- [opensuse] How can I make a ghost image for SUSE Linux
- Prev by Date: Re: [opensuse] How can I make a ghost image for SUSE Linux
- Next by Date: Re: [opensuse] How can I make a ghost image for SUSE Linux
- Previous by thread: Re: [opensuse] How can I make a ghost image for SUSE Linux
- Next by thread: Re: [opensuse] How can I make a ghost image for SUSE Linux
- Index(es):