[Bug 214908] /usr/sbin/fstyp is not able to detect EXFAT filesystem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 28 16:07:01 UTC 2016
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: freebsd-bugs at FreeBSD.org
Reporter: vermaden at interia.pl
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.
More information about the freebsd-bugs
mailing list