Partitioning in Ubuntu before installation
I have followed the insctructions abount partioning the hard drive before installation given on https:/
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- W. Prins
- Solved:
- 2009-09-04
- Last query:
- 2009-09-04
- Last reply:
- 2008-12-17
|
#1 |
Hmm, I think that documentation needs to be updated a bit or at least have a few caveats noted down. You can probably get away with such a small / partition (e.g. 256MB), but then you *must* make sure you mount other partitions with more space on any other subtree with significant size requirements/that and/or that might grow is not stored on the root partition (e.g. then you should probably have a seperate boot partition as well.)
Personally I'd recommend keeping to the simpler setup of:
/boot: optional, make it about 200MB (or leave it out completely, leaving the boot files by implication on root partition)
(swap): Depends on how much RAM you have. The more RAM the less swap. Finger in the wind value: 512MB. You can always add swap later, onto a file. (So you don't *have* to swap to a partition if you don't want to.)
/ (root): 5 - 15GB depending on how many apps you want to install
/home: The rest of your diskspace
Mikhail (mikhail-budylin) said : | #2 |
Thanks W. Prins, that solved my question.