As I said last night, everything was cleaned up, but then disk space started disappearing again with Spotlight leading the way. So, this morning I repeated the steps you outlined (except that I have not turned indexing back on (most recent results can be found below). As you can see, the Spotlight file is now small (hey, no indexing at all), but the /private/var/vm file still seems excessive.
I am considering doing a doing a clean install of Leopard, that is, wipe the disk, do the install and then restore apps/docs from latest backup. I'm thinking of doing this because, while I can clean things up, obviously something is going on in the background that recreates these massive files. Not only do the files grow quickly to eat up the available disk space, but whatever is going on slows the computer so much as to be almost useless.
Or maybe before doing that I should turn on indexing again and then watch activity monitor to see what processes are running.
What do you think?
Last login: Mon Nov 5 07:15:04 on ttys000
R-Brashears-MacBook:~ rkbrashear$ sudo -v; sudo find -xf /.Trashes /Volumes /Library /private /Temp* \
> -type f -size +200000 -print0 | sudo xargs -0 ls -lohdSr
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 199M Nov 5 07:24 /Library/Application Support/Mac Minder/Debug Logs/monitor.log
-rw-rw-r-- 1 root 199M Nov 19 2003 /Library/Application Support/iDVD/Tutorial/Movies/Our First Snowman.mov
-rw------- 1 _installer 222M Nov 1 19:51 /Library/Receipts/db/a.receiptdb
-rw------T 1 root 2.0G Nov 5 06:44 /private/var/vm/sleepimage
R-Brashears-MacBook:~ rkbrashear$ IFS=$'\n'; for f in /Volumes /.Spotlight* /.Trashes /Library/Logs /private/\
> {var/{log,spool,db,vm,tmp},tmp} /Temp*; do sudo du -hsx $f; done; IFS=$' \t\n'
32K /Volumes
4.0K /.Spotlight-V100
0B /.Trashes
14M /Library/Logs
5.1M /private/var/log
476K /private/var/spool
290M /private/var/db
2.1G /private/var/vm
9.8M /private/var/tmp
0B /private/tmp
du: /Temp*: No such file or directory
R-Brashears-MacBook:~ rkbrashear$