How Big Is Your Google Desktop Index?
Before:
[weiqi@gao] $ df c: Filesystem 1k-blocks Used Available Use% Mounted on c: 13109008 11566560 1542448 89% /cygdrive/c
After:
[weiqi@gao] $ df c: Filesystem 1k-blocks Used Available Use% Mounted on c: 13109008 11801940 1307068 91% /cygdrive/c
My index is only 2%:
[weiqi@gao] $ bc -l size_before = 11566560 size_after = 11801940 size_index = size_after - size_before 235380 size_index/size_before .02035004357388886583
Hmm, I thought I should have a Bigger OneTM.