From owner-freebsd-arm@FreeBSD.ORG Sun Dec 30 14:18:00 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D3D8812; Sun, 30 Dec 2012 14:18:00 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.78]) by mx1.freebsd.org (Postfix) with ESMTP id 102958FC12; Sun, 30 Dec 2012 14:17:59 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1TpJiA-0001LT-7N; Sun, 30 Dec 2012 15:17:58 +0100 Received: from h253044.upc-h.chello.nl ([62.194.253.44] helo=pinky) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TpJi9-0000IN-HO; Sun, 30 Dec 2012 15:17:57 +0100 Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-fs@freebsd.org, freebsd-arm@freebsd.org, "Mateusz Guzik" Subject: Re: nandfs filling up References: Date: Sun, 30 Dec 2012 15:17:56 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.12 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: + X-Spam-Score: 1.1 X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_20, URI_HEX autolearn=disabled version=3.3.1 X-Scan-Signature: 448baf4759cd3283a5930955cc61e1db X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Dec 2012 14:18:00 -0000 Mateusz, I found this similar issue from last november. http://freebsd.1045724.n5.nabble.com/NANDFS-eats-itself-up-td5764878.html Do you have anything new about this? I'm willing to test anything. Regards, Ronald. On Sun, 30 Dec 2012 13:55:02 +0100, Ronald Klop wrote: > Hi, > > I just noticed my nandfs is filling up on a clean install. > Running a sheevaplug. > FreeBSD sh10.klop.ws 10.0-CURRENT FreeBSD 10.0-CURRENT #10: Sat Dec 15 > 18:26:46 CET 2012 > root@mailjail.klop.ws:/usr/obj/arm.arm/usr/src/sys/SHEEVAPLUG arm > > From the daily messages to root. > Disk status: > Filesystem Size Used Avail Capacity Mounted on > root@sh10:/var/mail # grep gnand root > /dev/gnand0s.root 503M 286M 216M 57% / > /dev/gnand0s.root 503M 299M 203M 59% / > /dev/gnand0s.root 503M 316M 187M 63% / > /dev/gnand0s.root 503M 329M 173M 65% / > /dev/gnand0s.root 503M 341M 161M 68% / > /dev/gnand0s.root 503M 341M 161M 68% / > /dev/gnand0s.root 503M 353M 149M 70% / > /dev/gnand0s.root 503M 363M 139M 72% / > /dev/gnand0s.root 503M 375M 127M 75% / > /dev/gnand0s.root 503M 388M 114M 77% / > /dev/gnand0s.root 503M 399M 103M 79% / > /dev/gnand0s.root 503M 412M 91M 82% / > /dev/gnand0s.root 503M 423M 79M 84% / > /dev/gnand0s.root 503M 435M 68M 86% / > /dev/gnand0s.root 503M 446M 57M 89% / > > I did not activate any useful daemons. > root@sh10:/var/mail # cat /etc/rc.conf > hostname="sh10.klop.ws" > ifconfig_DEFAULT="DHCP" > > fsck_y_enable="YES" > background_fsck="NO" > > sshd_enable="YES" > ntpd_enable="YES" > ntpd_sync_on_start="YES" > > I just rebooted the machine to make sure no deleted files are still open. > Df still shows 51MB available while du only shows 227MB in use. > What can be happening here? > > Ronald. > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"