how do we find details of space usage in ZFS?
We see the following output:
->zfs list -o space -t all -r rpool/ROOT/solaris-2
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
rpool/ROOT/solaris-2 6.27G 42.3G 780M 39.5G 0 2.01G
How can we find out where exactly is the 39.5 GB space used?
Thanks for the help.