Forum: Geek Forum Topic: Linux :/ started by: [liquid] meta Posted by [liquid] meta on Aug. 08 2001,16:43
Ok, I'm attempting to install Red Hat 6.1 until I can get a copy of 7.1. On this computer already I have Win XP. I have 3 partitions (I guess you'd call them that. I have 2 harddrives in here, 1, the main one, no partitions, 37 gigs, win xp. the other 2 are just file backups.)I want to install Linux on one of those other drives. However, When I get to the Linux install, I can get as far as the Mouse Points. (you know, where you select from /, /home, /usr, etc) and none of them work. Does anyone have any ideas? Do you need/want more info? Posted by demonk on Aug. 08 2001,19:12
Here's my attempt to help you.First, if you have XP installed on your main harddrive, you do have a partition there, it's just taking up the whole hard drive and being used by XP. I hate to get picky with the terminalogy, but if you don't understand that, then my help will be worthless. Ok, on another harddrive, you must make sure you have enough empty, UNPARTITIONED space. That is the key word, UNPARTITIONED. If you have space on the drive according to XP, but the entire hard drive is one big partition already in use, then you have a problem. Either completely deletet that partition, remake it but smalled, leaving space for the Linux partition; or get PartitionMagic and use that. Ok, now that we have some room on a hard drive, you have to have the '/', '/usr', and '/home' mount points. You also need to create a Swap Partition. Think of it as the page file under Windows. If you have a lot of RAM, >=256, you can probably get away with making the Swap pretty small, say around 64 Megs. Once you have those mount points and Swap partition, you should be able to continue normally. Hope that helps. Please feel free to through fruit at me if it doesn't work. ------------------ Posted by [liquid] meta on Aug. 09 2001,01:39
I get all of that.I understand partitions etc. May my head's not absorbing it at the moment, but this is my problem. When I'm setting up "mount points" it says they're all invalid w/ various errors. Am I supposed to make a partition whose name is /usr or something? Posted by CatKnight on Aug. 09 2001,05:40
you mean mount points the main mount points (/, /usr, /home) have to be on a linux native partition. so if you have XP on a NTFS drive with no partitions, you can't do it. Posted by CatKnight on Aug. 09 2001,11:24
just to sum up:
quote:
Posted by Observer on Aug. 09 2001,12:13
How can you have an OS on a drive that has no partitions? Or did you mean only one partition on the drive?------------------ Posted by beuges on Aug. 10 2001,18:28
of course i have to put in my 2c worth (south african currency, which is worth about 1/8th american, so what i have to say is probably bull when you get to the screen where u select the mount points, you can also manipulate your partitions there as well. so here's what you do... select the partition that you want to squilsh, and choose delete. it will probably ask if you are sure. say yes. then, click on Add, choose Linux Swap as the partition type, and set its size to 128mb (cos linux can only handle max 128mb swaps afaik. if you want more swap space i believe you have to create more swap partitions). so anyways, you still have lots of unpartitioned space and no linux partition. click add again, choose partition type to be linux native, either enter a size or tell it to grow to fill the free space or something. it should then allocate all the free space to the linux partition. then you have to set your mount points. you *have* to have a / mount point (root mount point) cos everything in linux appears as a sub-directory of the / directory. so set the mount point of your new linux partition to be / - don't worry about /home and /usr and stuff for now - unless you're going to upgrading soon (like you said) and plan on saving all the stuff you have in /home and /usr, in which case you create separate linux native partitions and mount them as /home and /usr. if you want, you can also specify a mount point for your xp partition and the other backup partition so you can see them under linux (may have to recompile your kernel to get ntfs support tho). when it asks which partitions to format, choose to format all the partitions you created, but don't format /home and /usr in subsequent installations/upgrades. |