|
If your data is important to you be sure to backup important files before you start. Also, be sure to pay close attention to what you are doing during the Linux install -choose to do your own custom partitioning, automated partitioning options can get you into trouble.
***************
Redhat 9.0 will like to install on an ext3 partition -reiserfs will probably not be an option when installing RH9.. AFAIK (Mandrake 9.1 is fine with reiserfs though)
As stated by originel, you will need at least 2 partitions, one "swap" and one "/" (root directory)
I'm not familliar with the latest version of Partition Magic, but my guess is that it will not be able to create an ext3 partition, therefore, a few of your options using partition magic would be:
1. Resize with PM and leave "free space" - later you will create the desired partitions in the "free space" using Linux partitioning tools
2. Resize with PM and create a Linux "swap" and an "ext2" root partition - later you can format the partition "ext3" using Linux partitioning tools.
3. Resize with PM and create a Linux "swap" and an "ext2" root partition - and then install Linux on those partitions, but I highly recommend using ext3 over ext2 because you are much less likely to experience file system corruption in the event of a power failure or system crash.
Last edited by CMonster; 08-04-2003 at 04:38 AM.
|