From owner-freebsd-bugs@FreeBSD.ORG Thu May 14 19:29:30 2015 Return-Path: Delivered-To: freebsd-bugs@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 16AE2811; Thu, 14 May 2015 19:29:30 +0000 (UTC) Received: from mail-la0-x22c.google.com (mail-la0-x22c.google.com [IPv6:2a00:1450:4010:c03::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A6CA51791; Thu, 14 May 2015 19:29:29 +0000 (UTC) Received: by lagr1 with SMTP id r1so1529944lag.0; Thu, 14 May 2015 12:29:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=gde/G1CDs0qNVJW2PcZrxwoReuiY/T3Ozz5sNquKzLY=; b=Xgksxne9p/CJ7wHZkO2tC8CChYH+Ie4KFRDOk7cgDC4X5Ma8K8Hhb/Hz0WbMhgud1g XxSTbxxpX35InjnpNskEIJibW3O37X9HtIUyB0RCDvtq3PtGMQ/MNCQGzmom24F5rtkV 6Y/UQZJ57qlEtzkryBnr77AQ/Yw3H9GZF3+TipCMKbbkyjPO9/kZRZF7lANVEbnO9B+1 AC9hzATiUIovznx7KoGvHXsaI6b/z3WiIPCtGWNHGWP9parVMqTLeMUkihzUj0VsTPvo T23G1oRFChVKgXaISLQ66glorQwHXU+7SP6ctpiELUylUvINz+4SHRExvM65uc1sBHdD SWgQ== X-Received: by 10.112.83.135 with SMTP id q7mr4429097lby.13.1431631767558; Thu, 14 May 2015 12:29:27 -0700 (PDT) Received: from buran.kosmos (host-87-255-31-13.bigtelecom.ru. [87.255.31.13]) by mx.google.com with ESMTPSA id uj9sm6402039lbb.38.2015.05.14.12.29.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 May 2015 12:29:26 -0700 (PDT) Message-ID: <5554F790.6010604@gmail.com> Date: Thu, 14 May 2015 22:29:20 +0300 From: Andrew Nayenko User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Tomek CEDRO CC: "exfat@googlegroups.com" , freebsd-bugs@freebsd.org, FreeBSD Filesystems , samm@os2.kiev.ua Subject: Re: exfatfsck 1.0.1 UTF-8 bug References: <41f6f1f6-a1c8-4819-af45-f3d291737f63@googlegroups.com> <5553A92F.4080106@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 May 2015 19:29:30 -0000 >>> ERROR: `0.indexGroups' real size does not equal to size (237568 != >>> 419431). >> >> That's the actual problem. This is a USB drive where you've copied the >> /Application folder under OS X, right? Which OS X version have you been >> using? > > Yes, the drive is USB/Thunderbolt Lacie Rugged 2TB (using USB > connection), MacOSX Yosemite 10.10.* (hard to tell exactly as several > computers use it). I see. I relaxed this check in 1.1, so you just need to upgrade to the latest version of fuse-exfat and exfat-utils. Let me know whether they work for you. >>> ERROR: name is too long. >>> BUG: failed to convert name to UTF-8. >> >> I believe this bug was fixed in 1.1. Unfortunately, FreeBSD port is >> outdated. I've tried to contact the maintainer about a month ago without >> success. > > Yes, I have also noticed that and reported to FreeBSD FS/BUGS mailing > list and the maintainer. If there is no response I will try to verify > and prepare an updated version :-) This would be great! Please keep me informed. -- Andrew Nayenko