Hello, I'm very confused with the following situation:
I have FS rpool/export/uichome mounted on /exprt/uichome.
du -sh says its size is 924 Mb:
$ du -sh /export/uichome/
 924M   /export/uichome
df -h says its size is about 3 GB. I can understand this, du doesn't count for 
open files:
$ df -h /export/uichome/
Filesystem             size   used  avail capacity  Mounted on
rpool/export/uichome    35G   3,0G    26G    11%    /export/uichome

But zfs list says its size is 8GB. I can't understand that:
$ zfs list -r rpool/export/uichome
NAME                              USED  AVAIL  REFER  MOUNTPOINT
rpool/export/uichome             8,84G  26,2G  2,94G  /export/uichome
rpool/export/uich...@ident       78,0M      -  78,1M  -
rpool/export/uich...@prod021208  2,66G      -  2,66G  -
rpool/export/uich...@gdm         26,8M      -  3,03G  -
rpool/export/uich...@gdm_ru      26,5M      -  3,03G  -
rpool/export/uich...@prod110109   108M      -  2,97G  -

What is the reason for this behavior?
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to