From owner-freebsd-bugs@FreeBSD.ORG Wed May 13 12:35:18 2015 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 172FB877; Wed, 13 May 2015 12:35:18 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 96B4A1191; Wed, 13 May 2015 12:35:17 +0000 (UTC) Received: by labbd9 with SMTP id bd9so28192600lab.2; Wed, 13 May 2015 05:35:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=5FqOL9yKXEPJNW2cw8C2kkJFZ26nRdjED1kHvIRgGyY=; b=CCScIGgHPc4/1t5so4oDkRzTTjsUsMN+FzH8s6h5sfPqQuVFcgkkoDrukbjOh1LMGb OaOL3Y5NX3PU8Z1Ij2amH4/qQXJDV5NIEz4XBbTkAHjs5/lwGZf9veoCzFEjoL5NDSoa njKHerSZRFsackHDtZWCFbvQkNuG0YtabTOLfGqHOaUTe3qD6rINq7HrjCPD6ch0c7Qb K6Y+Ji7G+WMpAOxT76LAMfILHtLLTYqicEaqt5+B4azQ6An0So+R0PS1oZP2B1hdrUQv 6JkskGsz1D8iCShYPuo5MT+xViIJYtHPOyIcYvmD2aHWOdi5fDu/PhHCICHxXqufhbrE LTjA== MIME-Version: 1.0 X-Received: by 10.112.25.69 with SMTP id a5mr15725954lbg.16.1431520515584; Wed, 13 May 2015 05:35:15 -0700 (PDT) Received: by 10.152.127.34 with HTTP; Wed, 13 May 2015 05:35:15 -0700 (PDT) Date: Wed, 13 May 2015 14:35:15 +0200 Message-ID: Subject: exfatfsck UTF-8 From: Tomek CEDRO To: FreeBSD Filesystems , freebsd-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Wed, 13 May 2015 12:35:18 -0000 I found an issue with UTF-8 conversion in exfatfsck.. Any idea if this is OS related or upstream issue? I use exfatfsck for the first time.. :-) Best regards, Tomek root@hexagon:~ # exfatfsck /dev/da0s1 exfatfsck 1.0.1 WARN: volume was not unmounted cleanly. Checking file system on /dev/da0s1. File system version 1.0 Sector size 512 bytes Cluster size 128 KB Volume size 1863 GB Used space 1822 GB Available space 42 GB ERROR: `0.indexGroups' real size does not equal to size (237568 != 419431). ERROR: failed to open directory `/.Spotlight-V100/Store-V2/7FAF0041-B011-4200-ACD2-8EB7654E2B06'. ERROR: name is too long. BUG: failed to convert name to UTF-8. Abort (core dumped) root@hexagon:~ # uname -a FreeBSD hexagon 10.1-RELEASE-p9 FreeBSD 10.1-RELEASE-p9 #0: Tue Apr 7 01:09:46 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 root@hexagon:~ # gdb exfatfsck GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... (gdb) run /dev/da0s1 Starting program: /usr/local/sbin/exfatfsck /dev/da0s1 (no debugging symbols found)...(no debugging symbols found)...(no debugging symbols found)...exfatfsck 1.0.1 WARN: volume was not unmounted cleanly. Checking file system on /dev/da0s1. File system version 1.0 Sector size 512 bytes Cluster size 128 KB Volume size 1863 GB Used space 1822 GB Available space 42 GB ERROR: `0.indexGroups' real size does not equal to size (237568 != 419431). ERROR: failed to open directory `/.Spotlight-V100/Store-V2/7FAF0041-B011-4200-ACD2-8EB7654E2B06'. ERROR: name is too long. BUG: failed to convert name to UTF-8. Program received signal SIGABRT, Aborted. 0x0000000800b6da1a in kill () from /lib/libc.so.7 (gdb) bt #0 0x0000000800b6da1a in kill () from /lib/libc.so.7 #1 0x0000000800b6c149 in abort () from /lib/libc.so.7 #2 0x0000000000402f8c in ?? () #3 0x0000000000406daa in ?? () #4 0x0000000000401680 in ?? () #5 0x00000000004016b2 in ?? () #6 0x00000000004016b2 in ?? () #7 0x00000000004016b2 in ?? () #8 0x00000000004016b2 in ?? () #9 0x00000000004016b2 in ?? () #10 0x00000000004016b2 in ?? () #11 0x00000000004016b2 in ?? () #12 0x00000000004016b2 in ?? () #13 0x00000000004016b2 in ?? () #14 0x00000000004016b2 in ?? () #15 0x00000000004016b2 in ?? () #16 0x00000000004016b2 in ?? () #17 0x00000000004016b2 in ?? () #18 0x00000000004016b2 in ?? () #19 0x00000000004016b2 in ?? () #20 0x00000000004014b6 in ?? () #21 0x00000000004012ef in ?? () #22 0x0000000800627000 in ?? () #23 0x0000000000000000 in ?? () -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info