Fedora Linux Support Community & Resources Center
Sections ›› Home | Forums | Guidelines | Forum Help | Fedora FAQ | Fedora News 

Go Back   FedoraForum.org > Fedora Support > Installation Help

Installation Help Need help on installation? Having problems? Get help here on your fresh installations or upgrades.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2004-03-06, 01:38 AM CST
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 34
Posts: 466
Disk Partition Size Worksheet

I was wondering if Fedora has a sort of disk sizing layout for newbies.

For instance. - how large each drive should be, based on a percentage of the entire drive.

and some kinda description of each FS type - and why one should run each type.


reason I ask, I'm planning to reinstall and I don't wanna slop together partitions and I'm very unsure what to make each fs type, and how big.

I'd really like to be educated on it.
Reply With Quote
  #2  
Old 2004-03-06, 05:26 AM CST
mhelios Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Queensland, AU
Posts: 736
Well it's a very opiniated topic. There's no one "right" layout for everybody. There are of course some useful guidelines to follow.

First with the fs type. Basically just format all partitions as ext3 (except swap partition) unless you want to try out an alternative such as reiserfs. They all have there advantages and disad's; ext3 is best supported however in FC1.

As for layout, there's two methods:
You can just create the default, basic / (root) (the rest), /boot (about 80MB) and <swap> (2x RAM).
This is what anaconda (installer) does when you select auto partition.

The other method which is more custom and can be more efficient is to create individual partitions for each file system.

Some general guidelines:
/ (root) -- around ~700MB
/boot -- 80 -100MB
/home -- at least 1G
/tmp -- at least 150MB
/usr -- should be your largest partition IMO; holds all software installs -> at least 6GB
/var -- at least 700MB
<swap> -- 2x RAM, though probably no need for more than 1G (some may say less..)
There are a couple others you may want to consider such as /opt and /usr/local

And size is relative; depends on your HDD size.

Here's some do on partitions:
http://www.redhat.com/docs/manuals/l...partsetup.html
http://www.redhat.com/docs/manuals/l...KPARTRECOMMEND
__________________
mhelios@fedoraforum.org
Registered Linux User # 348963
GnuPG KeyID: 0xCE9F8922
Reply With Quote
  #3  
Old 2004-03-06, 05:37 AM CST
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 34
Posts: 466
Quote:
Originally posted by mhelios
Well it's a very opiniated topic. There's no one "right" layout for everybody. There are of course some useful guidelines to follow.

First with the fs type. Basically just format all partitions as ext3 (except swap partition) unless you want to try out an alternative such as reiserfs. They all have there advantages and disad's; ext3 is best supported however in FC1.

As for layout, there's two methods:
You can just create the default, basic / (root) (the rest), /boot (about 80MB) and <swap> (2x RAM).
This is what anaconda (installer) does when you select auto partition.

The other method which is more custom and can be more efficient is to create individual partitions for each file system.

Some general guidelines:
/ (root) -- around ~700MB
/boot -- 80 -100MB
/home -- at least 1G
/tmp -- at least 150MB
/usr -- should be your largest partition IMO; holds all software installs -> at least 6GB
/var -- at least 700MB
<swap> -- 2x RAM, though probably no need for more than 1G (some may say less..)
There are a couple others you may want to consider such as /opt and /usr/local

And size is relative; depends on your HDD size.

Here's some do on partitions:
http://www.redhat.com/docs/manuals/l...partsetup.html
http://www.redhat.com/docs/manuals/l...KPARTRECOMMEND
would there be some kind of calculator that calculates the sizes required if you enter in your intended use, hd size and what you plan on utilizing for fedora or linux in general?
Reply With Quote
  #4  
Old 2004-03-06, 06:14 AM CST
mhelios Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Queensland, AU
Posts: 736
Not that I know of..
So, what is the size and your intended use?
Basically, make at least a third of the disk /usr, another large chunk for /home and then just whatever you feel like (greater than the sizes I posted above) for the rest, with /var 3rd biggest etc.

If you don't want to go through this just select auto partition. Although I do recommend the separate partitions...
Have fun!
__________________
mhelios@fedoraforum.org
Registered Linux User # 348963
GnuPG KeyID: 0xCE9F8922
Reply With Quote
  #5  
Old 2004-03-06, 06:28 AM CST
Melio Offline
Registered User
 
Join Date: Feb 2004
Location: South Carolina, USA
Age: 34
Posts: 466
Right now, I have a temp 40gig hd.

It will be sold soon.

I'm planning on getting a much larger harddrive for this desktop box.

with hd prices being low I'm not really sure what I want. but it will probably be a 200gig.

how would one partition a 200gig drive for fedora?

two users, desktop use only - no, minor file storage.

excessive drive space . isnt it?
Reply With Quote
  #6  
Old 2004-03-06, 06:47 AM CST
mhelios Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Queensland, AU
Posts: 736
one scheme (others can post there recommendation):
Code:
/usr - 85G
/home - 100G ( with such a large disk, you can make this part the bigget to store all music/movies etc.)
/var - 5G
/tmp - 5G
/boot - 100M
/ - 4G
swap - 2x RAM
Or something like that ..
__________________
mhelios@fedoraforum.org
Registered Linux User # 348963
GnuPG KeyID: 0xCE9F8922
Reply With Quote
  #7  
Old 2004-03-06, 07:08 AM CST
Ug's Avatar
Ug Offline
Retired Community Manager
 
Join Date: Feb 2004
Posts: 3,000
I can't argue with mhelios there.
__________________
gareth@fedoraforum.org
Registered Linux User # 301555
garethrussell.net


Please adhere to the FedoraForum Guidelines.
Reply With Quote
  #8  
Old 2004-03-06, 01:45 PM CST
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 23
Posts: 7,902
Quote:
Originally posted by Melio

excessive drive space . isnt it?
You can never have too much disk space. Especially if you have Internet access. Got to save room for future Fedora releases.

If you are still unsure, the default auto partition is fine.
Reply With Quote
  #9  
Old 2004-03-06, 04:58 PM CST
crackers's Avatar
crackers Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Seattle, WA, USA
Age: 53
Posts: 3,420
Partitions:
/home = duh
/opt = non-RPM related development stuff (e.g. Java, Eclipse, WebLogic, JBoss, Ant)
/windows = CrossOver and Wine "C" drives (separate directories)
/games = another duh (this also lets me install most games as non-root)
/share = NFS mount from my wife's computer for, well, shared stuff like MP3s and docs (she somehow ended up with the bigger hard-drive)

This allows me to not only upgrade, but also do completely fresh installs without losing data and preferences. Heck, I've spent YEARS tweaking KDE to my liking and I'm not about to go through and do it all again!
Reply With Quote
  #10  
Old 2004-03-06, 07:01 PM CST
mhelios Offline
Retired Community Manager
 
Join Date: Feb 2004
Location: Queensland, AU
Posts: 736
Those are some good mount point ideas from crackers. It all depends on intended use. If you're a big game player, a /game is a great idea. Otherwise /usr/share/games would do.
If you're going to use the services of NFS a lot /share would be a good idea. (good idea anyway. as you can control exactly what you want to put in that shared partition)
/windows is good if you're have WIndows on a dual-boot or other hard drive that you will access a lot.
Some more:
/www - if you want to run aweb server
/sys - for kernel 2.6
/media - for kernel 2.6
/ftp etc.

If you're thinking of setting up any servers, specific partitions for them would be ideal.

The file system standards:
http://www.pathname.com/fhs/pub/fhs-2.3.html
__________________
mhelios@fedoraforum.org
Registered Linux User # 348963
GnuPG KeyID: 0xCE9F8922
Reply With Quote
Reply

Tags
disk, partition, size, worksheet

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
increasing partition size M4rc0 General Support 66 2008-07-21 07:53 AM CDT
Partition - large size over 8 TB robert.forster Hardware 3 2008-06-23 11:06 AM CDT
Changing partition size... EngineerJoe General Support 1 2007-04-03 12:30 AM CDT
what is the Maximum Swap partition size and useful size ??? ha haha gmane.linux.redhat.fedora.general 0 2005-10-30 10:10 AM CST
Same partition but different partition size were reported byhardware browser and df Barry Yu gmane.linux.redhat.fedora.general 0 2005-06-06 11:57 AM CDT

Automatic Translations (Powered by Powered by Google):
Afrikaans Albanian Arabic Belarusian Bulgarian Catalan Chinese Croatian Czech Danish Dutch English Estonian Filipino Finnish French Galician German Greek Hebrew Hindi Hungarian Icelandic Indonesian Italian Japanese Korean Latvian Lithuanian Macedonian Malay Maltese Norwegian Persian Polish Portuguese Romanian Russian Serbian Slovak Slovenian Spanish Swahili Swedish Taiwanese Thai Turkish Ukrainian Vietnamese Yiddish

All times are GMT -7. The time now is 04:09 PM CST.

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
Hosting provided by ThePlanet



All trademarks, and forum posts in this site are property of their respective owner(s).

FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact | Founding Members
Designed By Ewdison Then | Powered by vBulletin ©2000-2009, Jelsoft Enterprises Ltd.
FedoraForum is Powered by Open Source Projects and Products
vBET gives automatic translations