disk space

Rick Stevens rstevens at vitalstream.com
Sat Sep 4 00:04:27 UTC 2004


karlp at ourldsfamily.com wrote:
> What, may I ask, is a sane method of moving rh v8.0 from an 8gb disk to
> say, a 30gb disk? Ghost? Mount and copy?

Partition the new drive, then mount each filesystem and "cp -a" or use
ghost.  Either will work.

NOTE:  Regardless of how you do it, you will need to install either grub
or lilo on the new drive for it to boot.  If you use lilo:

	# chroot /newdrive/boot
	# lilo
	# exit

If you use grub:

	# grub-install /dev/whatever-the-new-drive-is

----------------------------------------------------------------------
- Rick Stevens, Senior Systems Engineer     rstevens at vitalstream.com -
- VitalStream, Inc.                       http://www.vitalstream.com -
-                                                                    -
-           Give me ambiguity or give me something else!             -
----------------------------------------------------------------------





More information about the Redhat-install-list mailing list