Originally posted by: SnapIT<brNeither do i, but i would leave it at at least one GB just to be cool about it...
If you're running Apache + PHP in even any development fashion, session data gets stored there, as well as many different pieces of data retrieved from databases and such (depending on the PHP configuration). So in a large production webserver, that can be a problem. As well, most image manipulation programs do, and some rendering programs (think POVRay) utilize it, as far as I know.
As you said SnapIT, it's safer to stick it at 1 GB and then not have to worry about it.
EDIT: AAGH! Posts coming too fast!
Originally posted by: Oaf357
Okay. So 100 MB /boot should be throughly future proof, right? What about when I'm compiling the kernel?
When you are compiling the kernel, the giant source will get put wherever you decide (/usr/src/linux-ve.rs.ion is a good idea), and only the kernel image, System.map, and such need to be stuck into /boot.
In that case, you probably can ignore the giant /var I recommended in my first post, and then just work with a larger root partition. I can't think of any reason (apart from your MP3s and DV editing) that you'd need anything other than say, swap, /tmp, /boot, and root. Your DV editing could be in /tmp for simplicity's sake, and you probably want to stick your MP3s in your user's home dir, or in somewhere accessible but in a tree that makes sense (ie: /usr/local/mp3s or /usr/mp3s).The PC will be a desktop. DV editing, scanning pictures, office productivity, printing, etc. Might put up Apache and PHP for development purposes (but port 80 won't be open to the world).
That really comes down to preference though.
