[Bug 240893] Add ZFS Detection to fstyp(8) Tool

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Sep 28 11:17:52 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240893

Yuri Pankov <yuripv at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yuripv at FreeBSD.org

--- Comment #1 from Yuri Pankov <yuripv at FreeBSD.org> ---
Excerpt from the fstyp(8) man page:

     When the -u flag is specified, fstyp also recognizes
     certain additional metadata formats that cannot be handled using
     mount(8), such as geli(8) providers, and ZFS pools.

So the following should work for you:

# fstyp /dev/ada0p3
fstyp: /dev/ada0p3: filesystem not recognized
# fstyp -u /dev/ada0p3
zfs
# fstyp -lu /dev/ada0p3
zfs zroot

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


More information about the freebsd-bugs mailing list