From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 21:01:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F6D716A41C for ; Wed, 13 Jul 2005 21:01:30 +0000 (GMT) (envelope-from hilco.wijbenga@elasticpath.com) Received: from priv-edtnes46.telusplanet.net (defout.telus.net [199.185.220.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60E9043D46 for ; Wed, 13 Jul 2005 21:01:29 +0000 (GMT) (envelope-from hilco.wijbenga@elasticpath.com) Received: from hwijbenga.mspace.merchantspace.com ([142.179.114.122]) by priv-edtnes46.telusplanet.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050713210128.ZLTY19025.priv-edtnes46.telusplanet.net@hwijbenga.mspace.merchantspace.com> for ; Wed, 13 Jul 2005 15:01:28 -0600 From: Hilco Wijbenga To: freebsd-questions@freebsd.org Content-Type: text/plain Date: Wed, 13 Jul 2005 14:01:27 -0700 Message-Id: <1121288487.25124.83.camel@hwijbenga.mspace.merchantspace.com> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 Content-Transfer-Encoding: 7bit Subject: Soft-updates & du & df X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 21:01:30 -0000 Hi, I've taken over the administration of a FreeBSD box and now I've run into a problem that I could not solve by means of Google or the FreeBSD mailinglist archives. I am quite familiar with (Gentoo) GNU/Linux but a complete newbie when it comes to FreeBSD. While I was doing some work I got an error about a device being full. As it turned out /var was completely full. Not a big problem because there were a few very big log files that I could throw away. Problem solved? Apparently not because root@svn[var]# df -h /var Filesystem Size Used Avail Capacity Mounted on /dev/ad2s1d 248M 246M -18M 108% /var even though root@svn[var]# du -hs /var 43M /var Shouldn't du and df roughly agree on the amount that's used/available? /var is mounted using soft-updates root@svn[var]# mount /dev/ad2s1a on / (ufs, local) devfs on /dev (devfs, local, multilabel) /dev/ad2s1e on /tmp (ufs, local, soft-updates) /dev/ad2s1f on /usr (ufs, local, soft-updates) /dev/ad2s1d on /var (ufs, local, soft-updates) /dev/gvinum/raid on /raid (ufs, local, soft-updates) According to what I found using Google regarding soft-updates this means that my changes are not written to disk immediately? Does that have anything to do with this? It looks like I didn't really solve the problem because if I try to copy a fairly big file (say 2MB) to the /var/log directory I get another 'No space left on device' even though there should now be about 200MB available. I can create small files though. How do I get du and df to agree again? Or do I have a different problem? Please let me know if I left out any important information. Bye, Hilco