[Bug 253849] 13.0-BETA* - mount.exfat does not work - worked on 12.2
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 26 10:46:31 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253849
--- Comment #4 from vermaden at 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.
#
# truss -o mount.exfat.out mount.exfat /dev/mmcsd0s1 /mnt
FUSE exfat 1.3.0
ERROR: ublio fsync failed.
ERROR: failed to close ublio.
#
Hope that helps.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list