Hello Alexander.
$ df -h /export/uichome/
vs
$ zfs list -r rpool/export/uichome
What is the reason for this behavior?
The difference is that in the first case you count the actual space used
by files under /export/uichome. The second one shows your zfs including
your snapshots - these also consume space in your filesystem, but that
is not visible to du or df.
You can easily test by creating a new snapshot and looking on REFER
column in "zfs list", then change/add/overwrite something and look again.
HTH,
Jan
_______________________________________________
opensolaris-discuss mailing list
[email protected]