Please use a reasonably descriptive subject when you post messages. > is there anyway i can reduce /var and /usr i did a > "make clean" under /usr/ports and didnt reduce the size > any ideas?
Given that /usr is your large partition already, you can't save yourself by moving stuff from /usr to your large partition. If you are really using all that disk, you may just need more disk. But, to check on this, track it down with du(1). cd /usr du -sk * look at what is using the space. If it is junk or stuff that is no longer needed, nuke it. If it is another directory with various stuff, cd in to is and do another du. cd local // or whereever. du -sk * If you can't get back enough space, go disk shopping. ////jerry > > %sysctl kern.version > kern.version: FreeBSD 5.2.1-RELEASE-p1 #6: Sat Mar 6 > 12:54:40 PHT 2004 > [EMAIL PROTECTED]:/usr/obj/usr/src/sys/MMP > > %df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s2a 116M 59M 48M 55% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad0s2e 124M 6.0K 114M 0% /tmp > /dev/ad0s2f 27G 20G 5.2G 79% /usr > /dev/ad0s2d 124M 96M 18M 84% /var > _______________________________________________ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
