Forum Moderators: bakedjake
I've run out of space in my /tmp directory which is causing all manner of problems.
I don't really use this box - it's just for local development. I've got a logfile analyser running on there and X (which won't now boot) and couple of other small apps.
Mandrake 10.0 and a 10 gig disk.
DF reports that "part 1" of my disk is 100% full. Loads of space elsewhere.
Is there a simple way that I can increase /tmp (I assume this is a swapfile or something?) size to bail out of this problem?
Is it indicative of another problem elsewhere on the box?
Thanks,
tJ
When you get to that section, choose 'custom partitions'. Then click on the 'advanced' button, then choose 'autoallocate'. It'll ask you what type of system you're setting up (simple, with /usr, or server). Choose 'server'. I choose server for everything, even for use as a desktop.
That'll partition into:
/
/tmp
swap
/var
/usr
/home
which works pretty well. Programs go into /usr, logs and stuff into /var, and data into /home.
You can then resize each partitions a bit. Mandrake tends to make /var as big as /home which I don't feel is needed. I set /usr in the range of 4-6 gigs, /var the same, then put the rest of the space into /home.
With a 10 gig drive, given this machine is really just my sandbox, any suggestions as to what the ideal partition sizes should be?
I don't need anything on there other than the FTP server, apache and a compiler.
Also, can I stop the damn thing logging everything to /var/log from the get go? I really don't need the logging, I only mock up stuff on it.
Thanks,
TJ