You could also try this "not so usefull" tool: http://www.symacx.com/data/software/OpenBSD/fstyp.tgz (ports) http://www.symacx.com/data/software/OpenBSD/fstyp-0.1.tar.gz (source)
Later, oc On Sun, Mar 17, 2013 at 07:45:35PM -0500, [email protected] wrote: > Sweet, didn't know about dumpfs, exactly what I was looking for. > > Thanks also, for the confirmation! > > > On Sun, Mar 17, 2013 at 7:07 PM, Philip Guenther <[email protected]> wrote: > > > On Sun, Mar 17, 2013 at 4:13 PM, Brandon Tanner <[email protected]> > > wrote: > > > How do I know if I'm using ffs2 on a partition. > > > > sudo dumpfs /storage | head -1 > > > > > > ... > > > However, I think I read that > 2TB volumes automatically use FFS2 when > > > using newfs, yet mount only shows ffs (is it transparent or something?). > > > > Yes, it's transparent: they're just different versions of the same > > layout, so the same programs handle both. > > > > > > Philip Guenther

