install fedora on RedHat

imran shafiq jibreel_amin at yahoo.com
Wed Jul 16 09:54:54 UTC 2008


Dear Rick
As per your instruction following output is display.
# fdisk -l
Disk /dev/hdc: 20.0 GB, 20020396544 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdc1   *           1          13      104391   83  Linux
/dev/hdc2             706        2434    13888192+   f  W95 Ext'd
 (LBA)
/dev/hdc3              14         144     1052257+  82  Linux swap / Solaris
/dev/hdc4             145         208      514080   83  Linux
/dev/hdc5             706        1488     6289416   83  Linux
/dev/hdc6            1489        1619     1052226   83  Linux
/dev/hdc7            1620        1750    
 1052226   83  Linux
/dev/hdc8            1751        1881     1052226   83  Linux
/dev/hdc9            1882        1945      514048+  83  Linux
/dev/hdc10           1946        2009      514048+  83  Linux

# mount
/dev/hdc8 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
/dev/hdc1 on /boot type ext3 (rw)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hdc4 on /home type ext3 (rw)
/dev/hdc7 on /opt type ext3 (rw)
/dev/hdc9 on /tmp type ext3 (rw)
/dev/hdc5 on
 /usr type ext3 (rw)
/dev/hdc6 on /usr/local type ext3 (rw)
/dev/hdc10 on /var type ext3 (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)

# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc8             996M  303M  642M  33% /
/dev/hdc1              99M  9.8M   84M  11% /boot
tmpfs                 188M     0  188M   0% /dev/shm
/dev/hdc4             487M   74M  388M  16%
 /home
/dev/hdc7             996M  316M  629M  34% /opt
/dev/hdc9             487M   11M  451M   3% /tmp
/dev/hdc5             5.9G  2.7G  2.9G  49% /usr
/dev/hdc6             996M   34M  911M   4% /usr/local
/dev/hdc10            487M   73M  389M  16% /var



Imran Shafiq Khan

--- On Fri, 11/7/08, Rick Stevens <ricks at nerd.com> wrote:
From: Rick Stevens <ricks at nerd.com>
Subject: Re: install fedora on RedHat
To: jibreel_amin at yahoo.com, "Getting started with Red Hat Linux" <redhat-install-list at redhat.com>
Date: Friday, 11 July, 2008, 10:07 PM

imran shafiq wrote:
> Hi
> 1) I want Fedora to run With RH5.

Fine.  Fedora and RH5 don't have the same binaries and such, so other 
than sharing /boot and the swap, you really need enough free disk space
(e.g. a partition) to install Fedora into.  If you used LVM, you may be
able to shrink your existing RH5 installation to free up space for the
Fedora partition.

Post the output of "fdisk -l" and the output of both
"mount" and "df -h"
so we can see just what your system has going on.

> 2) I want to have the option to boot into Fedora or the RH5 in GRUB

Fine. Entries in
 /boot/grub/grub.conf can handle that.  The Fedora
entries will need to specify the new partition as the "root="
parameter
to the kernel line.

> 3) I have a 1024MB swap in RH5 can I used it in Fedora? or It need another
1024MB swap

Swap is swap.  Yes, it can be used in both.

> 4) I have a 100MB boot in RH5 can I used it in Fedora? or It need another
100MB boot

If there's enough room in /boot to handle the Fedora kernels and initrd
images along with the RH5 kernels and initrds, yes, it can be used.

> Imran Shafiq Khan
> 
> --- On Thu, 10/7/08, Karl Pearson <karlp at ourldsfamily.com> wrote:
> From: Karl Pearson <karlp at ourldsfamily.com>
> Subject: Re: install fedora on RedHat
> To: redhat-install-list at redhat.com
> Date: Thursday, 10 July, 2008, 9:31 PM
> 
> On Thu, July 10, 2008 12:44 am, imran shafiq wrote:
>> Hi Bob
>>
 Thanks for reply. I have following partitions of RH5:
>> 100 MB boot
>> 1024 MB swap
>> 8 GB root
>> 3 GB opt
>> Did I need another set of above partitions for Fedora.
>> or I can use same boot and swap partitions for Fedora also.
> 
> Are you going to replace RH5 or do you want Fedora to run With RH5?
> 
> Do you want to have the option to boot into one or the other, or do you
want
> them to run simultaneously with one running in a window on the other?
> 
> Are you leaving RH5 or wishing to upgrade to Fedora to get some of the
newer
> functions available in Fedora that have yet to be released into RH?
> 
> Just a couple clarifying questions so we can better help.
> 
> Karl
>>
>> Imran Shafiq Khan
>>
>> --- On Wed, 9/7/08, Bob McClure Jr <bob at bobcatos.com> wrote:
>> From:
 Bob McClure Jr <bob at bobcatos.com>
>> Subject: Re: install fedora on RedHat
>> To: redhat-install-list at redhat.com
>> Date: Wednesday, 9 July, 2008, 1:11 AM
>>
>> On Tue, Jul 08, 2008 at 11:58:17AM -0700, imran shafiq wrote:
>>> Hi All
>>> How to install a fedora on a machine having Redhat AS 5 with out
>>> disturbing the  Redhat AS 5.
>> Depends on your disk layout and how much spare space you have.  If you
>> have sufficient unallocated room, set up a separate partition for the
>> Fedora system.  If you have to have a separate /boot partition below
>> cylinder 1024, you may be able to share your existing one with RHAS 5.
>> The simplest solution, if you have room in the box, is to install
>> another hard disk, and install Fedora to that.
>>
>> After the install, you can modify your grub.conf to
 boot either
>> system.
>>
>>> Imran Shafiq Khan
>> Cheers,
>> --
>> Bob McClure, Jr.             Bobcat Open Systems, Inc.
>> bob at bobcatos.com             http://www.bobcatos.com
>> "My people have committed two sins: They have forsaken me, the
spring
>> of living water, and have dug their own cisterns, broken cisterns that
>> cannot hold water."  Jeremiah 2:13 (NIV)
>>
>> _______________________________________________
>> Redhat-install-list mailing list
>> Redhat-install-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/redhat-install-list
>> To Unsubscribe Go To ABOVE URL or send a message to:
>> redhat-install-list-request at redhat.com
>> Subject: unsubscribe
>>
>>
>>       __________________________________________________________
>> Not
 happy with your email address?.
>> Get the one you really want - millions of new email addresses
available
> now at
>> Yahoo!
>>
>
http://uk.docs.yahoo.com/ymail/new.html_______________________________________________
>> Redhat-install-list mailing list
>> Redhat-install-list at redhat.com
>> https://www.redhat.com/mailman/listinfo/redhat-install-list
>> To Unsubscribe Go To ABOVE URL or send a message to:
>> redhat-install-list-request at redhat.com
>> Subject: unsubscribe
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Redhat-install-list mailing list
> Redhat-install-list at redhat.com
> https://www.redhat.com/mailman/listinfo/redhat-install-list
> To Unsubscribe Go To ABOVE URL or send a message to:
>
 redhat-install-list-request at redhat.com
> Subject: unsubscribe


-- 
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer                       rps2 at nerd.com -
- Hosting Consulting, Inc.                                           -
-                                                                    -
-    I don't suffer from insanity...I enjoy every minute of it!      -
----------------------------------------------------------------------






       
Not happy with your email address?

  Get the one you 

really want - millions of new email addresses available now at  Yahoo!


      __________________________________________________________
Not happy with your email address?.
Get the one you really want - millions of new email addresses available now at Yahoo! http://uk.docs.yahoo.com/ymail/new.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-install-list/attachments/20080716/668d1345/attachment.htm>


More information about the Redhat-install-list mailing list