https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240893
Bug ID: 240893 Summary: Add ZFS Detection to fstyp(8) Tool Product: Base System Version: 12.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: b...@freebsd.org Reporter: verma...@interia.pl Output from 12.1-BETA1: # fstyp /dev/md0 fstyp: /dev/md0: filesystem not recognized ZFS is not detected. Either imported or exported. This is quick and easy way to detect ZFS on a block device: # head -c 32000 /dev/md0 | strings | grep -q pool_guid Dunno how that may help with fstyp(8) written in C but ... :) Regards. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"