From owner-freebsd-arm@freebsd.org Tue Dec 15 18:15:39 2015 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 18656A43E0E for ; Tue, 15 Dec 2015 18:15:39 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D79C119D1 for ; Tue, 15 Dec 2015 18:15:38 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id tBFIAlxU032652; Tue, 15 Dec 2015 10:10:47 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id tBFIAl8a032651; Tue, 15 Dec 2015 10:10:47 -0800 (PST) (envelope-from fbsd) Date: Tue, 15 Dec 2015 10:10:47 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: No space left in lost+found Message-ID: <20151215181047.GA29187@www.zefox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2015 18:15:39 -0000 Hi all, Lately I've been seeing "sorry, no space left in lost+found directory" during routine fsck of my rpi2. The messages seem to be new, in the last few weeks. The machine has root on the microSD card, but /usr, /tmp, /var and swap are all on a mechanical USB hard disk. Unrecovered files/directories are in /tmp. The running cycle is typically to build the latest revision of current, compile, reboot, fsck -fy twice and run stress2 -a till it crashes. Next, reboot, run fsck -fy three times, update using svnlite and repeat. After the reboot is complete, /lost+found is empty. Do I have something misconfigured? Thanks for reading, bob prohaska