Mike Forey wrote:
zfs select mounted=yes
If not, is there a clean way of achieving the same result?

How about this:

zfs list -o name,mounted | awk '$2 == "yes" {print $1}'

Allan
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to