https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240893
Yuri Pankov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Yuri Pankov <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
