From owner-freebsd-stable@FreeBSD.ORG Mon Oct 27 08:49:28 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D896956 for ; Mon, 27 Oct 2014 08:49:28 +0000 (UTC) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F3C9FF72 for ; Mon, 27 Oct 2014 08:49:27 +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.72) (envelope-from ) id 1XifzL-0001RT-D7 for freebsd-stable@freebsd.org; Mon, 27 Oct 2014 09:49:24 +0100 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: freebsd-stable@freebsd.org Subject: Re: File system issues References: <544BC863.2040607@bsdforen.de> <20141025183600.GG66862@home.opsec.eu> <544C0DA3.1060201@bsdforen.de> Date: Mon, 27 Oct 2014 09:49:18 +0100 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Ronald Klop" Message-ID: In-Reply-To: <544C0DA3.1060201@bsdforen.de> User-Agent: Opera Mail/12.17 (Win32) X-Authenticated-As-Hash: 398f5522cb258ce43cb679602f8cfe8b62a256d1 X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.2 X-Spam-Status: No, score=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 autolearn=disabled version=3.3.2 X-Scan-Signature: a350ae07b5350cdad28cef237d2e7179 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Oct 2014 08:49:28 -0000 On Sat, 25 Oct 2014 22:52:51 +0200, Dominic Fandrey wrote: > On 25/10/2014 20:36, Kurt Jaeger wrote: >> Hi! >> >>> Two or 3 days ago, after an update to stable/10 my UFS file system >>> started acting weird. I have freezes and files disappearing from the >>> system. >>> >>> The first time that happened SU+J failed me. >> >> I always disable journaling > > I think that's just a symptom here. The issue is stuff mysteriously > disappearing from my file system on a running system. > > Hi, Weird stuff. If you read the following mail thread there is a confirmed problem with fsck on ARM systems with disappearing files. http://lists.freebsd.org/pipermail/freebsd-arm/2014-September/009168.html It also states that the same problem does not occur on other platforms (and I can fsck my ARM systems usb-stick on a amd64 system successfully), but I thought it is worth mentioning. Regards, Ronald.