I have 500 GB Hard disk drive and I created 5 partition c,d,e,f,g. I installed windows xp on c drive and I stored some important file, games on d,e,f. My g (20 GB free Space) partition is totally empty. So I want to install Rad hat linux on g partition without loss my file and window. Is it possible, Please, Help me to give this question answer.

link|improve this question
-1 "This question does not show any research effort" – Walter Maier-Murdnelch Jan 29 at 12:35
Wait, why did you create 5 partitions on a single drive for a Windows install? That's how many partitions I have for a dual boot by itself, and that assumes I don't have a second drive for shared files. Two, maybe three for most users. – MBraedley Jan 29 at 14:59
Indeed, splitting your Windows over 4 partitions is only going to give you a performance impact without any gain at all. You should reconsider having only two partitions as an end result... – Tom Wijsman Jan 29 at 15:02
feedback

migrated from stackoverflow.com Jan 29 at 12:20

This question came from our site for professional and enthusiast programmers.

1 Answer

Backups!

Most importantly, make a backup of all important data onto a separate device and check that it actually contains everything of importance to you. Disconnect it and put it somewhere safe!

Reading The Friendly Manual

The Red Hat Linux Installation Guide is a good place to start. The relevant section is Disk Partitioning

You should probably select create custom layout where you can create or delete partions as needed. Note that Linux will assign different names to partitions (it won't be called G) so be careful to select the correct partition. Read the manual carefully and note anything it says about the need for a swap partition.

If you chose to create a custom layout, you must tell the installation program where to install Red Hat Enterprise Linux. This is done by defining mount points for one or more disk partitions in which Red Hat Enterprise Linux is installed. You may also need to create and/or delete partitions at this time.

RHEL/Fedora/centOS/Ubuntu

As you know, RHEL is available by paying an annual subscription and targeted at large corporate businesses. Many people who want to learn about RHEL at home use CentOS instead.

If you are new to Linux I suggest you consider using something like Ubuntu.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown