https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214908
Bug ID: 214908
Summary: /usr/sbin/fstyp is not able to detect EXFAT filesystem
Product: Base System
Version: 10.3-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Its quite easy to detect EXFAT filesystem:
% dd < /dev/da0s1 count=1 2> /dev/null | strings | head -1
EXFAT
... but /usr/sbin/fstyp is not able to do that:
% /usr/sbin/fstyp /dev/da0s1
fstyp: /dev/da0s1: filesystem not recognized
Regards,
vermaden
--
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]"