LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 02-13-2003, 10:01 AM   #1
joeca12
Member
 
Registered: Dec 2002
Posts: 41

Rep: Reputation: 15
Ghosting Redhat 8.0


I am trying to ghost a laptop that has redhat8.0 installed. I have succesfully ghosted redhat on laptops fine of different types but for some reason this particular laptop will not ghost Redhat. It gives me an Invalid Cluster Error. I have successfully ghosted windows from the same laptop but for some reason Redhat will not ghost. Please help.

Thanks
 
Old 02-13-2003, 04:41 PM   #2
nakkaya
LQ Guru
 
Registered: Jan 2003
Location: Turkey&USA
Distribution: Emacs and linux is its device driver(Slackware,redhat)
Posts: 1,398

Rep: Reputation: 45
btw what does it mean to ghost redhat 8.0?
 
Old 02-13-2003, 04:46 PM   #3
joeca12
Member
 
Registered: Dec 2002
Posts: 41

Original Poster
Rep: Reputation: 15
Symantec has software called symantec ghost. It creates an image of your hardrive so you can dump the image to mulitple, identical machines.
 
Old 02-14-2003, 09:59 AM   #4
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Why not tar it over?

# How to clone a distro to a new drive
Install drive in box (assuming IDE1 slave for examples) and ensure BIOS can detect it. Boot into Linux and login to your user's account. Open an x terminal and partition and format the new drive as you wish
Code:
[phil@fancypiper phil]$ su -
Password: 
[root@fancypiper root]# fdisk /dev/hdb
Exit with w to write the partition table.

Format the partitions with the chosen filesystems:
mke2fs /dev/hdbX -> ext2
mke2fs -j /dev/hdbX -> ext3
mkswap -> swap
mkreiserfs -> reiserfs
mkfs.xfs -> xfs

Make directories for source and destination mount points. You need these to keep out of an endless loop of copying itsself over and over.
Code:
[root@fancypiper root]# mkdir /mnt/source
[root@fancypiper root]# mkdir /mnt/destination
Mount your os partitions that you want to clone on /mnt/source
Mount your partitions on the new drive, making directory entries for your separate partitions (/boot, /home, /var etc.)

Now, cd to /mnt/source and pipe it over with tar
Code:
[root@fancypiper root]# cd /mnt/source
[root@fancypiper source]# tar cf - . | (cd /mnt/destination && tar xBfp -)
Edit /etc/fstab as needed, install the boot loader and it should work when stuck in it's new home.

Last edited by fancypiper; 02-14-2003 at 10:02 AM.
 
Old 02-14-2003, 10:18 AM   #5
je_fro
Member
 
Registered: Nov 2002
Location: /texas/austin/home/desk
Distribution: Gentoo
Posts: 341

Rep: Reputation: 30
What disk format?

I've been able to ghost ext2 but not ext3 for some reason, even though the instructions say ext3 is supported.
 
Old 02-14-2003, 02:08 PM   #6
cli_man
Member
 
Registered: Apr 2002
Location: New York, USA
Distribution: Redhat 7.2, 9.0 Slackware 9.1
Posts: 428

Rep: Reputation: 30
You need to have ghost 7.5 or above, even though the docs say that earlier versions support ext3 I can tell you from experience that you need 7.5 and above, I use ghost to make backups of my linux servers every now and then to have compleate backups to compement my automated backups. The version I use is 7.5 corporate.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ghosting on second monitor Reefcrazed Linux - Hardware 4 07-06-2005 09:59 PM
ghosting machine jwijesundra Linux - General 2 03-01-2005 09:25 AM
ghosting an image jag2000 Linux - Software 2 11-25-2004 06:28 PM
Ghosting a system? Lleb_KCir Linux - General 8 11-06-2004 05:04 PM
ghosting problem yoddy Linux - Software 1 08-14-2003 12:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration