How much space do you have???
Main Topics
Browse All TopicsI would like to set up Linux on my home system for two people, what would you recommend as the sizes of the following partitions that I want to have: /usr /home /boot / .
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jleviePosted on 2002-04-18 at 06:28:37ID: 6950510
That depends on what flavor and version of Linux you'll be using and what pagages and services you'll be installing. In general you should size the / (or / & usr) to be a bit bigger that what the installation requires, at least a few hundred MB more and allocate the balance to /home. And a good thing to do is to include a /var partition in your configuration so that routine disk activity isn't constantly scribbling on /.
For example, my recommendation for a RedHat 7.2 system looks something like:
/boot 20MB
/ 3000MB
/var 500MB
/home the-rest
I don't bother with splitting / and /usr. That used to pretty much be a requirement in the early days of Unix when neither the OS nor disk drives could be considered to be particularly reliable. Then idea then was the when something got hosed up you could boot single user (using only what was in /, assuming it survived) and repair the system. Also in those days systems were installed from tapes and you had to do an install to get any Unix tools of capabilities. These days the OS and disks are reliable enough that the situation rarely occurs. And even then there are alternative methods, like a bootable Linux on a floppy or CD, that can be used to repair a system.
Depending on exactly what options are chosen at install, the / file system will wind up with something like 900MB free (typical workstation install). That leaves a comfortable amount of free space for things to be added after the OS is installed (like StarOffice or OpenOffice) and it leaves room for future upgrades of the OS (operating systems always seem to grow, so the next version is almost always goint to be bigger).