On Tue, 17 Apr 2001 10:18:38 -0400, Lisa Casey wrote:
>i2000# df
>Filesystem 1K-blocks Used Avail Capacity Mounted on
>/dev/wd0s1a 39647 20691 15785 57% /
>/dev/wd0s1f 1428063 663176 650642 50% /usr
>/dev/wd0s1e 19815 1 18229 0% /usr2
>procfs 4 4 0 100% /proc
What I did was to move my largest directories in /var (notably
spool/mail and spool/lp) to another partition, and use symlinks in the
root partition to point to the other directory. For example, create
/usr2/spool/mail, and create a symlink in /var/spool:
mail->/usr2/spool/mail. Make sure the permissions on /usr2/spool/mail
are the same as those of your original /var/spool/mail, so all the mail
programs can properly access it.
Where is your /tmp directory? I'd put that in a partition by itself, as
you shouldn't need to back it up, and its contents may get transiently
quite large. You can use /tmp (or a subdirectory of it) for your pop
drop directory to avoid quota problems.
Ken
mailto:[EMAIL PROTECTED]
http://www.sewingwitch.com/ken/
[If answering a mailing list posting, please don't cc me your reply. I'll take my
answer on the list.]