[Bug 244461] gpart: Shows exFat as NTFS
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Feb 28 21:50:21 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244461
--- Comment #10 from Tatsuki Makino <tatsuki_makino at hotmail.com> ---
Isn't this just a report that says, "If partition type ID of MBR is 7, you
can't determine whether it's NTFS or exFAT (or HPFS)." ? :)
The following commands should have been a little more detailed about what is
missing. But, you need to umount it by turning it to background or using
another terminal.
mount.exfat-fuse -d -o ro /dev/da0s1 /mnt
On my device, da0 may appear immediately, but da0s1 may not.
It can be restored with the following command in 10 (.4-STABLE) but not in
12.1-STABLE I am using now.
camcontrol reset da0 && camcontrol reprobe da0
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list