From owner-freebsd-questions@freebsd.org Mon Feb 8 22:43:00 2016 Return-Path: Delivered-To: freebsd-questions@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 E9E18AA2386 for ; Mon, 8 Feb 2016 22:43:00 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D26B8D01 for ; Mon, 8 Feb 2016 22:43:00 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: by mailman.ysv.freebsd.org (Postfix) id D0BE6AA2385; Mon, 8 Feb 2016 22:43:00 +0000 (UTC) Delivered-To: questions@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 D0560AA2384 for ; Mon, 8 Feb 2016 22:43:00 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 B6EF8D00 for ; Mon, 8 Feb 2016 22:42:57 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=VjZ0+dH14LrWQZyDmdQIf8ZpuVW7jJC6ncIZi83PtEQ=; b=cCiwRX18YbiECXI4i1rNxHF7sT I9EJPT00y8NZ+PZyFyTAKwXsAiOpXHVB8S+35Fz1wrW2BZ7HN1FjOFBbrtjkWyFduWHpdO9hZBg13 CEs+zwbl8XNvvV/QntH9QjjLpaCvuJb/BLODVUlDl/xVb2b040/E89A5tcmlXMo/WiwI=; Received: from [114.121.160.56] (port=25659 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aSuWB-001XG8-1a; Mon, 08 Feb 2016 15:42:51 -0700 Date: Tue, 9 Feb 2016 06:42:45 +0800 From: Erich Dollansky To: Paul Beard Cc: FreeBSD-questions Subject: Re: fsck is failing to clean a filesystem Message-ID: <20160209064245.3d7b0926@X220.alogt.com> In-Reply-To: <201B1734-C8F3-439A-B788-AC177D1280C3@gmail.com> References: <201B1734-C8F3-439A-B788-AC177D1280C3@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2016 22:43:01 -0000 Hi, On Mon, 8 Feb 2016 14:32:22 -0800 Paul Beard wrote: > I have a FreeBSD 10 instance in a virtualbox that I just tried to > reboot after a move and it is balking on loading /usr. Says no space > in lost+found. I can mount it read only and it looks fine but mount > -f fails. fsck -fy just keeps returning the same message. The system > was shutdown cleanly, I think, so not sure what=E2=80=99s amiss here. Can= I > salvage this or should I try to copy/image what I can and remake it?=20 did you try to run fsck without the -f option? Erich