On Tue, Aug 18, 2009 at 2:37 PM, Matthew Stevenson<no-re...@opensolaris.org> wrote: > So there must be basically lots of references to data that hide themselves > from the surface and can't really be found using zfs list.
"zfs list -t all" usually works for me. Look at "USED" and "REFER" My understanding is like this: REFER -> how much data that fs/snapshot refers to, usually the same as (or close to) "df" output for fs. USED -> how much data that fs (including its snapshot) uses, or how much data that particular snapshot uses which is not also in the previous snapshot. You might also be interested in the output of "zfs get usedbysnapshots,usedbydataset,usedbychildren dataset_name" > Is there another tool that helps to visualize disk space usage and references > to data, or could one potentially be made? E.g. I regained my disk space by > trial and error, but if there had been some kind of visual tool that made it > easy to see that "if I delete that snapshot, then that one, I will get 7GB > back", that would have been really handy. The "usedbysnapshots" property shohuld give an idea how much space will be regained if you delete all snapshots. It's somewhat new property (starting zpool v13, I think). -- Fajar _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss