Oh yeah... are we having fun yet?
code:
find: /Temp*: No such file or directory
-rw-r--r-- 1 root 124M Nov 1 19:52 /private/var/db/dyld/dyld_shared_cache_i386
-rw-r--r-- 1 root 154M Nov 1 20:13 /private/var/db/dyld/dyld_shared_cache_rosetta
-rw-rw-rw- 1 rbrashear 196M Nov 4 12:06 /Lib/App Support/Mac Minder/Debug Logs/monitor.log
-rw-rw-r-- 1 root 199M Nov 19 2003 /Lib/App Support/iDVD/Tutorial/Movies/First Snowman.mov
-rw------- 1 _installer 222M Nov 1 19:51 /Library/Receipts/db/a.receiptdb
-rw------T 1 root 2.0G Nov 4 10:29 /private/var/vm/sleepimage
32K /Volumes
30G /.Spotlight-V100
0B /.Trashes
14M /Library/Logs
4.9M /private/var/log
476K /private/var/spool
290M /private/var/db
2.1G /private/var/vm
9.8M /private/var/tmp
8.0K /private/tmp
du: /Temp*: No such file or directory
Anything in the folder "/private/var/db/dyld/" is new to me... so
I don't know what the "right" size ranges or items should be there.
The "Mac Minder/Debug Logs/monitor.log" seems large, but idunno.
But that's small stuff which is likely correct (?).
Okay...
>> /private/var/vm/sleepimage I would think that should be gone if you're awake.
Maybe a restart will clear that. It might could happen
if we set our Macs to sleep, and yank the power cord
out 1 second later. Or maybe an outage when our
batteries are already low? idunno. Try a restart...
if it stcks around, we can investigate *if* it should
be deleted manually. [never had to]
>> 2.1G /private/var/vm You've grown a few swapfiles (not enough RAM?)
Definitely a restart will clear that.
>> 30G /.Spotlight-V100 No more calls please, we have a winner.
If I were you, I would a) stop indexing, b) erase that index.
c) pause and then take some measurements again... and
finally, d) startup indexing again (when the Mac is "free".)
code:
sudo mdutil -i off /
sudo mdutil -E /
sudo mdutil -s /
At this point Terminal should show...
code:
/:
Indexing disabled.
If measurements are made, hopefully that 30 gigs is gone.
When you're ready to let the Mac sit and spin for a while...
code:
sudo mdutil -i on /
Good luck!
>> /Temp*: No such file or directory
No sweat.
Leopard apparently has
moved a bunch of caches and temp files
from where they used to be (for ages) into "
/private/var/folders".
[Plus
"Temporary Items" is an old OS9 thing I included for posterity.]
I'll eventually tweak those scripts, when I know the whole situation.
-HI-