https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240998
--- Comment #6 from Conrad Meyer <[email protected]> --- +1 to everything ae@ has already mentioned. exFAT (FAT in general) has a DOS MBR boot block at the beginning of the filesystem image. gpart is for managing partitions. I understand the confusion, but printing "MBR" when an MBR header is present is a broadly reasonable interpretation of a FAT filesystem header by a tool looking for MBR or GPT partitions. I'd suggest not putting filesystems on unpartitioned disks, or just not invoking gpart on unpartitioned disks. file(1) is contrib code, there's some upstream a bug can be reported at. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
