Norton symantic ghost

Hey drop us a line about the show. Feel free to ask questions, provide feedback and criticism, or just ramble on about anything your little heart desires.

Moderators: snarkout, Patrick, dann

Post Reply
davijordan

Norton symantic ghost

Post by davijordan » Fri Feb 15, 2008 2:13 am

Is there a clone of ghost for windows available for linux. I have seen one or two but they are slow. I might as well do an automated install. If all the machines were going to the same network, I would probably use ltsp instead. I need to be able to multi-cast pre-built linux images to several similar machines all at once as rapidly as possible..

User avatar
spotslayer
Posts: 184
Joined: Thu Dec 28, 2006 9:01 am
Location: Texas
Contact:

Re: Norton symantic ghost

Post by spotslayer » Fri Feb 15, 2008 7:46 am

Ghost works well with linux. That is if u don't mind giving up your freedom.

David

davijordan

Re: Norton symantic ghost

Post by davijordan » Fri Feb 15, 2008 8:58 am

I used norton ghost quite a bit at my last employer. I also own it for personal use. I need an open source alternative. I am working on a zero software budget for the time being. I think I may have found a possibility in clonezilla or g4u. I have not tested them yet. My goal is to create a foolproof method so that i can use it and ether-wake to mass produce systems or to do mass conversions from windows to linux.

Tsuroerusu
Posts: 2551
Joined: Mon Sep 05, 2005 8:51 am
Location: Silkeborg, Denmark
Contact:

Re: Norton symantic ghost

Post by Tsuroerusu » Fri Feb 15, 2008 11:32 am

I just use the dd command. I did this for a friend of mine's older sister recently when I built a new system for her. After having gotten Windows XP all set up with antivirus and stuff, I created a 25 GB EXT3 partition at the end of the drive using a Fedora LiveCD, and did this:

Code: Select all

# mount /dev/sda3 /mnt/sda3
# cd /mnt/sda3
# dd if=/dev/sda1 of=sda3.img
# md5sum /dev/sda1 sda3.img
I also copied the image to a second drive in the system to have a backup in case the drive died.
Image
Image

"Hatred does not cease by hatred, but only by love. This is the eternal rule."
- Siddhattha Gotama (Buddha), founder of Buddhism.

davijordan

Re: Norton symantic ghost

Post by davijordan » Fri Feb 15, 2008 12:46 pm

Yes that works. I understand how to do that, but I want to do is to image 30 to 50 machines or more at a time using some type of multicasting like i used to do with the corporate version of norton ghost.

Ridgid
Posts: 15
Joined: Mon Aug 22, 2005 12:26 am

Re: Norton symantic ghost

Post by Ridgid » Sat Feb 16, 2008 1:23 pm

take a look at Clonezilla
http://clonezilla.sourceforge.net

Post Reply