Date: Wed, 13 May 2015 14:35:15 +0200 From: Tomek CEDRO <tomek.cedro@gmail.com> To: FreeBSD Filesystems <freebsd-fs@freebsd.org>, freebsd-bugs@freebsd.org Subject: exfatfsck UTF-8 Message-ID: <CAFYkXjkuNdN8aiuGOCopMB6UQXzpdf8bnjstExfbv4%2B_33FUOQ@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXjkuNdN8aiuGOCopMB6UQXzpdf8bnjstExfbv4%2B_33FUOQ>