The ZFS on Linux project has a simple way to display the ashift value of a pool; <pre># zpool get ashift rpool NAME PROPERTY VALUE SOURCE rpool ashift 12 local</pre> It would be nice if FreeBSD had a similar function. (Obviously it's a Read/Only type of value.) Natually this is low priority, in the feature request category.