#!/bin/sh

/sbin/zfs list -o name,mountpoint,mounted,compressratio,avail,used,usedsnap,usedds,usedrefreserv,usedchild -t filesystem,volume,snapshot -S mounted $@
