From owner-freebsd-fs@FreeBSD.ORG Sat Jun 29 05:43:27 2013 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 28C2AC5F for ; Sat, 29 Jun 2013 05:43:27 +0000 (UTC) (envelope-from gabor@zahemszky.hu) Received: from default-smtp.integrity.hu (default-smtp.integrity.hu [212.52.165.203]) by mx1.freebsd.org (Postfix) with ESMTP id E19281984 for ; Sat, 29 Jun 2013 05:43:25 +0000 (UTC) Received: by smtp.integrity.hu (Postfix, from userid 10000) id 3B53413468BB; Sat, 29 Jun 2013 07:43:18 +0200 (CEST) Received: from webmail.integrity.hu (mail-fe-1.integrity.hu [10.1.64.120]) (Authenticated sender: gabor@zahemszky.hu) by smtp.integrity.hu (Postfix) with ESMTPA id BA5BD13468B3 for ; Sat, 29 Jun 2013 07:43:17 +0200 (CEST) Received: from 6L/a03BugnnTrrUqtoKnF8OVspdzwzW/pjYKFLVjSj+56q+9pKzitg== (7oq7C8Ff4Cq/8Sx6qLRGQoC0ZuRNNyaK) by webmail.integrity.hu with HTTP (HTTP/1.1 POST); Sat, 29 Jun 2013 07:43:16 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 29 Jun 2013 07:43:16 +0200 From: gabor@zahemszky.hu To: Subject: Re: ext2fs bug In-Reply-To: References: <9554b1ed02a342c347b17a2e71e38b73@zahemszky.hu> <20130623093521.GA86307@icarus.home.lan> <20130623095207.GA86507@icarus.home.lan> <216bbb1389bb7e6e5ef11500d31204ad@zahemszky.hu> <20130626044515.GA67521@icarus.home.lan> <51CB4968.3080503@FreeBSD.org> Message-ID: <55383573d731798d9b683e31e401ce2a@zahemszky.hu> X-Sender: gabor@zahemszky.hu User-Agent: Roundcube Webmail/0.8.4 X-Virus-Scanned: clamav-milter 0.97.6 at mail-autosubmit X-Virus-Status: Clean X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jun 2013 05:43:27 -0000 Hi list, hi Pedro! The next part of my ext2fs saga. Yesterday, I downloaded FreeBSD-10.0-HEAD-r252302-JPSNAP-amd64-amd64-memstick.img FreeBSD-9.1-RELENG_9-r252246-JPSNAP-amd64-amd64-memstick.img these daily snapshot images from allbsd.org. Rebboted the machine, and got the same problem with both of them: - some missing directories - some missing files - reaching some of the available files generate errors and when I try to list / reach these files, got the next errors on console: g_vfs_done():ada2s1[READ(offset=-756558786560, length=4096)]error = 5 g_vfs_done():ada2s1[READ(offset=-899189821440, length=4096)]error = 5 g_vfs_done():ada2s1[READ(offset=-756558786560, length=4096)]error = 5 So nothing changed. Gabor < Gabor at Zahemszky dot HU >