Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2019 11:17:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 240893] Add ZFS Detection to fstyp(8) Tool
Message-ID:  <bug-240893-227-9vJUXU4oIX@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240893-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240893-227@https.bugs.freebsd.org/bugzilla/>

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

Yuri Pankov <yuripv@FreeBSD.org> changed:

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

--- Comment #1 from Yuri Pankov <yuripv@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

--=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-240893-227-9vJUXU4oIX>