Date: Sat, 13 Mar 2004 20:31:16 -0500 (EST) From: Jerry McAllister <jerrymc@clunix.cl.msu.edu> To: kisha@lissaganda.com Cc: freebsd-questions@freebsd.org Subject: Re: your mail Message-ID: <200403140131.i2E1VHI24395@clunix.cl.msu.edu> In-Reply-To: <20040312223120.20200.h017.c001.wm@mail.lissaganda.com.criticalpath.net> from "kisha@lissaganda.com" at Mar 12, 2004 10:31:20 PM
next in thread | previous in thread | raw e-mail | index | archive | help
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 > dxy@mmp.ccp.ph:/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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403140131.i2E1VHI24395>