From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 11:38:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03A641065670 for ; Thu, 6 Jan 2011 11:38:23 +0000 (UTC) (envelope-from ryan.coleman@cwis.biz) Received: from server.cwis.biz (70-89-202-5-invergrove-mn.hfc.comcastbusiness.net [70.89.202.5]) by mx1.freebsd.org (Postfix) with ESMTP id CDC518FC1B for ; Thu, 6 Jan 2011 11:38:22 +0000 (UTC) Received: from server.cwis.biz (localhost [127.0.0.1]) by server.cwis.biz (Postfix) with ESMTP id 60EB1262C2BB; Thu, 6 Jan 2011 05:38:55 -0600 (CST) X-Virus-Scanned: amavisd-new at cwis.biz Received: from server.cwis.biz ([127.0.0.1]) by server.cwis.biz (server.cwis.biz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s4HKCs-FWABL; Thu, 6 Jan 2011 05:38:53 -0600 (CST) Received: from [10.0.1.5] (70-89-202-1-invergrove-mn.hfc.comcastbusiness.net [70.89.202.1]) by server.cwis.biz (Postfix) with ESMTPSA id 99599262C2BA; Thu, 6 Jan 2011 05:38:53 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Ryan Coleman In-Reply-To: Date: Thu, 6 Jan 2011 05:38:19 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: c0re X-Mailer: Apple Mail (2.1082) Cc: FreeBSD Subject: Re: / file system is full, but du does not show that it's full 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: Thu, 06 Jan 2011 11:38:23 -0000 What about filehandlers? On Jan 6, 2011, at 5:26 AM, c0re wrote: > # df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 496M 466M -9.8M 102% / >=20 > So it's full. >=20 > But by du it's not appeared to be full >=20 >=20 > # du -hxd 1 / > 2.0K /.snap > 512B /dev > 2.0K /tmp > 2.0K /usr > 2.0K /var > 1.9M /etc > 2.0K /cdrom > 2.0K /dist > 1.0M /bin > 131M /boot > 10M /lib > 356K /libexec > 2.0K /media > 12K /mnt > 2.0K /proc > 7.2M /rescue > 296K /root > 4.7M /sbin > 4.0K /lost+found > 157M / >=20 >=20 > I know that something (like running process) can hold file so it's > actually are not deleted. I rebooted server. But this not helped, so > it's not a process holding file. >=20 > Checked with fsck >=20 > # fsck / > ** /dev/ad0s1a (NO WRITE) > ** Last Mounted on / > ** Root file system > ** Phase 1 - Check Blocks and Sizes > ** Phase 2 - Check Pathnames > ** Phase 3 - Check Connectivity > ** Phase 4 - Check Reference Counts > ** Phase 5 - Check Cyl groups > 47268 files, 238539 used, 15276 free (6684 frags, 1074 blocks, 2.6% > fragmentation) >=20 > No problems here. >=20 >=20 > # uname -a > FreeBSD host.domain.com 7.3-RELEASE-p4 FreeBSD 7.3-RELEASE-p4 #0: Tue > Dec 28 13:55:47 MSK 2010 > root@host.domain.com:/usr/obj/usr/src/sys/MYKERNEL i386 >=20 > What's the problem here? Why df says that filesystem is full? Other > command may also say that can't write because file system is full. > _______________________________________________ > 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"