Results 1 to 10 of 46
when i run the linux install, the manual tells me to remove all partitions. can i safely do this without losing my windows data?...
- 05-24-2005 #1Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
partitoning
when i run the linux install, the manual tells me to remove all partitions. can i safely do this without losing my windows data?
- 05-24-2005 #2
Re: partitoning
No, if you remove all partitions, all partitions will be gone, including the Windows partition.
Originally Posted by whisker How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-24-2005 #3Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
how should i make the partitions then. the manual says to make a boot, swap and root.
- 05-24-2005 #4
How is your hard drive organized now? fdisk -l
How much ram do you have?How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-24-2005 #5Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
i have a 40gig hardive half used by windows. 256mb ram. i think i understand how to partiton the hardrive but im not sure what to do for gentoo.
- 05-24-2005 #6
So you have a empty partition ready for Gentoo.
If you want a /boot(not necessary), make it 64 MB.
The swap should be 512 MB, and / should be the rest.
Use cfdisk instead of fdisk, it is a little better, you can see everything that you have done.
Don't forget to reboot after partitioning.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-24-2005 #7Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
so that means the windows partition will be the boot partition?
- 05-25-2005 #8
No, you will create these three partitions out of the one partition that is set aside for Gentoo.
When you type cfdisk at the commnad line, you will see what partitions are there.
That partition that is set aside for Gentoo, highlight it and click "delete", now it has been changed to free space.
Click "New" make this the /boot, click on Type, make it Linux=83. Make it a Primary partition, tell it 64 MB,and make it bootable.
Now the swap, click "New" make it "Extended", tell it 512 MB, click on type, tell it is swap=82.
Now for / click on "New", make it Logical, make it type Linux, use up the rest of the hard drive, or whatever you want.How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ
- 05-25-2005 #9Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
No, no, no. You will probably want something like this:
Originally Posted by whisker
hda1 Windows 20Gb
hda2 /boot 64Mb
hda3 swap 512Mb
hda4 / 18.4Mb
But if you are playing around with Linux, you might want to save room for that:
hda1 Windows 20Gb
hda2 /boot 64Mb
hda3 extended
hda5 swap 512Mb
hda6 / 9Mb
hda7 (future use) 9Mb
You should have a /boot partition: it will save some confusion as you follow the install instructions. Besides, if you put another distro in that hda7, you will be able to share the /boot partition as well as the swap.
(skipping hda4 is intentional: if hda3 is extended and takes the rest of the drive, there will be no hda4 which is a number reserved only for primary or extended partitions. Logical partitions (which are contained within the extended partition) start at 5)/IMHO
//got nothin'
///this use to look better
- 05-25-2005 #10Linux User
- Join Date
- May 2005
- Location
- SA, TX
- Posts
- 333
im so stupid.... how do i set aside a partition for linux


Reply With Quote
