Displaying 2 results from an estimated 2 matches for "129g".
Did you mean:
129
2006 Aug 24
5
unaccounted for daily growth in ZFS disk space usage
We finally flipped the switch on one of our ZFS-based servers, with
approximately 1TB of 2.8TB (3 stripes of 950MB or so, each of which is
a RAID5 volume on the adaptec card). We have snapshots every 4 hours
for the first few days. If you add up the snapshot references it
appears somewhat high versus daily use (mostly mail boxes, spam, etc
changing), but say an aggregate of no more than 400+MB a
2012 Dec 13
1
Difference between real and reported disk usage
...on the corresponding PCs, ext3 the
former and ext4 the latter.
From gam (the source):
--------------------------
# du -s -h /smbshare/
45G /smbshare/
# du -s -h --apparent-size /smbshare/
45G /smbshare/
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md2 129G 45G 78G 37% /smbshare
--------------------------
And now gam2 (the destination):
--------------------------
# du -s -h /smbshare/
123G /smbshare/
# du -s -h --apparent-size /smbshare/
45G /smbshare/
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/md1 21...