From owner-freebsd-arm@freebsd.org Tue Dec 15 18:38:59 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 4B041A48EB0 for ; Tue, 15 Dec 2015 18:38:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2352719A1 for ; Tue, 15 Dec 2015 18:38:59 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id 6387420989 for ; Tue, 15 Dec 2015 13:38:58 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute2.internal (MEProxy); Tue, 15 Dec 2015 13:38:58 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=Oh1D6ufqOmZvEXj 3wrTzIkga/I8=; b=QRQmBrFwF2BdberTz21iS0sUcLWkDy8valxeh+MYP5fRl9f ukLPjdUBwAnb3RXnhS40N+NtU/TzMOksMXme7O45AWE8nnMBR1j6oZy3vsxKbWaL uLJZBXk4Why0uH9oAKvzgYIxU//IRtSJwkZaUuE/0rH/0KT5gaAZAe6DbsEE= Received: by web3.nyi.internal (Postfix, from userid 99) id 3E1E110E1E4; Tue, 15 Dec 2015 13:38:58 -0500 (EST) Message-Id: <1450204738.4176380.468287977.048387B9@webmail.messagingengine.com> X-Sasl-Enc: W+pK5Xa03du/pHAmEHE09nsu2hccwbS2wRLTGIN6BJaQ 1450204738 From: Mark Felder To: bob prohaska , freebsd-arm@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-5c8c9c89 In-Reply-To: <20151215181047.GA29187@www.zefox.net> References: <20151215181047.GA29187@www.zefox.net> Subject: Re: No space left in lost+found Date: Tue, 15 Dec 2015 12:38:58 -0600 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:38:59 -0000 On Tue, Dec 15, 2015, at 12:10, bob prohaska wrote: > 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 > Can you provide the "tunefs -p" output of the filesystem? eg, tunefs -p /dev/da0p2 -- Mark Felder ports-secteam member feld@FreeBSD.org