From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hin-Tak Leung Subject: Re: [PATCH v3 01/15] hfsplus: add necessary declarations for journal replay Date: Sat, 15 Feb 2014 16:12:44 +0000 (GMT) Message-ID: <1392480764.79883.YahooMailBasic@web172302.mail.ir2.yahoo.com> Reply-To: htl10@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Cc: saproj@gmail.com, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk, hch@infradead.org, akpm@linux-foundation.org To: slava@dubeyko.com Return-path: Received: from nm20-vm6.bullet.mail.ir2.yahoo.com ([212.82.96.248]:32457 "EHLO nm20-vm6.bullet.mail.ir2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753396AbaBOQMq convert rfc822-to-8bit (ORCPT ); Sat, 15 Feb 2014 11:12:46 -0500 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Vyacheslav and all, ------------------------------ On Sat, Feb 15, 2014 2:27 PM GMT Vyacheslav Dubeyko wrote: >It is really great. I send you the information about place and >credentials for upload in private e-mail. > >I am looking forward to have these images in my hands for investigation. The disk images are currently being uploaded & will probably take another hour before it finishes. >> As I mentioned earlier that the darwin kernel seems to notice that its filesystem >> had been manipulated by fsck.hfsplus. To be precise, it seems >> that whenever I had done a fsck.hfsplus between, the darwin kernel outputs this >> kind of message: >> >> Feb 12 07:23:20 localhost kernel[0]: jnl: journal start/end pointers reset! (jnl 0x1838e60; s 0x232a00 e 0x722600) >> Feb 12 15:22:37 localhost kernel[0]: jnl: journal start/end pointers reset! (jnl 0x17dbe60; s 0x96600 e 0x322600) >> >> So it might be also worth looking at the XNU source what that means, >> and whether fsck.hfsplus is behaving correctly on x86_64 linux on manipulating >> powerpc HFS+ images. >> >> OTOH, I am happy if you have debug patches, etc to try thing out at this end. >> > >Thank you for all efforts. I really appreciate it. Thank you for your work! I think we are heading where we'll be able to cope with dual-boot machines between unclean shutdown. Hin-Tak