Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Nov 2016 16:07:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 214908] /usr/sbin/fstyp is not able to detect EXFAT filesystem
Message-ID:  <bug-214908-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214908

            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@FreeBSD.org
          Reporter: vermaden@interia.pl

Its quite easy to detect EXFAT filesystem:

% dd < /dev/da0s1 count=3D1 2> /dev/null | strings | head -1
EXFAT=20=20=20

... but /usr/sbin/fstyp is not able to do that:

% /usr/sbin/fstyp /dev/da0s1
fstyp: /dev/da0s1: filesystem not recognized

Regards,
vermaden

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214908-8>