Date: Fri, 26 Feb 2021 10:46:31 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 253849] 13.0-BETA* - mount.exfat does not work - worked on 12.2 Message-ID: <bug-253849-7788-b5pSE2nLfA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-253849-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-253849-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D253849 --- Comment #4 from vermaden@interia.pl --- Maybe the truss(8) output will help. I just (re)added all thrse exFAT related packages along with their deps. # pkg delete exfat-utils fusefs-exfat libublio # pkg install exfat-utils fusefs-exfat libublio Mine 13.0-BETA3 is from freebsd-update(8) so I dod not built it myself. Results. # truss -o fsck.exfat.out fsck.exfat /dev/mmcsd0s1 exfatfsck 1.3.0 Checking file system on /dev/mmcsd0s1. ERROR: ublio fsync failed. ERROR: failed to close ublio. File system checking stopped. ERRORS FOUND: 2, FIXED: 0. #=20 # truss -o mount.exfat.out mount.exfat /dev/mmcsd0s1 /mnt FUSE exfat 1.3.0 ERROR: ublio fsync failed. ERROR: failed to close ublio. #=20 Hope that helps. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-253849-7788-b5pSE2nLfA>