Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
help me with partitioning please....
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
slimbim
n00b
n00b


Joined: 14 Aug 2002
Posts: 29

PostPosted: Wed Aug 14, 2002 5:04 am    Post subject: help me with partitioning please.... Reply with quote

I am at the step 6. Set up partitions.

It says use the fdisk, so I typed fdisk at #, and then I'm lost.
I have a 30G harddrive, and there was a windows xp on it before, so I need to delete everything and then install gentoo.

I will be using all 30G, and want to set up the partition so that if a newer version of gentoo comes out that I can upgrade without deleting all my files and such.....

I'm a newb, so please tell me what to do??? I have 256 MB RAM, Celeron 566 overclocked to 850, and 30G harddrive.

Thanks!!!
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Wed Aug 14, 2002 5:23 am    Post subject: Reply with quote

There are nearly as many partitioning theories as there are Linux/Unix users so I'll touch on a couple popular ones:

One big partition:
Put everything in one place and don't worry about partitions.
You'll still need a swap partition.
A variation on this is to make a small (10-12 MB) partition
for /boot and put everything else on one big partition.

Partitions for everything:
Make separate filesystems (and partitions) for all kinds of things.
Popular ones include /usr /var /home /usr/local and /boot.

Each approach has it's merits, for a newbie on a single-user box, I recommend simplicity. I'd create 3 partitions if I was you. (/, /boot, and swap).

Run fdisk and the first thing you'll want to do is "p" to show your current
situation. Since you want to start fresh "d"elete any existing partitions first
and then add "n"ew ones. Start with /boot, make it maybe 12MB, then do
swap and make it somewhere between 512-800 MB probably. Then make the rest of the disk one big partition. Use "t" to change the partition type of your second partition to type 82 (linux swap). "w"rite the changes when you're happy and then "q"uit. Refer to "m" the help, as needed.

Hope that helps. :)

While we're on the subject, why doesn't gentoo's install media include "cfdisk"? I think it's friendlier and more obvious and just as capable.
Back to top
View user's profile Send private message
slimbim
n00b
n00b


Joined: 14 Aug 2002
Posts: 29

PostPosted: Wed Aug 14, 2002 5:33 am    Post subject: Reply with quote

Thank you.

when i do 'n' it asks for extended or primary partition (1-2).
which one do i use??

and how do I create /boot, /swap, and / and set the sizes and stuff?

sorry....i don't know anything!
Back to top
View user's profile Send private message
weirdo
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2002
Posts: 114
Location: Montreal/Quebec/Canada

PostPosted: Wed Aug 14, 2002 5:37 am    Post subject: Reply with quote

You should also make a /home partition. All your personal files would be saved if you had to format your root (/) partiton. For a 30 gig Hard drive this would be my choice (this is what i would do but your need are certainly not the same as mine.)

/boot=20 megs
/ =3 gigs
/usr =10 gigs
/swap = double of your ram size
/home = the rest (I like having a big /home. I put all my data in there.)

You should read some doc on fdisk if you don't know how it works. Search on google.
Back to top
View user's profile Send private message
weirdo
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2002
Posts: 114
Location: Montreal/Quebec/Canada

PostPosted: Wed Aug 14, 2002 5:40 am    Post subject: Reply with quote

I am not sure of that but i think you should make your /boot primary.


I would also prefer having cfdisk instead of fdisk. Maybe the developers willhear my prayers :).
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Wed Aug 14, 2002 5:41 am    Post subject: Reply with quote

slimbim wrote:

when i do 'n' it asks for extended or primary partition (1-2).
which one do i use??

and how do I create /boot, /swap, and / and set the sizes and stuff?


Use primary. You only need to go into extended partitions if you're creating more than 4 partitions.

When you hit "n" for the new partition, it'll ask you where to start (accept the default) and how big you want it.

More detailed examples can be found at http://www.tldp.org/HOWTO/mini/Partition/partition-5.html


Last edited by Regor on Wed Aug 14, 2002 5:44 am; edited 1 time in total
Back to top
View user's profile Send private message
weirdo
Tux's lil' helper
Tux's lil' helper


Joined: 16 Apr 2002
Posts: 114
Location: Montreal/Quebec/Canada

PostPosted: Wed Aug 14, 2002 5:44 am    Post subject: Reply with quote

Sorry i would prefer having fdisk and cfdisk. :)

(i don't wan't to make enemy here :))
Back to top
View user's profile Send private message
Regor
Guru
Guru


Joined: 06 Aug 2002
Posts: 545
Location: 39° 2' 48" N, 120° 59' 2" W

PostPosted: Wed Aug 14, 2002 5:49 am    Post subject: Reply with quote

weirdo wrote:
Sorry i would prefer having fdisk and cfdisk. :)


Yeah I wasn't advocating replacing fdisk. just adding cfdisk.

Just like they should also include a real editor instead of that nano
crap (grumble) :twisted:
Back to top
View user's profile Send private message
Lowspirit
Apprentice
Apprentice


Joined: 31 Jul 2002
Posts: 258
Location: Northern Sweden

PostPosted: Wed Aug 14, 2002 12:43 pm    Post subject: Flaw Reply with quote

I got stuck on the fdisk part also, it's the one thing in the otherwise super nice Gentoo Install Instructions that are lacking, I had the nice people at #gentoo to help me luckily.

It assumes alittle too much that the user know exactly how to use fdisk, something worth thinking about for 1.4 install instructions.
Back to top
View user's profile Send private message
masseya
Bodhisattva
Bodhisattva


Joined: 17 Apr 2002
Posts: 2602
Location: Baltimore, MD

PostPosted: Wed Aug 14, 2002 2:27 pm    Post subject: Reply with quote

The fdisk vs. cfdisk debate has been ranging a long time. If you want to see one of the oldest threads on the forums try out fdisk screenshots necessary. You can also find a multitude of others by searching for "fdisk and cfdisk." Just some information before you get too OT and a mod closes it.

If anyone still cares I think the best partioning scheme is
/ - one third of HD space (unless your HD is rediculously big.)
swap - double ram size (delta407 has said that this may be overkill when you have a huge amount of ram, like 512 MB)
/boot - 100 MB (who can't spare that much to make sure you never run out of room for kernels?)
/home - rest of drive. (it's a nice place to put things you want to back up if you have to reformat/reinstall/switch distros to gentoo..) :)
_________________
if i never try anything, i never learn anything..
if i never take a risk, i stay where i am..
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 14, 2002 3:48 pm    Post subject: Reply with quote

As many have previously noted, there are many opinions on partitioning, and there is no single right answer. You will discover rules of thumb that work for you, and that's good. In that spirit, here's one that works for me:
Quote:
Where possible, have everything that you would want to save or move around on a partition other than /.

You can have separate partitions for /home, or for /usr, or /var, or any and/or all of the above. One nice trick is to (for example) have a separate /usr, and then symlink /home to /usr/home, /var to /usr/var, etc., so that you get the benefits of getting these things off the root partition without the corresponding partition count explosion.
I find that following this rule makes backup, machine duplication, major upgrades (mobo, HDD, emerge -eu world, etc.) easier to manage.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
tschortsch
n00b
n00b


Joined: 09 Aug 2002
Posts: 6

PostPosted: Wed Aug 14, 2002 7:24 pm    Post subject: why /boot-partition ? Reply with quote

why do you make a /boot partition?

we don't have the 1024 cylinder problem anymore and i wouldn't consider my kernel important enough for a extra partition. if u loose the kernel-image u can just boot from the install cd, changeroot and compile an new one.
Back to top
View user's profile Send private message
rac
Bodhisattva
Bodhisattva


Joined: 30 May 2002
Posts: 6553
Location: Japanifornia

PostPosted: Wed Aug 14, 2002 7:27 pm    Post subject: Re: why /boot-partition ? Reply with quote

tschortsch wrote:
why do you make a /boot partition?

You certainly don't have to. The reason given in the install guide is so that /boot can be unmounted during normal use, so that it is immune to filesystem corruption or pilot error that could otherwise render the system unbootable.
_________________
For every higher wall, there is a taller ladder
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum