Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 1996 12:25:08 +0200 (GMT)
From:      Robin Lunn <robin@is.co.za>
To:        june@adn.edu.ph (Francis Percival C. Favoreal)
Cc:        randyd@nconnect.net, questions@freebsd.ORG
Subject:   Re: /kernel: file system full
Message-ID:  <199609131025.MAA28987@admin.is.co.za>
In-Reply-To: <Pine.LNX.3.91.960913182220.19726A-100000@sili.adn.edu.ph> from "Francis Percival C. Favoreal" at Sep 13, 96 06:24:41 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Francis Percival C. Favoreal wrote:
> I have different partitions for the following subdirectories:
> 
> 	/
> 	/var
> 	/usr
> 	/home
> 	/proc
> 
> I hope this helps.

Hi there,

/tmp could well be a culprit.  Use the "du" program to guage disk usage
of your system.  To get usage output in kilobytes use the -k option.

du -k | egrep -v "^var|^usr|^home|^proc" | more

This command should give you some disk usages of directories on your
root fs.  Good luck.  :-)
-- 
_ __                  | Only my ideas here unless I say otherwise...
' )  )     /          | (BeamJack@IRC)                 
 /--' ____/___o  __   | "Nondum amabam, et amare amabam...  quaerebam
/  \_(_) /_) (__/) )_ |  quid amarem, amans amare." - St Augustine
Say NO! To SA Telco Internet Monopoly		http://www.ispa.org.za/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609131025.MAA28987>